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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ClassifierSplitModelselectModel(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, waitMethods inherited from interface weka.core.RevisionHandler
getRevision