Uses of Class
weka.core.pmml.jaxbbindings.NearestNeighborModel
Packages that use NearestNeighborModel
-
Uses of NearestNeighborModel in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return NearestNeighborModelModifier and TypeMethodDescriptionObjectFactory.createNearestNeighborModel()
Create an instance ofNearestNeighborModel
Segment.getNearestNeighborModel()
Gets the value of the nearestNeighborModel property.Methods in weka.core.pmml.jaxbbindings with parameters of type NearestNeighborModelModifier and TypeMethodDescriptionvoid
Segment.setNearestNeighborModel
(NearestNeighborModel value) Sets the value of the nearestNeighborModel property.