Giter VIP home page Giter VIP logo

clustering's Introduction

Clustering

The GTK-based no-programming-required K-Means clustering software for Win/Unix/Linux/OSX platforms

About

About

GTK Clustering software runs K-means clustering algorithm on input data

Data

Data

Input data from a csv/text file can be loaded, provided you indicate the correct delimiter. Some clustering parameters are estimated based on the loaded data but you can modify it prior to running the clustering algorithm. When loading data, the last column in each line is assumed to be the cluster number. You can disable this behavior if your data sets do not contain any cluster number by un-checking the Ignore last column box. This will treat the last column as part of data points.

Compute

Compute

This is page is where the K-means algorithm is run. The number of clusters K needs to be specified. The algorithm will then try to group the data points into K clusters. K points from the input data are randomly selected and used as the initial centroids. On this page, you can can also set the maximum number of iterations to run the algorithm. The sum-squared-error (SSE) measures the average minimum distance of the data points to the nearest cluster centroid. This is updated regularly while the algorithm is running. Running the clustering algorithm will not freeze the software program and you can freely navigate to other pages. However, some of the user interface controls may be disabled while the algorithm is running. You can start, stop, or restart the algorithm anytime.

Cluster

Cluster

On this page, you can load and save the cluster numbers and centroid values obtained by the K-means algorithm. You can also export both the input data and the assigned cluster numbers into the same text file by pressing the Save as new data button. You can use values inside the Centroids box to initialize the k-means algorithm by pressing the Initialize centroids button.

Platform

GTK Clustering software has been tested on Linux, OSX, and Windows platforms.

clustering's People

Contributors

daelsepara 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.