Uses of Interface
weka.classifiers.functions.explicitboundaries.gemoetry.DotProduct
-
Packages that use DotProduct Package Description weka.classifiers.functions.explicitboundaries.gemoetry weka.classifiers.functions.explicitboundaries.models -
-
Uses of DotProduct in weka.classifiers.functions.explicitboundaries.gemoetry
Classes in weka.classifiers.functions.explicitboundaries.gemoetry that implement DotProduct Modifier and Type Class Description class
DotProductEuclidean
Methods in weka.classifiers.functions.explicitboundaries.gemoetry that return DotProduct Modifier and Type Method Description DotProduct
GrammShmidtOrthonormal. getDotProd()
DotProduct
Plane. getDotProduct()
Methods in weka.classifiers.functions.explicitboundaries.gemoetry with parameters of type DotProduct Modifier and Type Method Description void
GrammShmidtOrthonormal. setDotProd(DotProduct dotProd)
void
Plane. setDotProduct(DotProduct dotProduct)
-
Uses of DotProduct in weka.classifiers.functions.explicitboundaries.models
Methods in weka.classifiers.functions.explicitboundaries.models that return DotProduct Modifier and Type Method Description DotProduct
NearestCentroidBoundary. getDotProduct()
Methods in weka.classifiers.functions.explicitboundaries.models with parameters of type DotProduct Modifier and Type Method Description void
NearestCentroidBoundary. setDotProduct(DotProduct dotProduct)
-