PLearn 0.1
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Static Protected Member Functions | Private Types | Private Member Functions
PLearn::UCIDataVMatrix Class Reference

#include <UCIDataVMatrix.h>

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

List of all members.

Public Member Functions

 UCIDataVMatrix ()
 Default constructor.
virtual void build ()
 Simply calls inherited::build() then build_().
virtual void makeDeepCopyFromShallowCopy (CopiesMap &copies)
 Transform a shallow copy into a deep copy.
virtual string classname () const
virtual OptionListgetOptionList () const
virtual OptionMapgetOptionMap () const
virtual RemoteMethodMapgetRemoteMethodMap () const
virtual UCIDataVMatrixdeepCopy (CopiesMap &copies) const

Static Public Member Functions

static string _classname_ ()
 Declare name and deepCopy methods.
static OptionList_getOptionList_ ()
static RemoteMethodMap_getRemoteMethodMap_ ()
static Object_new_instance_for_typemap_ ()
static bool _isa_ (const Object *o)
static void _static_initialize_ ()
static const PPathdeclaringFile ()

Public Attributes

PP< UCISpecificationuci_spec

Static Public Attributes

static StaticInitializer _static_initializer_

Static Protected Member Functions

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

Private Types

typedef ForwardVMatrix inherited

Private Member Functions

void build_ ()
 This does the actual building.

Detailed Description

Definition at line 52 of file UCIDataVMatrix.h.


Member Typedef Documentation

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 57 of file UCIDataVMatrix.h.


Constructor & Destructor Documentation

PLearn::UCIDataVMatrix::UCIDataVMatrix ( )

Default constructor.

Definition at line 51 of file UCIDataVMatrix.cc.

{
}

Member Function Documentation

string PLearn::UCIDataVMatrix::_classname_ ( ) [static]

Declare name and deepCopy methods.

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 58 of file UCIDataVMatrix.cc.

OptionList & PLearn::UCIDataVMatrix::_getOptionList_ ( ) [static]

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 58 of file UCIDataVMatrix.cc.

RemoteMethodMap & PLearn::UCIDataVMatrix::_getRemoteMethodMap_ ( ) [static]

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 58 of file UCIDataVMatrix.cc.

bool PLearn::UCIDataVMatrix::_isa_ ( const Object o) [static]

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 58 of file UCIDataVMatrix.cc.

Object * PLearn::UCIDataVMatrix::_new_instance_for_typemap_ ( ) [static]

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 58 of file UCIDataVMatrix.cc.

StaticInitializer UCIDataVMatrix::_static_initializer_ & PLearn::UCIDataVMatrix::_static_initialize_ ( ) [static]

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 58 of file UCIDataVMatrix.cc.

void PLearn::UCIDataVMatrix::build ( ) [virtual]

Simply calls inherited::build() then build_().

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 87 of file UCIDataVMatrix.cc.

{
    inherited::build();
    build_();
    updateMtime(0);
//     updateMtime(uci_spec->data_all);
//     updateMtime(uci_spec->data_train);
//     updateMtime(uci_spec->data_test);
//     updateMtime(uci_spec->file_all);
//     updateMtime(uci_spec->file_train);
//     updateMtime(uci_spec->file_test);
}
void PLearn::UCIDataVMatrix::build_ ( ) [private]

This does the actual building.

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 80 of file UCIDataVMatrix.cc.

References PLearn::loadUCISet().

Here is the call graph for this function:

string PLearn::UCIDataVMatrix::classname ( ) const [virtual]

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 58 of file UCIDataVMatrix.cc.

void PLearn::UCIDataVMatrix::declareOptions ( OptionList ol) [static, protected]
static const PPath& PLearn::UCIDataVMatrix::declaringFile ( ) [inline, static]

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 105 of file UCIDataVMatrix.h.

UCIDataVMatrix * PLearn::UCIDataVMatrix::deepCopy ( CopiesMap copies) const [virtual]

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 58 of file UCIDataVMatrix.cc.

OptionList & PLearn::UCIDataVMatrix::getOptionList ( ) const [virtual]

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 58 of file UCIDataVMatrix.cc.

OptionMap & PLearn::UCIDataVMatrix::getOptionMap ( ) const [virtual]

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 58 of file UCIDataVMatrix.cc.

RemoteMethodMap & PLearn::UCIDataVMatrix::getRemoteMethodMap ( ) const [virtual]

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 58 of file UCIDataVMatrix.cc.

void PLearn::UCIDataVMatrix::makeDeepCopyFromShallowCopy ( CopiesMap copies) [virtual]

Transform a shallow copy into a deep copy.

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 100 of file UCIDataVMatrix.cc.

References PLERROR.

{
    inherited::makeDeepCopyFromShallowCopy(copies);

    // ### Call deepCopyField on all "pointer-like" fields
    // ### that you wish to be deepCopied rather than
    // ### shallow-copied.
    // ### ex:
    // deepCopyField(trainvec, copies);

    // ### Remove this line when you have fully implemented this method.
    PLERROR("UCIDataVMatrix::makeDeepCopyFromShallowCopy not fully (correctly) implemented yet!");
}

Member Data Documentation

Reimplemented from PLearn::ForwardVMatrix.

Definition at line 105 of file UCIDataVMatrix.h.

Definition at line 71 of file UCIDataVMatrix.h.

Referenced by declareOptions().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines