Package | Description |
---|---|
com.pervasive.datarush.analytics.naivebayes |
Provides PMML model classes for Naive Bayes.
|
Modifier and Type | Class and Description |
---|---|
class |
ContinuousInputMappingModel
PMML Input Mapping for continuous ( numerical ) data.
|
class |
DiscreteInputMappingModel
InputMappingModel for discrete ( categorical ) data.
|
Modifier and Type | Method and Description |
---|---|
Map<String,InputMappingModel> |
PMMLNaiveBayesModel.getInputMappings()
Gets the map of inputs for the PMML.
|
Modifier and Type | Method and Description |
---|---|
void |
PMMLNaiveBayesModel.setInputMappings(Map<String,InputMappingModel> inputMappings)
Sets the map of inputs for the PMML.
|
Copyright © 2016 Actian Corporation. All rights reserved.