Skip navigation links
A B C D E F G I L M N P S T U W 

A

addInstances(Instance, Instance) - Static method in class weka.classifiers.functions.explicitboundaries.gemoetry.InstancesGeometricOperations
Adds two instances.
addInstances(Instance, Instance, boolean) - Static method in class weka.classifiers.functions.explicitboundaries.gemoetry.InstancesGeometricOperations
Adds two instances.
alphaTipText() - Method in class weka.classifiers.functions.explicitboundaries.combiners.APotentialFunctionSingleParam
 
APotentialFunctionSingleParam - Class in weka.classifiers.functions.explicitboundaries.combiners
Class is a parent class for potential functions with single parametrs
APotentialFunctionSingleParam() - Constructor for class weka.classifiers.functions.explicitboundaries.combiners.APotentialFunctionSingleParam
 

B

betaTipText() - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionExp5
 
BoundaryAndCentroidClassifier - Class in weka.classifiers.functions
 
BoundaryAndCentroidClassifier(ClassifierWithBoundaries) - Constructor for class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
BoundaryAndCentroidClassifier() - Constructor for class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
BoundaryBasedClassifier - Class in weka.classifiers.functions
Allows to use boundary classifier as general Classifier object
BoundaryBasedClassifier(ClassifierWithBoundaries) - Constructor for class weka.classifiers.functions.BoundaryBasedClassifier
 
BoundaryBasedClassifier() - Constructor for class weka.classifiers.functions.BoundaryBasedClassifier
 
BoundaryCombiner - Class in weka.classifiers.meta.simpleVotingLikeCombiners
 
BoundaryCombiner() - Constructor for class weka.classifiers.meta.simpleVotingLikeCombiners.BoundaryCombiner
 
boundaryCombinerTipText() - Method in class weka.classifiers.meta.simpleVotingLikeCombiners.BoundaryCombiner
 
BoundaryPotentialClassifier - Class in weka.classifiers.functions
Classifier with boundary-based potential function
BoundaryPotentialClassifier(ClassifierWithBoundaries) - Constructor for class weka.classifiers.functions.BoundaryPotentialClassifier
 
BoundaryPotentialClassifier() - Constructor for class weka.classifiers.functions.BoundaryPotentialClassifier
 
buildClassifier(Instances) - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
buildClassifier(Instances) - Method in class weka.classifiers.functions.BoundaryBasedClassifier
 
buildClassifier(Instances) - Method in class weka.classifiers.functions.BoundaryPotentialClassifier
 
buildClassifier(Instances) - Method in class weka.classifiers.functions.explicitboundaries.models.FLDABoundary
 
buildClassifier(Instances) - Method in class weka.classifiers.functions.explicitboundaries.models.LogisticBoundary
 
buildClassifier(Instances) - Method in class weka.classifiers.functions.explicitboundaries.models.MultilayerPerceptronBoundary
 
buildClassifier(Instances) - Method in class weka.classifiers.functions.explicitboundaries.models.NearestCentroidBoundary
 
buildClassifier(Instances) - Method in class weka.classifiers.functions.explicitboundaries.models.SMOLinearBoundary
 
buildDefaultModelPlane(Instances) - Method in class weka.classifiers.functions.explicitboundaries.models.MajorityPlaneBoundaryModel
Builds a default decision boundary if there are instances belonging to only one class.

C

calcBoundary() - Method in class weka.classifiers.functions.explicitboundaries.models.MultilayerPerceptronBoundary
 
calibratorTipText() - Method in class weka.classifiers.functions.BoundaryBasedClassifier
 
ClassifierWithBoundaries - Interface in weka.classifiers.functions.explicitboundaries
 
classify(Instance) - Method in class weka.classifiers.functions.explicitboundaries.DecisionBoundaryPlane
 
classify(Instance) - Method in interface weka.classifiers.functions.explicitboundaries.IDecisionBoundary
Classify instance
createOrthonormalBase(Instance[]) - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.GrammShmidtOrthonormal
 

D

DecisionBoundaries - Class in weka.classifiers.functions.explicitboundaries
 
DecisionBoundaries(List<DecisionBoundary>) - Constructor for class weka.classifiers.functions.explicitboundaries.DecisionBoundaries
 
DecisionBoundariesExtractor - Class in weka.classifiers.functions.explicitboundaries
 
