GithubHelp home page GithubHelp logo

zakimjz / schism Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 123 KB

SCHISM finds interesting subspace clusters

License: Apache License 2.0

C 22.73% C++ 64.02% Gnuplot 1.87% Makefile 0.40% Shell 10.98%
subspace-mining subspace-clustering

schism's Introduction

SCHISM software

Authors - Karlton Sequeira, Mohammed Zaki (2004)

SCHISM finds interesting subspace clusters.

K. Sequeira, M. J. Zaki. SCHISM: A New Approach for Interesting Subspace Mining. In the Proceedings of the Fourth IEEE Conference On Data Mining. 2004.

Karlton Sequeira and Mohammed J. Zaki. SCHISM: a new approach to interesting subspace mining. International Journal of Business Intelligence and Data Mining, 1(2):137โ€“160, 2005. doi:10.1504/IJBIDM.2005.008360.

FUNCTIONALITY

dataGen creates horizontal format ASCII high-dimensional datasets having embedded subspaces

convertData converts horizontal format ASCII high-dimensional datasets output by dataGen to a suitable format i.e. vertical/binary/IBM/WEKA/LDR/MAFIA having embedded subspaces (Only IBM formats have been recently tested)

schism finds the embedded subspaces

RUNNING THEM

Command line arguments for convertData and dataGen can be found by running them without any arguments.

typically run them as

    dataGen -o /tmp/schism/data/swhatever.ha -d 60

This creates a horizontal ASCII dataset with default parameters and 60 dims.

    convertData -i /tmp/schism/data/swhatever -d 60

This creates a IBM format dataset with default parameters from the horizontal ASCII file earlier created.

    schism -i /tmp/schism/data/swhatever.ibm

This mines the IBM format file for embedded subspaces using default parameters

It prints "<Execution time(minutes)> <# interesting subspaces found> ". To print the actual subspaces, add parameter " -o 1".

In order to run these programs using as few parameters involves suffixing the horizontal ASCII file by ".ha" and placing all new files in the /tmp/schism/data directory

Example use may be seen in the shell scripts dataSCHISM.sh and testSCHISM.sh. Paths must be appropriately changed to run the scripts.

schism's People

Contributors

zakimjz avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.