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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr declared as ModelStats
protected  ModelStats DecisionTree.modelStats
           
protected  ModelStats Regression.modelStats
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return ModelStats
 ModelStats ObjectFactory.createModelStats()
          Create an instance of ModelStats
 ModelStats DecisionTree.getModelStats()
          Gets the value of the modelStats property.
 ModelStats Regression.getModelStats()
          Gets the value of the modelStats property.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type ModelStats
 void DecisionTree.setModelStats(ModelStats value)
          Sets the value of the modelStats property.
 void Regression.setModelStats(ModelStats value)
          Sets the value of the modelStats property.
 



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