Uses of Class
org.dmg.pmml.SquaredEuclidean
-
Packages that use SquaredEuclidean Package Description org.dmg.pmml org.jpmml.model.visitors -
-
Uses of SquaredEuclidean in org.dmg.pmml
Methods in org.dmg.pmml that return SquaredEuclidean Modifier and Type Method Description SquaredEuclideanSquaredEuclidean. addExtensions(Extension... extensions)SquaredEuclideanObjectFactory. createSquaredEuclidean()Create an instance ofSquaredEuclideanMethods in org.dmg.pmml with parameters of type SquaredEuclidean Modifier and Type Method Description VisitorActionVisitor. visit(SquaredEuclidean squaredEuclidean) -
Uses of SquaredEuclidean in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type SquaredEuclidean Modifier and Type Method Description VisitorActionAbstractVisitor. visit(SquaredEuclidean squaredEuclidean)
-