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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr with type parameters of type ScoreDistribution
protected  List<ScoreDistribution> RuleSet.scoreDistributions
           
protected  List<ScoreDistribution> Node.scoreDistributions
           
protected  List<ScoreDistribution> SimpleRule.scoreDistributions
           
 

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

Methods in org.dmg.pmml.pmml_4_1.descr that return types with arguments of type ScoreDistribution
 List<ScoreDistribution> RuleSet.getScoreDistributions()
          Gets the value of the scoreDistributions property.
 List<ScoreDistribution> Node.getScoreDistributions()
          Gets the value of the scoreDistributions property.
 List<ScoreDistribution> SimpleRule.getScoreDistributions()
          Gets the value of the scoreDistributions property.
 



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