DecisionBoundariesExtractor() - Constructor for class weka.classifiers.functions.explicitboundaries.DecisionBoundariesExtractor
 
DecisionBoundary - Class in weka.classifiers.functions.explicitboundaries
 
DecisionBoundary(Instances, int, int) - Constructor for class weka.classifiers.functions.explicitboundaries.DecisionBoundary
 
DecisionBoundaryCombiner - Interface in weka.classifiers.functions.explicitboundaries
 
DecisionBoundaryPlane - Class in weka.classifiers.functions.explicitboundaries
 
DecisionBoundaryPlane(Instances, int, int, Plane) - Constructor for class weka.classifiers.functions.explicitboundaries.DecisionBoundaryPlane
 
DecisionBoundaryPlane(Instances, int, int) - Constructor for class weka.classifiers.functions.explicitboundaries.DecisionBoundaryPlane
 
distanceToPlane(Instance) - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.Plane
Calculate the distance of the vector to the plane
distributionForInstance(Instance) - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
distributionForInstance(Instance) - Method in class weka.classifiers.functions.BoundaryBasedClassifier
 
distributionForInstance(Instance) - Method in class weka.classifiers.functions.BoundaryPotentialClassifier
 
distributionForInstance(Instance) - Method in class weka.classifiers.functions.explicitboundaries.models.FLDABoundary
 
DotProduct - Interface in weka.classifiers.functions.explicitboundaries.gemoetry
 
dotProduct(Instance, Instance) - Method in interface weka.classifiers.functions.explicitboundaries.gemoetry.DotProduct
Calculate dot product between instances (vecttors)
dotProduct(Instance, Instance) - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.DotProductEuclidean
 
DotProductEuclidean - Class in weka.classifiers.functions.explicitboundaries.gemoetry
 
DotProductEuclidean() - Constructor for class weka.classifiers.functions.explicitboundaries.gemoetry.DotProductEuclidean
 
dotProductTipText() - Method in class weka.classifiers.functions.explicitboundaries.models.NearestCentroidBoundary
 

E

epsTipText() - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
extractBoundaries(Classifier[]) - Method in class weka.classifiers.functions.explicitboundaries.DecisionBoundariesExtractor
 

F

FLDABoundary - Class in weka.classifiers.functions.explicitboundaries.models
 
FLDABoundary() - Constructor for class weka.classifiers.functions.explicitboundaries.models.FLDABoundary
 

G

getAlpha() - Method in class weka.classifiers.functions.explicitboundaries.combiners.APotentialFunctionSingleParam
 
getBeta() - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionExp5
 
getBoundaries() - Method in class weka.classifiers.functions.explicitboundaries.DecisionBoundaries
 
getBoundary() - Method in class weka.classifiers.functions.BoundaryBasedClassifier
 
getBoundary() - Method in interface weka.classifiers.functions.explicitboundaries.ClassifierWithBoundaries
Returns decision boundaries of the classifier
getBoundary() - Method in class weka.classifiers.functions.explicitboundaries.models.FLDABoundary
 
getBoundary() - Method in class weka.classifiers.functions.explicitboundaries.models.LinearRegressionBoundary
 
getBoundary() - Method in class weka.classifiers.functions.explicitboundaries.models.LogisticBoundary
 
getBoundary() - Method in class weka.classifiers.functions.explicitboundaries.models.MultilayerPerceptronBoundary
 
getBoundary() - Method in class weka.classifiers.functions.explicitboundaries.models.NearestCentroidBoundary
 
getBoundary() - Method in class weka.classifiers.functions.explicitboundaries.models.SMOLinearBoundary
 
getBoundaryCombiner() - Method in class weka.classifiers.meta.simpleVotingLikeCombiners.BoundaryCombiner
 
getCalibrator() - Method in class weka.classifiers.functions.BoundaryBasedClassifier
 
getCapabilities() - Method in class weka.classifiers.functions.explicitboundaries.models.FLDABoundary
 
getCapabilities() - Method in class weka.classifiers.functions.explicitboundaries.models.LinearRegressionBoundary
 
getCapabilities() - Method in class weka.classifiers.functions.explicitboundaries.models.LogisticBoundary
 
getCapabilities() - Method in class weka.classifiers.functions.explicitboundaries.models.MultilayerPerceptronBoundary
 
getCapabilities() - Method in class weka.classifiers.functions.explicitboundaries.models.NearestCentroidBoundary
 
