Group 3: Elhaine, Jai, Icelle and Marianne
Group 3: Elhaine, Jai, Icelle and Marianne
*
@relation heart-disease-simplified
@data
63,male,typ_angina,233,no,not_present
67,male,asympt,286,yes,present
67,male,asympt,229,yes,present
38,female,non_anginal,?,no,not_present
...
*
* Is similar in spirit to Weka’s Knowledge flow
* Data mining processes/routines are views as
sequential operators
* Knowledge discovery process are modeled as
operator chains/trees
* Operators define their expected inputs and
delivered outputs as well as their parameters
* Has over 400 data mining operators
*
* Uses XML for describing operator trees in the
KD process
* Alternatively can be started through the
command line and passed the XML process file