Uses of Class
org.dmg.pmml.pmml_4_1.descr.NearestNeighborModel

Packages that use NearestNeighborModel
org.dmg.pmml.pmml_4_1.descr   
 

Uses of NearestNeighborModel in org.dmg.pmml.pmml_4_1.descr
 

Fields in org.dmg.pmml.pmml_4_1.descr declared as NearestNeighborModel
protected  NearestNeighborModel Segment.nearestNeighborModel
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return NearestNeighborModel
 NearestNeighborModel ObjectFactory.createNearestNeighborModel()
          Create an instance of NearestNeighborModel
 NearestNeighborModel Segment.getNearestNeighborModel()
          Gets the value of the nearestNeighborModel property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type NearestNeighborModel
 void Segment.setNearestNeighborModel(NearestNeighborModel value)
          Sets the value of the nearestNeighborModel property.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.