Giter Site home page Giter Site logo

dataocean's Introduction

Data Ocean Framework

DataOcean

Interactive Clustering with K-Means / K-Modes and Swarm Simulation

Watch it live!

(Best with Chome Browser)

  • Zoom in and out with CMD + / - or STRG + / -
  • Add Centroids (see menu)

or

Launch index.html from a local web server. e.g.:

 python3 -m http.server 8000 

Then enter (http://0.0.0.0:8000/ in your Browser.

Written in ECMAScript 2015

Usage

Any data objects in JSON format can be used. Similar objects move towards each other. Objects are similar if they have similar properties. These can be numeric or strings. Properties with an underscore as a prefix are excluded from the similarity comparison (see example _created).

Data objects can be clustered using the interactive K-Means algorithm . The properties to be compared in clustering must have an underscore as a suffix (see example value_).

var ocean = new DataOcean('DataOcean').setFullScreen(false);
for (let o in root) {
    ocean.add({label: root[o].name, value_: root[o].quality, _created: root[o].created});
}  

Part of project 4 of ISAC@OTH-AW Industry Software Application Center, see documentation about interactive clustering here:

Development of new types of user concepts for controlling and monitoring digital production

Homepage | Contact

ISAC@OTH-AW

dataocean's People

Contributors

schnurber avatar

Stargazers

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