Uses of Class
com.pervasive.datarush.analytics.naivebayes.TargetStatistics
Packages that use TargetStatistics
Package
Description
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 TargetStatisticsModifier and TypeMethodDescriptionContinuousInputMappingModel.getTargetStatistics()Gets the map of target statistics.Method parameters in com.pervasive.datarush.analytics.naivebayes with type arguments of type TargetStatisticsModifier and TypeMethodDescriptionvoidContinuousInputMappingModel.setTargetStatistics(Map<String, TargetStatistics> targetStatistics) Sets the map of target statistics.