getCapabilities() - Method in class weka.classifiers.functions.explicitboundaries.models.SMOLinearBoundary
 
getCapabilities() - Method in class weka.classifiers.functions.SingleClassifierEnhancerBoundary
 
getClass(Instance) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionCombiner
 
getClass(Instance) - Method in interface weka.classifiers.functions.explicitboundaries.DecisionBoundaryCombiner
Get combined decision of the boundaries (class value)
getClass(IteratedSingleClassifierEnhancer, Instance) - Method in class weka.classifiers.meta.simpleVotingLikeCombiners.BoundaryCombiner
 
getClass(MultipleClassifiersCombiner, Instance) - Method in class weka.classifiers.meta.simpleVotingLikeCombiners.BoundaryCombiner
 
getClass1Idx() - Method in class weka.classifiers.functions.explicitboundaries.DecisionBoundary
 
getClass1Idx() - Method in interface weka.classifiers.functions.explicitboundaries.IDecisionBoundary
 
getClass2Idx() - Method in class weka.classifiers.functions.explicitboundaries.DecisionBoundary
 
getClass2Idx() - Method in interface weka.classifiers.functions.explicitboundaries.IDecisionBoundary
 
getCombinedBoundaries(Instance, DecisionBoundaries, PotentialFunction) - Method in interface weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners.PotentialCombiner
 
getCombinedBoundaries(Instance, DecisionBoundaries, PotentialFunction) - Method in class weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners.PotentialCombinerMaxMax
 
getCombinedBoundaries(Instance, DecisionBoundaries, PotentialFunction) - Method in class weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners.PotentialCombinerMaxMed
 
getCombinedBoundaries(Instance, DecisionBoundaries, PotentialFunction) - Method in class weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners.PotentialCombinerMaxMin
 
getCombinedBoundaries(Instance, DecisionBoundaries, PotentialFunction) - Method in class weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners.PotentialCombinerMaxProd
 
getCombinedBoundaries(Instance, DecisionBoundaries, PotentialFunction) - Method in class weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners.PotentialCombinerMaxTMean
 
getCombinedBoundaries(Instance, DecisionBoundaries, PotentialFunction) - Method in class weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners.PotentialCombinerSum
 
getCombinedBoundaries(Instance, DecisionBoundaries, PotentialFunction) - Method in class weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners.PotentialCombinerTMean
 
getDataHeader() - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.Plane
 
getDatasetHeader() - Method in class weka.classifiers.functions.explicitboundaries.DecisionBoundary
 
getDatasetHeader() - Method in interface weka.classifiers.functions.explicitboundaries.IDecisionBoundary
 
getDecision(Instance) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionCombiner
 
getDecision(Instance) - Method in interface weka.classifiers.functions.explicitboundaries.DecisionBoundaryCombiner
Get combined decision of the boundaries (class index)
getDecisionPlane() - Method in class weka.classifiers.functions.explicitboundaries.DecisionBoundaryPlane
 
getDistance(Instance) - Method in class weka.classifiers.functions.explicitboundaries.DecisionBoundaryPlane
 
getDistance(Instance) - Method in interface weka.classifiers.functions.explicitboundaries.IDecisionBoundary
Returns the smallest distance between the surface of the decision boundary and the instance
getDistributionForInstance(IteratedSingleClassifierEnhancer, Instance) - Method in class weka.classifiers.meta.simpleVotingLikeCombiners.BoundaryCombiner
 
getDistributionForInstance(MultipleClassifiersCombiner, Instance) - Method in class weka.classifiers.meta.simpleVotingLikeCombiners.BoundaryCombiner
 
getDotProd() - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.GrammShmidtOrthonormal
 
getDotProduct() - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.Plane
 
getDotProduct() - Method in class weka.classifiers.functions.explicitboundaries.models.NearestCentroidBoundary
 
getEps() - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
getIndex(Instance) - Method in class weka.classifiers.functions.explicitboundaries.DecisionBoundaryPlane
 
getIndex(Instance) - Method in interface weka.classifiers.functions.explicitboundaries.IDecisionBoundary
Give the class index for the instance
getNormalVector() - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.Plane
 
getNumFolds() - Method in class weka.classifiers.functions.BoundaryBasedClassifier
 
getOffset() - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.Plane
 
getOptions() - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
getOptions() - Method in class weka.classifiers.functions.BoundaryBasedClassifier
 
