| Package | Description |
|---|---|
| edu.illinois.cs.cogcomp.lbjava.learn |
| Modifier and Type | Method and Description |
|---|---|
void |
NaiveBayes.setParameters(NaiveBayes.Parameters p)
Sets the values of parameters that control the behavior of this learning algorithm.
|
| Constructor and Description |
|---|
NaiveBayes(NaiveBayes.Parameters p)
Initializing constructor.
|
NaiveBayes(String n,
NaiveBayes.Parameters p)
Initializing constructor.
|
Parameters(NaiveBayes.Parameters p)
Copy constructor.
|
Copyright © 2016. All rights reserved.