|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--weka.classifiers.Classifier
|
+--weka.classifiers.DistributionClassifier
|
+--weka.classifiers.ClassificationViaRegression
Class for doing classification using regression methods. For more information, see
E. Frank, Y. Wang, S. Inglis, G. Holmes, and I.H. Witten (1998) "Using model trees for classification", Machine Learning, Vol.32, No.1, pp. 63-76.
Valid options are:
-W classname
Specify the full class name of a numeric predictor as the basis for
the classifier (required).
| Constructor Summary | |
ClassificationViaRegression()
|
|
| Method Summary | |
void |
buildClassifier(Instances insts)
Builds the classifiers. |
double[] |
distributionForInstance(Instance inst)
Returns the distribution for an instance. |
Classifier |
getClassifier()
Get the base classifier (regression scheme) used as the classifier |
java.lang.String[] |
getOptions()
Gets the current settings of the Classifier. |
java.util.Enumeration |
listOptions()
Returns an enumeration describing the available options |
static void |
main(java.lang.String[] argv)
Main method for testing this class. |
void |
setClassifier(Classifier newClassifier)
Set the base classifier. |
void |
setOptions(java.lang.String[] options)
Sets a given list of options. |
java.lang.String |
toString()
Prints the classifiers. |
| Methods inherited from class weka.classifiers.DistributionClassifier |
classifyInstance |
| Methods inherited from class weka.classifiers.Classifier |
forName, makeCopies |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ClassificationViaRegression()
| Method Detail |
public void buildClassifier(Instances insts)
throws java.lang.Exception
buildClassifier in class Classifierinsts - the training data.java.lang.Exception - if a classifier can't be built
public double[] distributionForInstance(Instance inst)
throws java.lang.Exception
distributionForInstance in class DistributionClassifierjava.lang.Exception - if the distribution can't be computed successfullypublic java.lang.String toString()
toString in class java.lang.Objectpublic 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 a numeric predictor as the basis for
the classifier (required).
setOptions in interface OptionHandleroptions - the list of options as an array of stringsjava.lang.Exception - if an option is not supportedpublic java.lang.String[] getOptions()
getOptions in interface OptionHandlerpublic void setClassifier(Classifier newClassifier)
newClassifier - the Classifier to use.public Classifier getClassifier()
public static void main(java.lang.String[] argv)
argv - the options for the learner
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||