This is a repository of DataMelt examples organized by topics and programming language. Guests can view the examples with the Free license. They can be found using the string "free license" in the left search form. Full DataMelt members can also view the code examples with the Pro license after login to the Member page. The protected from guests examples can be found using the string "pro license" in the left search form.
Nr | Output | Code | License | Description |
---|---|---|---|---|
1 | Jython/Python(View Code)(View Output) | Pro license | Decision tree for classification of weather data from Weka(Topic: Data mining/Classification) | |
2 | Jython/Python(View Code)(View Output) | Free license | Showing frequencies of words using horizontal bar chart(Topic: Plots/2D) | |
3 | Jython/Python(View Code)(View Output) | Free license | Data classification using Weka with J48 algorithm(Topic: Data mining/Classification) | |
4 | Jython/Python(View Code)(View Output) | Pro license | Classification using random tree and Weka(Topic: Data mining/Classification) | |
5 | Jython/Python(View Code)(View Output) | Pro license | Classification using random forest and Weka(Topic: Data mining/Classification) | |
6 | Jython/Python(View Code)(View Output) | Pro license | Weka classification using linear regressions and graph(Topic: Data mining/Classification) | |
7 | Jython/Python(View Code)(View Output) | Pro license | EM clustering and printing cluster membership using Weka(Topic: Data mining/Clustering) | |
8 | Jython/Python(View Code)(View Output) | Pro license | Classification of data using M5P from Weka(Topic: Data mining/Classification) | |
9 | Jython/Python(View Code)(View Output) | Pro license | EM clustering and cluster visualization using Weka(Topic: Data mining/Clustering) | |
10 | Jython/Python(View Code)(View Output) | Pro license | Run Weka classifiers: NaiveBayes, MLP, SMO, RandomForest,etc(Topic: Data mining/Classification) |