-
Notifications
You must be signed in to change notification settings - Fork 1
Home
asengupta edited this page Oct 3, 2011
·
3 revisions
Data Mining Experiments is a loose collection of my experiments with data mining on a data set that is not currently public.
It currently has the following:
- Self Organising Map algorithm
- Eigenvector/eigenvalue computation using covariance, using the LAPACK ATLAS library through the NumRu bridge.
- Decision tree algorithm
- Parallel coordinate visualisation
- Q-Q Normal probability plot for different measures
- Chi-square tests for various null hypotheses
- Covariance exploration
All of the above use Processing and Ruby-Processing for visualisation. There are dependencies on Basis and LambdaQueuer for some of this code as well.