|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.experiment.DensityBasedClustererSplitEvaluator
public class DensityBasedClustererSplitEvaluator
A SplitEvaluator that produces results for a density based clusterer.
-W classname
Specify the full class name of the clusterer to evaluate.
| Constructor Summary | |
|---|---|
DensityBasedClustererSplitEvaluator()
|
|
| Method Summary | |
|---|---|
String |
clustererTipText()
Returns the tip text for this property |
Enumeration |
enumerateMeasures()
Returns an enumeration of any additional measure names that might be in the classifier |
DensityBasedClusterer |
getClusterer()
Get the value of clusterer |
Object[] |
getKey()
Gets the key describing the current SplitEvaluator. |
String[] |
getKeyNames()
Gets the names of each of the key columns produced for a single run. |
Object[] |
getKeyTypes()
Gets the data types of each of the key columns produced for a single run. |
double |
getMeasure(String additionalMeasureName)
Returns the value of the named measure |
String[] |
getOptions()
Gets the current settings of the Classifier. |
String |
getRawResultOutput()
Gets the raw output from the classifier |
boolean |
getRemoveClassColumn()
Get whether the class column is to be removed. |
Object[] |
getResult(Instances train,
Instances test)
Gets the results for the supplied train and test datasets. |
String[] |
getResultNames()
Gets the names of each of the result columns produced for a single run. |
Object[] |
getResultTypes()
Gets the data types of each of the result columns produced for a single run. |
String |
getRevision()
Returns the revision string. |
String |
globalInfo()
Returns a string describing this split evaluator |
Enumeration |
listOptions()
Returns an enumeration describing the available options. |
String |
removeClassColumnTipText()
Returns the tip text for this property |
void |
setAdditionalMeasures(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(String newClustererName)
Set the Clusterer to use, given it's class name. |
void |
setOptions(String[] options)
Parses a given list of options. |
void |
setRemoveClassColumn(boolean r)
Set whether the class column should be removed from the data. |
String |
toString()
Returns a text description of the split evaluator. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DensityBasedClustererSplitEvaluator()
| Method Detail |
|---|
public String globalInfo()
public Enumeration listOptions()
listOptions in interface OptionHandler
public void setOptions(String[] options)
throws 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 OptionHandleroptions - the list of options as an array of strings
Exception - if an option is not supportedpublic String[] getOptions()
getOptions in interface OptionHandlerpublic void setAdditionalMeasures(String[] additionalMeasures)
setAdditionalMeasures in interface SplitEvaluatoradditionalMeasures - a list of method namespublic Enumeration enumerateMeasures()
enumerateMeasures in interface AdditionalMeasureProducerpublic double getMeasure(String additionalMeasureName)
getMeasure in interface AdditionalMeasureProduceradditionalMeasureName - the name of the measure to query for its value
IllegalArgumentException - if the named measure is not supportedpublic Object[] getKeyTypes()
getKeyTypes in interface SplitEvaluatorpublic String[] getKeyNames()
getKeyNames in interface SplitEvaluatorpublic Object[] getKey()
getKey in interface SplitEvaluatorpublic Object[] getResultTypes()
getResultTypes in interface SplitEvaluatorpublic String[] getResultNames()
getResultNames in interface SplitEvaluator
public Object[] getResult(Instances train,
Instances test)
throws Exception
getResult in interface SplitEvaluatortrain - the training Instances.test - the testing Instances.
Exception - if a problem occurs while getting the resultspublic String removeClassColumnTipText()
public void setRemoveClassColumn(boolean r)
r - true if the class column is to be removed.public boolean getRemoveClassColumn()
public String clustererTipText()
public DensityBasedClusterer getClusterer()
public void setClusterer(DensityBasedClusterer newClusterer)
newClusterer - the new clusterer to use.
public void setClustererName(String newClustererName)
throws Exception
newClustererName - the clusterer class name.
Exception - if the class name is invalid.public String getRawResultOutput()
getRawResultOutput in interface SplitEvaluatorpublic String toString()
toString in class Objectpublic String getRevision()
getRevision in interface RevisionHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||