Cortana-Subgroup-Discovery

A clone from Cortana Subgroup Discovery: http://datamining.liacs.nl/cortana.html

https://pulipulichen.github.io/Cortana-Subgroup-Discovery/ https://pulipulichen.github.io/Cortana-Subgroup-Discovery/cortana.jar

https://pulipulichen.github.io/Cortana-Subgroup-Discovery/release/cortana1782.jar https://pulipulichen.github.io/Cortana-Subgroup-Discovery/release/start_cortana.bat

How to run Cortana with source code

  1. Install Eclipse: https://www.eclipse.org/downloads/
  2. Create “New > Project” with the path of project.
  3. Revise codes.
  4. Run > Run (Ctrl + F11)

How to package jar

/batch/compile_jar.bat

Resources

Code snippet

Log.logCommandLine("error: " + e.getMessage());
Log.logCommandLine("FileHandle showFileChooser() error: " + e.getMessage());

TODO

Compute t-test

res <- t.test(weight ~ group, data = my_data, var.equal = TRUE) res

類別+數字

類別數量: 2 獨立樣本T檢定 調整變異數

3以上 ANOVA 調整變異數

還有無母數版本