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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr with type parameters of type KNNInput
protected  List<KNNInput> KNNInputs.knnInputs
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return KNNInput
 KNNInput ObjectFactory.createKNNInput()
          Create an instance of KNNInput
 

Methods in org.dmg.pmml.pmml_4_1.descr that return types with arguments of type KNNInput
 List<KNNInput> KNNInputs.getKNNInputs()
          Gets the value of the knnInputs property.
 



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