#include <UCISpecification.h>
Inheritance diagram for PLearn::UCISpecification:
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. |
|
Reimplemented from PLearn::Object. Definition at line 57 of file UCISpecification.h. |
|
Default constructor.
Definition at line 49 of file UCISpecification.cc. |
|
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_(). |
|
This does the actual building.
Reimplemented from PLearn::Object. Definition at line 113 of file UCISpecification.cc. Referenced by build(). |
|
Declares this class' options.
Reimplemented from PLearn::Object. Definition at line 71 of file UCISpecification.cc. References PLearn::declareOption(), and PLearn::OptionList. |
|
Transforms a shallow copy into a deep copy.
Definition at line 131 of file UCISpecification.cc. References PLERROR. |
|
|
|
Definition at line 75 of file UCISpecification.h. |
|
Definition at line 76 of file UCISpecification.h. |
|
Definition at line 77 of file UCISpecification.h. |
|
Definition at line 78 of file UCISpecification.h. |
|
Definition at line 73 of file UCISpecification.h. |
|
Definition at line 74 of file UCISpecification.h. |
|
Definition at line 79 of file UCISpecification.h. |
|
Definition at line 82 of file UCISpecification.h. |
|
Definition at line 80 of file UCISpecification.h. |
|
Definition at line 81 of file UCISpecification.h. |