Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/c0bra/smeans.js

S-Means clustering in javascript
https://github.com/c0bra/smeans.js

clustering grouping javascript s-means statistics

Last synced: 10 days ago
JSON representation

S-Means clustering in javascript

Awesome Lists containing this project

README

        

# smeans.js

S-Means clustering in JavaScript

## Getting Started
### On the server
Install the module with: `npm install s-means.js`

```javascript
var smeans = require('smeans.js');
smeans.cluster(...);
```

### In the browser
Download the [production version][min] or the [development version][max].

[min]: https://raw.github.com/c0bra/smeans.js/master/dist/s-means.min.js
[max]: https://raw.github.com/c0bra/smeans.js/master/dist/s-means.js

In your web page:

```html

awesome(); // "awesome"

```

In your code, you can attach s-means.js's methods to any object.

```html

var exports = Bocoup.utils;

Bocoup.utils.awesome(); // "awesome"

```

## Documentation
_(Coming soon)_

## Examples
_(Coming soon)_

## Contributing
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).

_Also, please don't edit files in the "dist" subdirectory as they are generated via Grunt. You'll find source code in the "lib" subdirectory!_

## Release History
_(Nothing yet)_

## License
Copyright (c) 2014 Brian Hann
Licensed under the MIT license.