|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.dfki.madm.mlwizard.functionality.Regressioner
public class Regressioner
| Nested Class Summary | |
|---|---|
static class |
Regressioner.RegressionResult
|
| Constructor Summary | |
|---|---|
Regressioner()
|
|
| Method Summary | |
|---|---|
static double |
predict(Classifier classifier,
com.rapidminer.example.ExampleSet metaFeatures)
predict the accuracy for a given classifier and meta-features |
static Regressioner.RegressionResult |
predict(KnowledgeBase knowledgeBase,
com.rapidminer.example.ExampleSet dataset)
predicts the accuracies of all classifiers for one dataset |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Regressioner()
| Method Detail |
|---|
public static double predict(Classifier classifier,
com.rapidminer.example.ExampleSet metaFeatures)
throws com.rapidminer.operator.OperatorCreationException,
com.rapidminer.operator.OperatorException
classifier - the classifier which accuracy should be predictedmetaFeatures - the meta-features of the dataset which accuracy of the classifier should be predicted
com.rapidminer.operator.OperatorCreationException
com.rapidminer.operator.OperatorException
public static Regressioner.RegressionResult predict(KnowledgeBase knowledgeBase,
com.rapidminer.example.ExampleSet dataset)
throws com.rapidminer.operator.OperatorCreationException,
com.rapidminer.operator.OperatorException
knowledgeBase - the knowledge base containing the classifiersdataset - the dataset whose accuracy should be predicted
com.rapidminer.operator.OperatorCreationException
com.rapidminer.operator.OperatorException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||