Uses of Class
weka.classifiers.functions.explicitboundaries.DecisionBoundaries
-
-
Uses of DecisionBoundaries in weka.classifiers.functions.explicitboundaries
Methods in weka.classifiers.functions.explicitboundaries that return DecisionBoundaries Modifier and Type Method Description DecisionBoundaries
DecisionBoundariesExtractor. extractBoundaries(weka.classifiers.Classifier[] classArray)
Methods in weka.classifiers.functions.explicitboundaries with parameters of type DecisionBoundaries Modifier and Type Method Description void
DecisionBoundaryCombiner. setBoundaries(DecisionBoundaries boundaries)
Sets the boundaries to combine -
Uses of DecisionBoundaries in weka.classifiers.functions.explicitboundaries.combiners
Methods in weka.classifiers.functions.explicitboundaries.combiners with parameters of type DecisionBoundaries Modifier and Type Method Description void
PotentialFunctionCombiner. setBoundaries(DecisionBoundaries boundaries)
-
Uses of DecisionBoundaries in weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners
Methods in weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners with parameters of type DecisionBoundaries Modifier and Type Method Description int
PotentialCombiner. getCombinedBoundaries(weka.core.Instance inst, DecisionBoundaries boundaries, PotentialFunction potFunction)
int
PotentialCombinerMaxMax. getCombinedBoundaries(weka.core.Instance inst, DecisionBoundaries boundaries, PotentialFunction potFunction)
int
PotentialCombinerMaxMed. getCombinedBoundaries(weka.core.Instance inst, DecisionBoundaries boundaries, PotentialFunction potFunction)
int
PotentialCombinerMaxMin. getCombinedBoundaries(weka.core.Instance inst, DecisionBoundaries boundaries, PotentialFunction potFunction)
int
PotentialCombinerMaxProd. getCombinedBoundaries(weka.core.Instance inst, DecisionBoundaries boundaries, PotentialFunction potFunction)
int
PotentialCombinerMaxTMean. getCombinedBoundaries(weka.core.Instance inst, DecisionBoundaries boundaries, PotentialFunction potFunction)
int
PotentialCombinerSum. getCombinedBoundaries(weka.core.Instance inst, DecisionBoundaries boundaries, PotentialFunction potFunction)
int
PotentialCombinerTMean. getCombinedBoundaries(weka.core.Instance inst, DecisionBoundaries boundaries, PotentialFunction potFunction)
-