public class GaussianNB extends Classifier
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GaussianNB(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.naive_bayes.NaiveBayesModel |
encodeModel(org.jpmml.converter.Schema schema) |
static org.dmg.pmml.naive_bayes.TargetValueCounts |
encodeTargetValueCounts(List<String> targetCategories,
List<Integer> counts) |
List<Integer> |
getClassCount() |
int |
getNumberOfFeatures() |
List<? extends Number> |
getSigma() |
List<? extends Number> |
getTheta() |
createSchema, getClasses, hasProbabilityDistributioncreateActiveFields, createTargetField, encodeDefineFunctions, getDataType, getOpType, requiresContinuousInputclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic int getNumberOfFeatures()
getNumberOfFeatures in class Estimatorpublic org.dmg.pmml.naive_bayes.NaiveBayesModel encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class EstimatorCopyright © 2016. All Rights Reserved.