Package | Description |
---|---|
jsat.classifiers.bayesian |
Modifier and Type | Field and Description |
---|---|
static NaiveBayes.NumericalHandeling |
NaiveBayes.defaultHandling
The default method of handling numeric attributes is
NORMAL . |
Modifier and Type | Method and Description |
---|---|
NaiveBayes.NumericalHandeling |
NaiveBayes.getNumericalHandling()
Returns the method used to handle numerical attributes
|
static NaiveBayes.NumericalHandeling |
NaiveBayes.NumericalHandeling.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NaiveBayes.NumericalHandeling[] |
NaiveBayes.NumericalHandeling.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NaiveBayes.setNumericalHandling(NaiveBayes.NumericalHandeling numericalHandling)
Sets the method used by this instance for handling numerical attributes.
|
Constructor and Description |
---|
NaiveBayes(NaiveBayes.NumericalHandeling numericalHandling)
Creates a new Naive Bayes classifier that uses the specific method for
handling numeric features.
|
Copyright © 2017. All rights reserved.