Skip to content
forked from rey-sama/DISGROU

(2021 subgroup) DISGROU: an algorithm for discontinuous subgroup discovery

Notifications You must be signed in to change notification settings

fumin-git/DISGROU

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This README contain the instruction to launch DISGROU.

The program requires 4 parameters : 1) The path to the data file. The file needs to be in the CSV format, with the labels of the attributes in the first line and numerical values. 2) The label of the target value 3) The threshold beta to make the raw selectors. It represents the percentage of elements needed to consider a raw selector large enough. 4) The number of cores which has to be used

The outputs of the stdout are the subgroups classed by their score. The output format consists of a list of selectors (attributes and intervals) with the score of the subgroup.

The file Results.txt is also created with the same outputs.

About

(2021 subgroup) DISGROU: an algorithm for discontinuous subgroup discovery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%