Uses of Class
org.dmg.pmml.nearest_neighbor.NearestNeighborModel
-
Packages that use NearestNeighborModel Package Description org.dmg.pmml org.dmg.pmml.nearest_neighbor org.jpmml.model.visitors -
-
Uses of NearestNeighborModel in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type NearestNeighborModel Modifier and Type Method Description VisitorActionVisitor. visit(NearestNeighborModel nearestNeighborModel) -
Uses of NearestNeighborModel in org.dmg.pmml.nearest_neighbor
-
Uses of NearestNeighborModel in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type NearestNeighborModel Modifier and Type Method Description VisitorActionAbstractVisitor. visit(NearestNeighborModel nearestNeighborModel)
-