Uses of Class
com.pervasive.datarush.analytics.naivebayes.InputTargetPair
-
Packages that use InputTargetPair Package Description com.pervasive.datarush.analytics.naivebayes 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 InputTargetPair Modifier and Type Method Description Map<InputTargetPair,Long>
DiscreteInputMappingModel. getPairCounts()
Gets the map of pair counts.Methods in com.pervasive.datarush.analytics.naivebayes with parameters of type InputTargetPair Modifier and Type Method Description int
InputTargetPair. compareTo(InputTargetPair o)
Compare this to another InputTargetPair.Method parameters in com.pervasive.datarush.analytics.naivebayes with type arguments of type InputTargetPair Modifier and Type Method Description void
DiscreteInputMappingModel. setPairCounts(Map<InputTargetPair,Long> pairCounts)
Sets the map of pair counts.
-