uk.ac.ed.inf.enzml.mulan.attributesfilter
Class ClassEnrichedArff_old
java.lang.Object
uk.ac.ed.inf.utils.Initialised
uk.ac.ed.inf.enzml.weka.Arff
uk.ac.ed.inf.enzml.mulan.MulanArff
uk.ac.ed.inf.enzml.mulan.attributesfilter.ClassEnrichedArff_old
- All Implemented Interfaces:
- uk.ac.ed.inf.utils.Initialisable
public class ClassEnrichedArff_old
- extends MulanArff
An ARFF taking its classes from an external query. In practice, this is used
to generate a training arff that includes also the test set class labels.
This allows the new test set to keep its full set of classes and still be
compatible with this new train set for a train/test prediction. It also
ensures the new test set can keep all its original classes in order to be
correctly evaluated in a train/test evaluation.
- Version:
- 19 May 2011
- Author:
- Luna De Ferrari luna.deferrari-at-ed.ac.uk
| Fields inherited from class uk.ac.ed.inf.utils.Initialised |
m_initialisationIsCorrect |
| Methods inherited from class uk.ac.ed.inf.enzml.weka.Arff |
generateAndWriteArffFile, generateArff, getArffPath, getArffRecordId, getDataArffProperties, getDataDbManager, getDataPropsFilePath, getDbConn, getDbReader, getResultsDbManager, loadAndGenerateArff, setArffRecordId |
| Methods inherited from class uk.ac.ed.inf.utils.Initialised |
initialisationIsCorrect, setInitialisationIsCorrect |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassEnrichedArff_old
public ClassEnrichedArff_old(java.lang.String dataPropsFileName,
java.lang.String resultsPropsFileName,
AttributesFilter filterManager)
getFilterManager
public AttributesFilter getFilterManager()