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
Regular Expression for Date format mm/dd/yyyy
include files not found
Working with Crystal Reports for the first time
SQLserver2005 backup, recovery and log shipping
Trim first five characters from string
is there any way to fire a onclick with javascript?
SQL 2005 backup autoloader support
how can you find the steepest part of a curve?
DVD +R vs DVD -R, CD +R vs CD -R
Expand/Collapse Single SubForm Record; how to?