Uses of Class
com.pervasive.datarush.analytics.decisiontree.learner.TargetCounts
-
Packages that use TargetCounts Package Description com.pervasive.datarush.analytics.decisiontree.learner Provides the PMML learner operator and associated classes. -
-
Uses of TargetCounts in com.pervasive.datarush.analytics.decisiontree.learner
Methods in com.pervasive.datarush.analytics.decisiontree.learner that return TargetCounts Modifier and Type Method Description static TargetCounts
TargetCounts. fromNode(DynamicEnum targetType, TreeNode node)
Public only as a matter of implementation; clients should not use this method.
-