Class NBTreeModelSelection

java.lang.Object
weka.classifiers.trees.j48.ModelSelection
weka.classifiers.trees.j48.NBTreeModelSelection
All Implemented Interfaces:
Serializable, RevisionHandler

public class NBTreeModelSelection extends ModelSelection
Class for selecting a NB tree split.
Version:
$Revision: 10531 $
Author:
Mark Hall (mhall@cs.waikato.ac.nz)
See Also:
  • Constructor Details

    • NBTreeModelSelection

      public NBTreeModelSelection(int minNoObj, Instances allData)
      Initializes the split selection method with the given parameters.
      Parameters:
      minNoObj - minimum number of instances that have to occur in at least two subsets induced by split
      allData - FULL training dataset (necessary for selection of split points).
  • Method Details