uk.ac.ed.inf.enzml.mulan.attributesfilter
Class ClassEnrichedArff_old

java.lang.Object
  extended by uk.ac.ed.inf.utils.Initialised
      extended by uk.ac.ed.inf.enzml.weka.Arff
          extended by uk.ac.ed.inf.enzml.mulan.MulanArff
              extended by 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

Field Summary
 
Fields inherited from class uk.ac.ed.inf.utils.Initialised
m_initialisationIsCorrect
 
Constructor Summary
ClassEnrichedArff_old(java.lang.String dataPropsFileName, java.lang.String resultsPropsFileName, AttributesFilter filterManager)
           
 
Method Summary
 AttributesFilter getFilterManager()
           
 
Methods inherited from class uk.ac.ed.inf.enzml.mulan.MulanArff
getDataSetManager, getXmlPath, getXMLpathFromArffPath, main, run, run, setDataSetManager
 
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
 

Constructor Detail

ClassEnrichedArff_old

public ClassEnrichedArff_old(java.lang.String dataPropsFileName,
                             java.lang.String resultsPropsFileName,
                             AttributesFilter filterManager)
Method Detail

getFilterManager

public AttributesFilter getFilterManager()