getOptions() - Method in class weka.classifiers.functions.BoundaryPotentialClassifier
 
getOptions() - Method in class weka.classifiers.functions.explicitboundaries.combiners.APotentialFunctionSingleParam
 
getOptions() - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionCombiner
 
getOptions() - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionExp5
 
getOptions() - Method in class weka.classifiers.meta.simpleVotingLikeCombiners.BoundaryCombiner
 
getPlaneModel() - Method in class weka.classifiers.functions.explicitboundaries.models.MajorityPlaneBoundaryModel
 
getPotCombiner() - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionCombiner
 
getPotential() - Method in class weka.classifiers.functions.BoundaryPotentialClassifier
 
getPotential() - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionCombiner
 
getPotential1() - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionAsymetric
 
getPotential2() - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionAsymetric
 
getPotentialValue(double) - Method in interface weka.classifiers.functions.explicitboundaries.combiners.PotentialFunction
Calculates the potential value for x
getPotentialValue(double) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionAsymetric
 
getPotentialValue(double) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionExp
 
getPotentialValue(double) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionExp2
 
getPotentialValue(double) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionExp3
 
getPotentialValue(double) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionExp4
 
getPotentialValue(double) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionExp5
 
getPotentialValue(double) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionLinear
 
getPotentialValue(double) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionSign
 
getPotentialValue(double) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionSqrt
 
getPotentialValue(double) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionTanh
 
getPotFunction() - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
getProportion() - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
getPrototypeProto() - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
getRevision() - Method in class weka.classifiers.meta.simpleVotingLikeCombiners.BoundaryCombiner
 
getSeed() - Method in class weka.classifiers.functions.BoundaryBasedClassifier
 
getUseCalibrator() - Method in class weka.classifiers.functions.BoundaryBasedClassifier
 
getValue(Instance) - Method in class weka.classifiers.functions.explicitboundaries.DecisionBoundaryPlane
 
getValue(Instance) - Method in interface weka.classifiers.functions.explicitboundaries.IDecisionBoundary
Get value of the characteristic function of the decision boundary
globalInfo() - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
globalInfo() - Method in class weka.classifiers.functions.BoundaryBasedClassifier
 
globalInfo() - Method in class weka.classifiers.functions.BoundaryPotentialClassifier
 
GrammShmidtOrthonormal - Class in weka.classifiers.functions.explicitboundaries.gemoetry
 
GrammShmidtOrthonormal() - Constructor for class weka.classifiers.functions.explicitboundaries.gemoetry.GrammShmidtOrthonormal
 

I

IDecisionBoundary - Interface in weka.classifiers.functions.explicitboundaries
 
IInstanceNormCalc - Interface in weka.classifiers.functions.explicitboundaries.gemoetry
 
InstancesGeometricOperations - Class in weka.classifiers.functions.explicitboundaries.gemoetry
Geometric operations for instances
InstancesGeometricOperations() - Constructor for class weka.classifiers.functions.explicitboundaries.gemoetry.InstancesGeometricOperations
 
isDebug() - Method in class weka.classifiers.functions.explicitboundaries.DecisionBoundaryPlane
 
isDebug() - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.DotProductEuclidean
 
isDebug() - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.GrammShmidtOrthonormal
 
isDebug() - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.Plane
 
isDebug() - Method in class weka.classifiers.functions.explicitboundaries.models.MajorityPlaneBoundaryModel
 
isNormalize() - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
isNormalizeDistance() - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.Plane
 
isNormalizeOutput() - Method in class weka.classifiers.functions.BoundaryPotentialClassifier
 
isUseDefault() - Method in class weka.classifiers.functions.explicitboundaries.models.MajorityPlaneBoundaryModel
 

L

LinearRegressionBoundary - Class in weka.classifiers.functions.explicitboundaries.models
 
LinearRegressionBoundary() - Constructor for class weka.classifiers.functions.explicitboundaries.models.LinearRegressionBoundary
 
listOptions() - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
listOptions() - Method in class weka.classifiers.functions.BoundaryBasedClassifier
 
listOptions() - Method in class weka.classifiers.functions.BoundaryPotentialClassifier
 
listOptions() - Method in class weka.classifiers.functions.explicitboundaries.combiners.APotentialFunctionSingleParam
 
listOptions() - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionCombiner
 
listOptions() - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionExp5
 
