Uses of Class
com.pervasive.datarush.analytics.naivebayes.InputMappingModel
Packages that use InputMappingModel
Package
Description
Provides PMML model classes for Naive Bayes.
-
Uses of InputMappingModel in com.pervasive.datarush.analytics.naivebayes
Subclasses of InputMappingModel in com.pervasive.datarush.analytics.naivebayesModifier and TypeClassDescriptionfinal classPMML Input Mapping for continuous ( numerical ) data.final classInputMappingModel for discrete ( categorical ) data.Methods in com.pervasive.datarush.analytics.naivebayes that return types with arguments of type InputMappingModelModifier and TypeMethodDescriptionPMMLNaiveBayesModel.getInputMappings()Gets the map of inputs for the PMML.Method parameters in com.pervasive.datarush.analytics.naivebayes with type arguments of type InputMappingModelModifier and TypeMethodDescriptionvoidPMMLNaiveBayesModel.setInputMappings(Map<String, InputMappingModel> inputMappings) Sets the map of inputs for the PMML.