|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectweka.classifiers.trees.j48.ModelSelection
public abstract class ModelSelection
Abstract class for model selection criteria.
| Constructor Summary | |
|---|---|
ModelSelection()
|
|
| Method Summary | |
|---|---|
abstract ClassifierSplitModel |
selectModel(Instances data)
Selects a model for the given dataset. |
ClassifierSplitModel |
selectModel(Instances train,
Instances test)
Selects a model for the given train data using the given test data |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface weka.core.RevisionHandler |
|---|
getRevision |
| Constructor Detail |
|---|
public ModelSelection()
| Method Detail |
|---|
public abstract ClassifierSplitModel selectModel(Instances data)
throws java.lang.Exception
java.lang.Exception - if model can't be selected
public ClassifierSplitModel selectModel(Instances train,
Instances test)
throws java.lang.Exception
java.lang.Exception - if model can't be selected
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||