Uses of Class
com.pervasive.datarush.analytics.decisiontree.ScoreDistribution
Packages that use ScoreDistribution
Package
Description
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 ScoreDistributionModifier and TypeMethodDescriptionfinal List<ScoreDistribution>TreeNode.getScoreDistributions()Returns the list ofScoreDistributionelements associated with this node.Method parameters in com.pervasive.datarush.analytics.decisiontree with type arguments of type ScoreDistributionModifier and TypeMethodDescriptionfinal voidTreeNode.setScoreDistributions(List<ScoreDistribution> scoreDistributions) Sets the list ofScoreDistributionelements associated with this node.