Skip navigation links
B C D G H I J L M N P R S T U W 

C

CHAIDClassifierTree - Class in weka.classifiers.trees.jchaid
Class for handling a tree structure for CHAID algorithm.
CHAIDClassifierTree(CHAIDModelSelection, boolean, float, boolean, boolean, boolean) - Constructor for class weka.classifiers.trees.jchaid.CHAIDClassifierTree
Constructor for tree structure based on CHAID algorithm.
CHAIDDistribution - Class in weka.classifiers.trees.jchaid
Class for handling a distribution of class values.
CHAIDDistribution(int, int, int, double, double, boolean, boolean) - Constructor for class weka.classifiers.trees.jchaid.CHAIDDistribution
Creates and initializes a new distribution.
CHAIDDistribution(CHAIDDistribution) - Constructor for class weka.classifiers.trees.jchaid.CHAIDDistribution
Creates distribution with only one bag by merging all bags of given distribution.
CHAIDDistribution(Instances, CHAIDSplit) - Constructor for class weka.classifiers.trees.jchaid.CHAIDDistribution
Creates a distribution according to given instances and split model.
CHAIDModelSelection - Class in weka.classifiers.trees.jchaid
Class for selecting a CHAID-type split for a given dataset.
CHAIDModelSelection(int, Instances, boolean, boolean, double, double, boolean, int, Range) - Constructor for class weka.classifiers.trees.jchaid.CHAIDModelSelection
Initializes the split selection method with the given parameters.
CHAIDSplit - Class in weka.classifiers.trees.jchaid
Class implementing a CHAID-type split on an attribute.
CHAIDSplit(int, int, double, boolean, double, double, boolean, boolean) - Constructor for class weka.classifiers.trees.jchaid.CHAIDSplit
Initializes the split model.
CHAIDStarClassifierTree - Class in weka.classifiers.trees.jchaidstar
Class for handling a tree structure for CHAID* algorithm.
CHAIDStarClassifierTree(CHAIDStarModelSelection, boolean, float, boolean, boolean, boolean) - Constructor for class weka.classifiers.trees.jchaidstar.CHAIDStarClassifierTree
Constructor for tree structure based on CHAID* algorithm.
CHAIDStarModelSelection - Class in weka.classifiers.trees.jchaidstar
Class for selecting a CHAID*-type split for a given dataset.
CHAIDStarModelSelection(int, Instances, boolean, boolean, double, double, boolean, int, Range) - Constructor for class weka.classifiers.trees.jchaidstar.CHAIDStarModelSelection
Initializes the split selection method with the given parameters.
CHAIDStarSplit - Class in weka.classifiers.trees.jchaidstar
Class implementing a CHAID*-type split on an attribute.
CHAIDStarSplit(int, int, double, boolean, double, double, boolean, int, boolean) - Constructor for class weka.classifiers.trees.jchaidstar.CHAIDStarSplit
Initializes the split model.
chiSquareCrit - Static variable in class weka.classifiers.trees.jchaid.CHAIDDistribution
Static reference to splitting criterion.
chiSquareCrit - Static variable in class weka.classifiers.trees.jchaidstar.CHAIDStarSplit
Static reference to splitting criterion.
chiSquaredProb() - Method in class weka.classifiers.trees.jchaid.CHAIDSplit
Returns Chi Squared Probability for the generated split.
ChiSquareSplitCrit - Class in weka.classifiers.trees.jchaid
Class for computing the chi-squared probability for a given distribution.
ChiSquareSplitCrit() - Constructor for class weka.classifiers.trees.jchaid.ChiSquareSplitCrit
 
chiVal(Distribution) - Method in class weka.classifiers.trees.jchaid.ChiSquareSplitCrit
Computes chi-squared statistic for given distribution.
chiVal(double[][]) - Method in class weka.classifiers.trees.jchaid.ChiSquareSplitCrit
Computes chi-squared statistic for given matrix.
CHminNumObjSplitTipText() - Method in class weka.classifiers.trees.JCHAID
Returns the tip text for this property
CHordinalAttributeIndicesTipText() - Method in class weka.classifiers.trees.JCHAID
Returns the tip text for this property
CHsearchBestSplitTipText() - Method in class weka.classifiers.trees.JCHAID
Returns the tip text for this property
CHsigLevelAttTipText() - Method in class weka.classifiers.trees.JCHAID
Returns the tip text for this property
CHsigLevelMergeSplitTipText() - Method in class weka.classifiers.trees.JCHAID
Returns the tip text for this property
classifyInstance(Instance) - Method in class weka.classifiers.trees.jchaid.CHAIDClassifierTree
Classifies an instance.
combinations(int, int) - Method in class weka.classifiers.trees.jchaid.ChiSquareSplitCrit
Compute the binomial coefficient or the number of ways/combinations to choose k elements, disregarding their order, from a set of n elements.
B C D G H I J L M N P R S T U W 
Skip navigation links