Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

tr_cache.cpp File Reference

#include "common.hpp"
#include "common/log.h"
#include "io/input/transaction_reader/brBufferedTransactionReader.hpp"
#include "io/codec/decoder/df/SimpleDFDecoder.hpp"
#include "io/codec/decoder/df/DFDecoderWithEEManagement.hpp"
#include "io/output/normal/SortOutput.hpp"
#include "util/StreamParser.hpp"
#include "util/FrequentFilter.cpp"
#include "datastructures/maxvector.hpp"
#include "datastructures/trie/edgelist/OrderedEdgelist.hpp"
#include "datastructures/trie/edgelist/OffsetIndexVector.hpp"
#include "apriori/bodon/Leaf.hpp"
#include "apriori/bodon/Trie.hpp"
#include "apriori/bodon/TrieNEE.hpp"
#include "io/codec/coder/Coder.hpp"
#include "test/apriori/bodon/AprioriSelector2.hpp"
#include <vector>
#include <iostream>
#include <string>

Include dependency graph for tr_cache.cpp:

Go to the source code of this file.

Functions

void init ()
void usage ()
 commandline -- some utility methods for fim commandline tools.
int process_arguments (int argc, char *argv[], counter_t &min_supp, bool &isrel, double &relminsupp, unsigned int &maxsize)
 This procedure processes the arguments.
int main (int argc, char *argv[])

Variables

std::string file_format


Function Documentation

void init  ) 
 

Definition at line 37 of file tr_cache.cpp.

References file_format.

int main int  argc,
char *  argv[]
 

Definition at line 135 of file tr_cache.cpp.

References FrequentFilter< IT_R >::findFrequentItems(), init(), NEE_Full, NEE_Off, process_arguments(), FileReprBase::READ, and FileReprBase::WRITE.

int process_arguments int  argc,
char *  argv[],
counter_t min_supp,
bool &  isrel,
double &  relminsupp,
unsigned int &  maxsize
 

This procedure processes the arguments.

Returns:
  • 0, if no error is occured,
  • 1, in case of an IO error,
  • 2, in case of too few arguments,
  • 3, if proper min_supp cannot be generated.
  • 4, if proper maxsize cannot be generated.

Definition at line 74 of file tr_cache.cpp.

References convert(), largest_itemsetsize, and usage().

void usage  ) 
 

commandline -- some utility methods for fim commandline tools.

Definition at line 48 of file tr_cache.cpp.

References file_format.


Variable Documentation

std::string file_format
 

Definition at line 35 of file tr_cache.cpp.


Generated on Sun Sep 17 17:54:55 2006 for FIM environment by  doxygen 1.4.4