public class DensityBasedClustererSplitEvaluator extends java.lang.Object implements SplitEvaluator, OptionHandler, AdditionalMeasureProducer, RevisionHandler
Constructor and Description |
---|
DensityBasedClustererSplitEvaluator() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
clustererTipText()
Returns the tip text for this property
|
java.util.Enumeration |
enumerateMeasures()
Returns an enumeration of any additional measure names that might be in the
classifier
|
DensityBasedClusterer |
getClusterer()
Get the value of clusterer
|
java.lang.Object[] |
getKey()
Gets the key describing the current SplitEvaluator.
|
java.lang.String[] |
getKeyNames()
Gets the names of each of the key columns produced for a single run.
|
java.lang.Object[] |
getKeyTypes()
Gets the data types of each of the key columns produced for a single run.
|
double |
getMeasure(java.lang.String additionalMeasureName)
Returns the value of the named measure
|
java.lang.String[] |
getOptions()
Gets the current settings of the Classifier.
|
java.lang.String |
getRawResultOutput()
Gets the raw output from the classifier
|
boolean |
getRemoveClassColumn()
Get whether the class column is to be removed.
|
java.lang.Object[] |
getResult(Instances train,
Instances test)
Gets the results for the supplied train and test datasets.
|
java.lang.String[] |
getResultNames()
Gets the names of each of the result columns produced for a single run.
|
java.lang.Object[] |
getResultTypes()
Gets the data types of each of the result columns produced for a single
run.
|
java.lang.String |
getRevision()
Returns the revision string.
|
java.lang.String |
globalInfo()
Returns a string describing this split evaluator
|
java.util.Enumeration |
listOptions()
Returns an enumeration describing the available options.
|
java.lang.String |
removeClassColumnTipText()
Returns the tip text for this property
|
void |
setAdditionalMeasures(java.lang.String[] additionalMeasures)
Set a list of method names for additional measures to look for in
Classifiers.
|
void |
setClusterer(DensityBasedClusterer newClusterer)
Sets the clusterer.
|
void |
setClustererName(java.lang.String newClustererName)
Set the Clusterer to use, given it's class name.
|
void |
setOptions(java.lang.String[] options)
Parses a given list of options.
|
void |
setRemoveClassColumn(boolean r)
Set whether the class column should be removed from the data.
|
java.lang.String |
toString()
Returns a text description of the split evaluator.
|
public java.lang.String globalInfo()
public java.util.Enumeration listOptions()
listOptions
in interface OptionHandler
public void setOptions(java.lang.String[] options) throws java.lang.Exception
-W classname
Specify the full class name of the clusterer to evaluate.
All option after -- will be passed to the classifier.
setOptions
in interface OptionHandler
options
- the list of options as an array of stringsjava.lang.Exception
- if an option is not supportedpublic java.lang.String[] getOptions()
getOptions
in interface OptionHandler
public void setAdditionalMeasures(java.lang.String[] additionalMeasures)
setAdditionalMeasures
in interface SplitEvaluator
additionalMeasures
- a list of method namespublic java.util.Enumeration enumerateMeasures()
enumerateMeasures
in interface AdditionalMeasureProducer
public double getMeasure(java.lang.String additionalMeasureName)
getMeasure
in interface AdditionalMeasureProducer
measureName
- the name of the measure to query for its valuejava.lang.IllegalArgumentException
- if the named measure is not supportedpublic java.lang.Object[] getKeyTypes()
getKeyTypes
in interface SplitEvaluator
public java.lang.String[] getKeyNames()
getKeyNames
in interface SplitEvaluator
public java.lang.Object[] getKey()
getKey
in interface SplitEvaluator
public java.lang.Object[] getResultTypes()
getResultTypes
in interface SplitEvaluator
public java.lang.String[] getResultNames()
getResultNames
in interface SplitEvaluator
public java.lang.Object[] getResult(Instances train, Instances test) throws java.lang.Exception
getResult
in interface SplitEvaluator
train
- the training Instances.test
- the testing Instances.java.lang.Exception
- if a problem occurs while getting the resultspublic java.lang.String removeClassColumnTipText()
public void setRemoveClassColumn(boolean r)
r
- true if the class column is to be removed.public boolean getRemoveClassColumn()
public java.lang.String clustererTipText()
public DensityBasedClusterer getClusterer()
public void setClusterer(DensityBasedClusterer newClusterer)
newClassifier
- the new clusterer to use.public void setClustererName(java.lang.String newClustererName) throws java.lang.Exception
newClusterer
- the Classifier class name.java.lang.Exception
- if the class name is invalid.public java.lang.String getRawResultOutput()
getRawResultOutput
in interface SplitEvaluator
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getRevision()
getRevision
in interface RevisionHandler