listOptions() - Method in class weka.classifiers.meta.simpleVotingLikeCombiners.BoundaryCombiner
 
LogisticBoundary - Class in weka.classifiers.functions.explicitboundaries.models
 
LogisticBoundary() - Constructor for class weka.classifiers.functions.explicitboundaries.models.LogisticBoundary
 

M

main(String[]) - Static method in class weka.classifiers.functions.BoundaryBasedClassifier
 
main(String[]) - Static method in class weka.classifiers.functions.explicitboundaries.models.FLDABoundary
 
main(String[]) - Static method in class weka.classifiers.functions.explicitboundaries.models.LinearRegressionBoundary
 
main(String[]) - Static method in class weka.classifiers.functions.explicitboundaries.models.LogisticBoundary
 
main(String[]) - Static method in class weka.classifiers.functions.explicitboundaries.models.MultilayerPerceptronBoundary
 
main(String[]) - Static method in class weka.classifiers.functions.explicitboundaries.models.NearestCentroidBoundary
 
main(String[]) - Static method in class weka.classifiers.functions.explicitboundaries.models.SMOLinearBoundary
 
MajorityPlaneBoundaryModel - Class in weka.classifiers.functions.explicitboundaries.models
 
MajorityPlaneBoundaryModel() - Constructor for class weka.classifiers.functions.explicitboundaries.models.MajorityPlaneBoundaryModel
 
MultilayerPerceptronBoundary - Class in weka.classifiers.functions.explicitboundaries.models
 
MultilayerPerceptronBoundary() - Constructor for class weka.classifiers.functions.explicitboundaries.models.MultilayerPerceptronBoundary
 

N

NearestCentroidBoundary - Class in weka.classifiers.functions.explicitboundaries.models
Nearest Centroind Classifier with explicit boundaries Only binary classifiers.
NearestCentroidBoundary() - Constructor for class weka.classifiers.functions.explicitboundaries.models.NearestCentroidBoundary
 
norm(Instance) - Method in interface weka.classifiers.functions.explicitboundaries.gemoetry.DotProduct
Calculates the dot-product-induced norm of the vector
norm(Instance) - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.DotProductEuclidean
 
norm(Instance) - Method in interface weka.classifiers.functions.explicitboundaries.gemoetry.IInstanceNormCalc
Calculates the norm of the instance.
normalize(Instance) - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.DotProductEuclidean
 
normalize(Instance) - Method in interface weka.classifiers.functions.explicitboundaries.gemoetry.IInstanceNormCalc
Returns normalized instance.
normalizeOutputTipText() - Method in class weka.classifiers.functions.BoundaryPotentialClassifier
 
normalizeTipText() - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
numFoldsTipText() - Method in class weka.classifiers.functions.BoundaryBasedClassifier
 

P

Plane - Class in weka.classifiers.functions.explicitboundaries.gemoetry
 
Plane(Instances) - Constructor for class weka.classifiers.functions.explicitboundaries.gemoetry.Plane
 
PotentialCombiner - Interface in weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners
 
PotentialCombinerMaxMax - Class in weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners
 
PotentialCombinerMaxMax() - Constructor for class weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners.PotentialCombinerMaxMax
 
PotentialCombinerMaxMed - Class in weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners
 
PotentialCombinerMaxMed() - Constructor for class weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners.PotentialCombinerMaxMed
 
PotentialCombinerMaxMin - Class in weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners
 
PotentialCombinerMaxMin() - Constructor for class weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners.PotentialCombinerMaxMin
 
PotentialCombinerMaxProd - Class in weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners
 
PotentialCombinerMaxProd() - Constructor for class weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners.PotentialCombinerMaxProd
 
PotentialCombinerMaxTMean - Class in weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners
 
PotentialCombinerMaxTMean() - Constructor for class weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners.PotentialCombinerMaxTMean
 
PotentialCombinerSum - Class in weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners
 
PotentialCombinerSum() - Constructor for class weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners.PotentialCombinerSum
 
PotentialCombinerTMean - Class in weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners
 
PotentialCombinerTMean() - Constructor for class weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners.PotentialCombinerTMean
 
PotentialFunction - Interface in weka.classifiers.functions.explicitboundaries.combiners
 
PotentialFunctionAsymetric - Class in weka.classifiers.functions.explicitboundaries.combiners
 
PotentialFunctionAsymetric() - Constructor for class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionAsymetric
 
