Giter Club home page Giter Club logo

bangfile's Introduction

BANG-file Clustering System

BANG file is a multidimensional structure of the grid file type. It organizes the value space surrounding the data values, instead of comparing the data values themselves. Its tree structured directory partitions the data space into block regions with successive binary divisions on dimensions. The clustering algorithm identifies densely populated regions as cluster centers and expands those with neighboring blocks.

Inserted data has to be normalized to an interval [0, 1].

Features

  • Standalone application to apply clustering method on dataset
  • Support for CSV files with configurable delimiter and decimal symbol
  • Reading dataset incrementally
  • Visualizing clustering result in 2-dimensional grid directory
  • Save clustering result to files (Log of clustering system and Cluster-content)
  • Extensibility with new grid-based clustering systems or new data source types

The Console of the application:

GUI Console

Grid directory of the BANG file:

GUI Grid Directory

How to build

The Clustering System uses the Maven framework.

Prerequisites for building the project:

  • Maven 3+
  • Java JDK 1.8

Bulding it

Use the following Maven commands to build it:

$ mvn clean install

Optionally you can specify -Dmaven.test.skip=true to skip the tests

The result of the build will be BANG file clustering package located in target.

Running the tests

This will run all unit tests in the project (and sub-modules):

$ mvn test

Creating standalone JAR

Use the following command to create a standalone executable JAR with all dependencies included:

$ mvn clean compile assembly:single

bangfile's People

Contributors

frizzleqq avatar

Stargazers

 avatar

Watchers

 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.