How does predict work for classification tree algorithm?
Ältere Kommentare anzeigen
Following classification with ClassificationTree.fit I get an object obj which contains all model parameters. Then when using predict(data,model) I try it on new data. Question is that I need to translate the predict code into human language, in order to transform it into c code. The code does Not support predict. Can anyone direct me to the full algorithm predict performs? (I couldn't figure it out from predict.m directly..) Many many thanks Hadas
Akzeptierte Antwort
Weitere Antworten (1)
Hadas Lapid
am 17 Nov. 2013
0 Stimmen
Kategorien
Mehr zu Naive Bayes finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!