mark.nlp.classifiers
Class SimpleInstanceFactory.DataSetInformation

java.lang.Object
  |
  +--mark.nlp.classifiers.SimpleInstanceFactory.DataSetInformation
Enclosing class:
SimpleInstanceFactory

public static class SimpleInstanceFactory.DataSetInformation
extends java.lang.Object

The data set information contains multiple components packaged in the following data structure.


Field Summary
 FileCategorySet fCatSet
           
 DataSet fDataSet
           
 ObjectMap fFeatures
           
 
Constructor Summary
SimpleInstanceFactory.DataSetInformation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fCatSet

public FileCategorySet fCatSet

fDataSet

public DataSet fDataSet

fFeatures

public ObjectMap fFeatures
Constructor Detail

SimpleInstanceFactory.DataSetInformation

public SimpleInstanceFactory.DataSetInformation()