jagatfx / node-kohonen

A library to assist in performing Kohonen-based clustering to enable the creation of self-organizing maps useful for visualizing low-dimensional views of high-dimensional data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-kohonen NPM version Build Status Dependency Status

A library to assist in performing Kohonen-based clustering to enable the creation of self-organizing maps useful for visualizing low-dimensional views of high-dimensional data.

Installation

$ npm install --save kohonen

Usage

var kohonen = require('kohonen');

License

MIT © Jacob Madden

About

A library to assist in performing Kohonen-based clustering to enable the creation of self-organizing maps useful for visualizing low-dimensional views of high-dimensional data.

License:MIT License


Languages

Language:JavaScript 100.0%