PotentialFunctionCombiner - Class in weka.classifiers.functions.explicitboundaries.combiners
 
PotentialFunctionCombiner() - Constructor for class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionCombiner
 
PotentialFunctionExp - Class in weka.classifiers.functions.explicitboundaries.combiners
 
PotentialFunctionExp() - Constructor for class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionExp
 
PotentialFunctionExp2 - Class in weka.classifiers.functions.explicitboundaries.combiners
 
PotentialFunctionExp2() - Constructor for class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionExp2
 
PotentialFunctionExp3 - Class in weka.classifiers.functions.explicitboundaries.combiners
 
PotentialFunctionExp3() - Constructor for class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionExp3
 
PotentialFunctionExp4 - Class in weka.classifiers.functions.explicitboundaries.combiners
 
PotentialFunctionExp4() - Constructor for class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionExp4
 
PotentialFunctionExp5 - Class in weka.classifiers.functions.explicitboundaries.combiners
 
PotentialFunctionExp5() - Constructor for class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionExp5
 
PotentialFunctionLinear - Class in weka.classifiers.functions.explicitboundaries.combiners
 
PotentialFunctionLinear() - Constructor for class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionLinear
 
PotentialFunctionSign - Class in weka.classifiers.functions.explicitboundaries.combiners
 
PotentialFunctionSign() - Constructor for class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionSign
 
PotentialFunctionSqrt - Class in weka.classifiers.functions.explicitboundaries.combiners
 
PotentialFunctionSqrt() - Constructor for class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionSqrt
 
PotentialFunctionTanh - Class in weka.classifiers.functions.explicitboundaries.combiners
 
PotentialFunctionTanh() - Constructor for class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionTanh
 
potentialTipText() - Method in class weka.classifiers.functions.BoundaryPotentialClassifier
 
potFunctionTipText() - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
projection(Instance, Instance) - Method in interface weka.classifiers.functions.explicitboundaries.gemoetry.DotProduct
Calculates the projection of instance 1 (inst1) on instance 2 (inst2).
projection(Instance, Instance) - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.DotProductEuclidean
 
projectOnPlane(Instance) - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.Plane
 
proportionTipText() - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
prototypeProtoTipText() - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 

S

scale(Instance, double) - Static method in class weka.classifiers.functions.explicitboundaries.gemoetry.InstancesGeometricOperations
Scales the numeric attributes of the instance
seedTipText() - Method in class weka.classifiers.functions.BoundaryBasedClassifier
 
setAlpha(double) - Method in class weka.classifiers.functions.explicitboundaries.combiners.APotentialFunctionSingleParam
 
setBeta(double) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionExp5
 
setBoundaries(DecisionBoundaries) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionCombiner
 
setBoundaries(DecisionBoundaries) - Method in interface weka.classifiers.functions.explicitboundaries.DecisionBoundaryCombiner
Sets the boundaries to combine
setBoundaryCombiner(DecisionBoundaryCombiner) - Method in class weka.classifiers.meta.simpleVotingLikeCombiners.BoundaryCombiner
 
setCalibrator(Classifier) - Method in class weka.classifiers.functions.BoundaryBasedClassifier
 
setClassifier(Classifier) - Method in class weka.classifiers.functions.SingleClassifierEnhancerBoundary
 
setDebug(boolean) - Method in class weka.classifiers.functions.explicitboundaries.DecisionBoundaryPlane
 
setDebug(boolean) - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.DotProductEuclidean
 
setDebug(boolean) - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.GrammShmidtOrthonormal
 
setDebug(boolean) - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.Plane
 
setDebug(boolean) - Method in class weka.classifiers.functions.explicitboundaries.models.FLDABoundary
 
setDebug(boolean) - Method in class weka.classifiers.functions.explicitboundaries.models.LogisticBoundary
 
setDebug(boolean) - Method in class weka.classifiers.functions.explicitboundaries.models.MajorityPlaneBoundaryModel
 
setDebug(boolean) - Method in class weka.classifiers.functions.explicitboundaries.models.MultilayerPerceptronBoundary
 
setDebug(boolean) - Method in class weka.classifiers.functions.explicitboundaries.models.NearestCentroidBoundary
 
setDebug(boolean) - Method in class weka.classifiers.functions.explicitboundaries.models.SMOLinearBoundary
 
