Изменения

Перейти к: навигация, поиск

Байесовская классификация

2 байта добавлено, 17:21, 8 апреля 2019
Нет описания правки
'''var''' source = new DataSource("/iris.arff");
'''var''' dataset = source.getDataSet();
<font color="green">//set class index to the last attribute</font>
dataset.setClassIndex(dataset.numAttributes() - 1);
<font color="green">//create and build the classifier</font>
'''var''' nb = new NaiveBayes();
nb.buildClassifier(dataset);
Анонимный участник

Навигация