Serialized Form
strMessage
java.lang.String strMessage
- Error message container
oIDs
java.util.Vector oIDs
- Vector of integer IDs
iDumpMode
int iDumpMode
- In which format dump TrainingSet data. Default
DUMP_GZIP_BINARY
oTrainingSamples
java.util.Vector oTrainingSamples
- A Vector of TrainingSamples
strTrainingSetFile
java.lang.String strTrainingSetFile
- TrainingSet file name
iFeatureExtractionMethod
int iFeatureExtractionMethod
- Which feature extraction method was used to determine this feature vector.
iPreprocessingMethod
int iPreprocessingMethod
- Which preprocessing method was applied to the sample before this feature vector was extracted.
this$0
TrainingSet this$0
iSubjectID
int iSubjectID
- Which subject this feature vector is associated with.
adMeanVector
double[] adMeanVector
- Array represinting mean vector describing the cluster.
iMeanCount
int iMeanCount
- How many times mean was computed. Used in recomputation of it.
oFilenames
java.util.Vector oFilenames
- A list of filenames that were used in training for this cluster.
Used to avoid duplicate training on the same filename.