Method | Description | |
---|---|---|
Generate ( Matrix X, |
Generate model based on a set of examples.
|
|
NaiveBayesGenerator ( int width ) : System |
Constructor.
|
Method | Description | |
---|---|---|
CloneMeasure ( |
Clone measure.
|
|
GetBaseConditionals ( Matrix x ) : numl.Supervised.NaiveBayes.Measure[] |
Gets base conditionals.
|
|
GetLabelStats ( |
Gets label statistics.
|
|
LabelIds ( |
public Generate ( Matrix X, |
||
X | Matrix | The Matrix to process. |
y | The Vector to process. | |
return | IModel |
public NaiveBayesGenerator ( int width ) : System | ||
width | int | The width. |
return | System |