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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as ClassLabels
protected  ClassLabels ConfusionMatrix.classLabels
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return ClassLabels
 ClassLabels ObjectFactory.createClassLabels()
          Create an instance of ClassLabels
 ClassLabels ConfusionMatrix.getClassLabels()
          Gets the value of the classLabels property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type ClassLabels
 void ConfusionMatrix.setClassLabels(ClassLabels value)
          Sets the value of the classLabels property.
 



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