Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Philmod committed Oct 22, 2012
1 parent ae5fcc1 commit 8c29e3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -31,8 +31,8 @@ kmeans.clusterize(vectors, {k: 4}, function(err,res) {
});
```
## Intputs
- vectors is a nXm array (n [lines] : number of points, m [columns] : number of dimensions)
- options object
- 'vectors' is a nXm array (n [lines] : number of points, m [columns] : number of dimensions)
- options object:
- k : number of clusters

## Outputs
Expand All @@ -42,6 +42,7 @@ An array of objects (one for each cluster) with the following properties:
- clusterInd : array of X integers which are the indexes of the input data

## To do
- Tests
- Technique to avoid local optima (mutation, ...)

## License
Expand Down

0 comments on commit 8c29e3e

Please sign in to comment.