Uses of Class
com.pervasive.datarush.analytics.naivebayes.InputMappingModel
-
Packages that use InputMappingModel Package Description com.pervasive.datarush.analytics.naivebayes Provides PMML model classes for Naive Bayes. -
-
Uses of InputMappingModel in com.pervasive.datarush.analytics.naivebayes
Subclasses of InputMappingModel in com.pervasive.datarush.analytics.naivebayes Modifier and Type Class Description class
ContinuousInputMappingModel
PMML Input Mapping for continuous ( numerical ) data.class
DiscreteInputMappingModel
InputMappingModel for discrete ( categorical ) data.Methods in com.pervasive.datarush.analytics.naivebayes that return types with arguments of type InputMappingModel Modifier and Type Method Description Map<String,InputMappingModel>
PMMLNaiveBayesModel. getInputMappings()
Gets the map of inputs for the PMML.Method parameters in com.pervasive.datarush.analytics.naivebayes with type arguments of type InputMappingModel Modifier and Type Method Description void
PMMLNaiveBayesModel. setInputMappings(Map<String,InputMappingModel> inputMappings)
Sets the map of inputs for the PMML.
-