Uses of Class
com.pervasive.datarush.analytics.naivebayes.InputTargetPair
Packages that use InputTargetPair
Package
Description
Provides PMML model classes for Naive Bayes.
-
Uses of InputTargetPair in com.pervasive.datarush.analytics.naivebayes
Methods in com.pervasive.datarush.analytics.naivebayes that return types with arguments of type InputTargetPairModifier and TypeMethodDescriptionDiscreteInputMappingModel.getPairCounts()Gets the map of pair counts.Methods in com.pervasive.datarush.analytics.naivebayes with parameters of type InputTargetPairModifier and TypeMethodDescriptionintInputTargetPair.compareTo(InputTargetPair o) Compare this to another InputTargetPair.Method parameters in com.pervasive.datarush.analytics.naivebayes with type arguments of type InputTargetPairModifier and TypeMethodDescriptionvoidDiscreteInputMappingModel.setPairCounts(Map<InputTargetPair, Long> pairCounts) Sets the map of pair counts.