Uses of Class
com.pervasive.datarush.analytics.naivebayes.TargetStatistics
-
Packages that use TargetStatistics Package Description com.pervasive.datarush.analytics.naivebayes Provides PMML model classes for Naive Bayes. -
-
Uses of TargetStatistics in com.pervasive.datarush.analytics.naivebayes
Methods in com.pervasive.datarush.analytics.naivebayes that return types with arguments of type TargetStatistics Modifier and Type Method Description Map<String,TargetStatistics>
ContinuousInputMappingModel. getTargetStatistics()
Gets the map of target statistics.Method parameters in com.pervasive.datarush.analytics.naivebayes with type arguments of type TargetStatistics Modifier and Type Method Description void
ContinuousInputMappingModel. setTargetStatistics(Map<String,TargetStatistics> targetStatistics)
Sets the map of target statistics.
-