Uses of Class
com.pervasive.datarush.analytics.decisiontree.ScoreDistribution
-
Packages that use ScoreDistribution Package Description com.pervasive.datarush.analytics.decisiontree Provides PMML model classes for decision trees. -
-
Uses of ScoreDistribution in com.pervasive.datarush.analytics.decisiontree
Methods in com.pervasive.datarush.analytics.decisiontree that return types with arguments of type ScoreDistribution Modifier and Type Method Description List<ScoreDistribution>
TreeNode. getScoreDistributions()
Returns the list ofScoreDistribution
elements associated with this node.Method parameters in com.pervasive.datarush.analytics.decisiontree with type arguments of type ScoreDistribution Modifier and Type Method Description void
TreeNode. setScoreDistributions(List<ScoreDistribution> scoreDistributions)
Sets the list ofScoreDistribution
elements associated with this node.
-