Package weka.classifiers.trees.j48
Class ModelSelection
java.lang.Object
weka.classifiers.trees.j48.ModelSelection
- All Implemented Interfaces:
Serializable
,RevisionHandler
- Direct Known Subclasses:
BinC45ModelSelection
,C45ModelSelection
,NBTreeModelSelection
,ResidualModelSelection
Abstract class for model selection criteria.
- Version:
- $Revision: 8034 $
- Author:
- Eibe Frank (eibe@cs.waikato.ac.nz)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract ClassifierSplitModel
selectModel
(Instances data) Selects a model for the given dataset.selectModel
(Instances train, Instances test) Selects a model for the given train data using the given test dataMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface weka.core.RevisionHandler
getRevision