setDotProd(DotProduct) - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.GrammShmidtOrthonormal
 
setDotProduct(DotProduct) - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.Plane
 
setDotProduct(DotProduct) - Method in class weka.classifiers.functions.explicitboundaries.models.NearestCentroidBoundary
 
setEps(double) - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
setNormalize(boolean) - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
setNormalizeDistance(boolean) - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.Plane
 
setNormalizeOutput(boolean) - Method in class weka.classifiers.functions.BoundaryPotentialClassifier
 
setNormalVector(Instance) - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.Plane
 
setNumFolds(int) - Method in class weka.classifiers.functions.BoundaryBasedClassifier
 
setOffset(double) - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.Plane
 
setOptions(String[]) - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
setOptions(String[]) - Method in class weka.classifiers.functions.BoundaryBasedClassifier
 
setOptions(String[]) - Method in class weka.classifiers.functions.BoundaryPotentialClassifier
 
setOptions(String[]) - Method in class weka.classifiers.functions.explicitboundaries.combiners.APotentialFunctionSingleParam
 
setOptions(String[]) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionCombiner
 
setOptions(String[]) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionExp5
 
setOptions(String[]) - Method in class weka.classifiers.meta.simpleVotingLikeCombiners.BoundaryCombiner
 
setPotCombiner(PotentialCombiner) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionCombiner
 
setPotential(PotentialFunction) - Method in class weka.classifiers.functions.BoundaryPotentialClassifier
 
setPotential(PotentialFunction) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionCombiner
 
setPotential1(PotentialFunction) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionAsymetric
 
setPotential2(PotentialFunction) - Method in class weka.classifiers.functions.explicitboundaries.combiners.PotentialFunctionAsymetric
 
setPotFunction(PotentialFunction) - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
setProportion(double) - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
setPrototypeProto(IClusterPrototype) - Method in class weka.classifiers.functions.BoundaryAndCentroidClassifier
 
setSeed(int) - Method in class weka.classifiers.functions.BoundaryBasedClassifier
 
setUseCalibrator(boolean) - Method in class weka.classifiers.functions.BoundaryBasedClassifier
 
sideOfThePlane(Instance) - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.Plane
Dtermines on which side of the plane the vector is.
SingleClassifierEnhancerBoundary - Class in weka.classifiers.functions
 
SingleClassifierEnhancerBoundary() - Constructor for class weka.classifiers.functions.SingleClassifierEnhancerBoundary
 
SMOLinearBoundary - Class in weka.classifiers.functions.explicitboundaries.models
 
SMOLinearBoundary() - Constructor for class weka.classifiers.functions.explicitboundaries.models.SMOLinearBoundary
 
subtractInstances(Instance, Instance) - Static method in class weka.classifiers.functions.explicitboundaries.gemoetry.InstancesGeometricOperations
Subtracts two instances.
subtractInstances(Instance, Instance, boolean) - Static method in class weka.classifiers.functions.explicitboundaries.gemoetry.InstancesGeometricOperations
Subtracts two instances.

T

toString() - Method in class weka.classifiers.functions.explicitboundaries.DecisionBoundaries
 
toString() - Method in class weka.classifiers.functions.explicitboundaries.DecisionBoundary
 
toString() - Method in class weka.classifiers.functions.explicitboundaries.DecisionBoundaryPlane
 
toString() - Method in class weka.classifiers.functions.explicitboundaries.gemoetry.Plane
 

U

useCalibratorTipText() - Method in class weka.classifiers.functions.BoundaryBasedClassifier
 

W

weka.classifiers.functions - package weka.classifiers.functions
 
weka.classifiers.functions.explicitboundaries - package weka.classifiers.functions.explicitboundaries
 
weka.classifiers.functions.explicitboundaries.combiners - package weka.classifiers.functions.explicitboundaries.combiners
 
weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners - package weka.classifiers.functions.explicitboundaries.combiners.potentialCombiners
 
weka.classifiers.functions.explicitboundaries.gemoetry - package weka.classifiers.functions.explicitboundaries.gemoetry
 
weka.classifiers.functions.explicitboundaries.models - package weka.classifiers.functions.explicitboundaries.models
 
weka.classifiers.meta.simpleVotingLikeCombiners - package weka.classifiers.meta.simpleVotingLikeCombiners
 
A B C D E F G I L M N P S T U W 
Skip navigation links

Copyright © 2020. All rights reserved.