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

PLearn::UCISpecification Class Reference

#include <UCISpecification.h>

Inheritance diagram for PLearn::UCISpecification:

Inheritance graph
[legend]
Collaboration diagram for PLearn::UCISpecification:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 UCISpecification ()
 Default constructor.

 PLEARN_DECLARE_OBJECT (UCISpecification)
virtual void build ()
 Should call simply inherited::build(), then this class's build_().

virtual void makeDeepCopyFromShallowCopy (map< const void *, void * > &copies)
 Transforms a shallow copy into a deep copy.


Public Attributes

bool header_exists
TVec< pair< int, int > > header_fields
string file_all
string file_test
string file_train
string format
int inputsize
int targetsize
int weightsize
bool target_is_first

Static Protected Member Functions

void declareOptions (OptionList &ol)
 Declares this class' options.


Private Types

typedef Object inherited

Private Member Functions

void build_ ()
 This does the actual building.


Member Typedef Documentation

typedef Object PLearn::UCISpecification::inherited [private]
 

Reimplemented from PLearn::Object.

Definition at line 57 of file UCISpecification.h.


Constructor & Destructor Documentation

PLearn::UCISpecification::UCISpecification  ) 
 

Default constructor.

Definition at line 49 of file UCISpecification.cc.


Member Function Documentation

void PLearn::UCISpecification::build  )  [virtual]
 

Should call simply inherited::build(), then this class's build_().

This method should be callable again at later times, after modifying some option fields to change the "architecture" of the object.

Reimplemented from PLearn::Object.

Definition at line 125 of file UCISpecification.cc.

References build_().

void PLearn::UCISpecification::build_  )  [private]
 

This does the actual building.

Reimplemented from PLearn::Object.

Definition at line 113 of file UCISpecification.cc.

Referenced by build().

void PLearn::UCISpecification::declareOptions OptionList ol  )  [static, protected]
 

Declares this class' options.

Reimplemented from PLearn::Object.

Definition at line 71 of file UCISpecification.cc.

References PLearn::declareOption(), and PLearn::OptionList.

void PLearn::UCISpecification::makeDeepCopyFromShallowCopy map< const void *, void * > &  copies  )  [virtual]
 

Transforms a shallow copy into a deep copy.

Definition at line 131 of file UCISpecification.cc.

References PLERROR.

PLearn::UCISpecification::PLEARN_DECLARE_OBJECT UCISpecification   ) 
 


Member Data Documentation

string PLearn::UCISpecification::file_all
 

Definition at line 75 of file UCISpecification.h.

string PLearn::UCISpecification::file_test
 

Definition at line 76 of file UCISpecification.h.

string PLearn::UCISpecification::file_train
 

Definition at line 77 of file UCISpecification.h.

string PLearn::UCISpecification::format
 

Definition at line 78 of file UCISpecification.h.

bool PLearn::UCISpecification::header_exists
 

Definition at line 73 of file UCISpecification.h.

TVec<pair<int,int> > PLearn::UCISpecification::header_fields
 

Definition at line 74 of file UCISpecification.h.

int PLearn::UCISpecification::inputsize
 

Definition at line 79 of file UCISpecification.h.

bool PLearn::UCISpecification::target_is_first
 

Definition at line 82 of file UCISpecification.h.

int PLearn::UCISpecification::targetsize
 

Definition at line 80 of file UCISpecification.h.

int PLearn::UCISpecification::weightsize
 

Definition at line 81 of file UCISpecification.h.


The documentation for this class was generated from the following files:
Generated on Tue Aug 17 16:23:05 2004 for PLearn by doxygen 1.3.7