Uses of Interface
weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners.PotentialCombiner
-
Packages that use PotentialCombiner Package Description weka.classifiers.functions.explicitboundaries.combiners weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners -
-
Uses of PotentialCombiner in weka.classifiers.functions.explicitboundaries.combiners
Methods in weka.classifiers.functions.explicitboundaries.combiners that return PotentialCombiner Modifier and Type Method Description PotentialCombiner
PotentialFunctionCombiner. getPotCombiner()
Methods in weka.classifiers.functions.explicitboundaries.combiners with parameters of type PotentialCombiner Modifier and Type Method Description void
PotentialFunctionCombiner. setPotCombiner(PotentialCombiner potCombiner)
-
Uses of PotentialCombiner in weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners
Classes in weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners that implement PotentialCombiner Modifier and Type Class Description class
PotentialCombinerMaxMax
class
PotentialCombinerMaxMed
class
PotentialCombinerMaxMin
class
PotentialCombinerMaxProd
class
PotentialCombinerMaxTMean
class
PotentialCombinerSum
class
PotentialCombinerTMean
-