UNPKG
ml-naivebayes
Version:
latest (4.0.0)
4.0.0
3.0.0
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
0.0.1
Naive bayes library
github.com/mljs/naive-bayes
mljs/naive-bayes
ml-naivebayes
/
src
/
index.js
3 lines
(2 loc)
•
92 B
JavaScript
View Raw
1
2
3
export
{
GaussianNB
}
from
'./GaussianNB'
;
export
{
MultinomialNB
}
from
'./MultinomialNB'
;