#include <dctraingen.h>
Inheritance diagram for CLUS::DCTrainingData:
Public Member Functions | |
DCTrainingData (int M, int Ddims, int Cdims, Vector< int > &DDomainSize) | |
virtual const Vector< int > & | GetDDomainSizes (void) |
Required for the discrete part. | |
virtual Vector< int > | domainSizes () |
virtual int | NumDiscreteCols (void) |
virtual const Matrix< int > & | GetDiscreteTrainingData (void) |
Protected Attributes | |
Matrix< int > | DTable |
the table with the discrete part of the training data | |
Vector< int > | dDomainSize |
list of discrete domain sizes |
Used by decision and regression trees.
Definition at line 45 of file dctraingen.h.
|
Definition at line 55 of file dctraingen.h. |
|
Definition at line 65 of file dctraingen.h. |
|
Required for the discrete part. Equivalent to the normalization for continuous variables Definition at line 60 of file dctraingen.h. |
|
Definition at line 75 of file dctraingen.h. |
|
Definition at line 70 of file dctraingen.h. Referenced by CLUS::StreamDCTrainingData::StreamDCTrainingData(). |
|
list of discrete domain sizes
Definition at line 53 of file dctraingen.h. Referenced by DCTrainingData(), domainSizes(), GetDDomainSizes(), and CLUS::StreamDCTrainingData::StreamDCTrainingData(). |
|
the table with the discrete part of the training data
Definition at line 50 of file dctraingen.h. Referenced by DCTrainingData(), GetDiscreteTrainingData(), NumDiscreteCols(), and CLUS::StreamDCTrainingData::StreamDCTrainingData(). |