Uses of Interface
weka.classifiers.functions.explicitboundaries.DecisionBoundaryCombiner
-
Packages that use DecisionBoundaryCombiner Package Description weka.classifiers.functions.explicitboundaries.combiners weka.classifiers.meta.simpleVotingLikeCombiners -
-
Uses of DecisionBoundaryCombiner in weka.classifiers.functions.explicitboundaries.combiners
Classes in weka.classifiers.functions.explicitboundaries.combiners that implement DecisionBoundaryCombiner Modifier and Type Class Description class
PotentialFunctionCombiner
-
Uses of DecisionBoundaryCombiner in weka.classifiers.meta.simpleVotingLikeCombiners
Methods in weka.classifiers.meta.simpleVotingLikeCombiners that return DecisionBoundaryCombiner Modifier and Type Method Description DecisionBoundaryCombiner
BoundaryCombiner. getBoundaryCombiner()
Methods in weka.classifiers.meta.simpleVotingLikeCombiners with parameters of type DecisionBoundaryCombiner Modifier and Type Method Description void
BoundaryCombiner. setBoundaryCombiner(DecisionBoundaryCombiner boundaryCombiner)
-