Microsoft
Software
Hardware
Network
Question : ID3 algorithm implementation in JAVA or c++
hello ,
i'm searching for an implementation of the ID3 algorithm in java(or c++) to use it in my application , i searched a lot but i didn't find anything !
i have for example the following table of decisions:
low high high : buy
high high low : dont buy
low low high : dont buy
high high low : buy
...
i want to feed the ID3 function new attributes (lets say "low high low"), and the output will be the decision (buy or dont buy)
anyone knows of a general ID3 implementation anywhere ?
Thank you in advance.
Answer : ID3 algorithm implementation in JAVA or c++
http://weka.sourceforge.ne
t/doc/weka
/classifie
rs/trees/
I
d3.html
Weka is a package that is done in java that may be of help.
Random Solutions
grep lines from N days back
Display Date
string parsing question
My app is locking up when I close an exe the app opened
VBA classes
concatenation
overide and new keyword in c#
how to keep domain administrator logged into server at all times
Trying to add Zend View Helper but get error Plugin by name not found in registry
Silverlight DataGrid CellTemplate/CellEditTempl
ate Switch