History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
MATH-266
Type:
New Feature
Status:
Closed
Resolution:
Fixed
Priority:
Major
Assignee:
Luc Maisonobe
Reporter:
Ben McCann
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
Commons Math
Support for Clustering Algorithms
Created:
01/May/09 11:08 PM
Updated:
07/Aug/09 09:14 AM
Return to search
Component/s:
None
Affects Version/s:
2.0
Fix Version/s:
2.0
Time Tracking:
Not Specified
File Attachments:
File Name
Date Attached
Attached By
Size
clustering.zip
2009-05-02 04:58 PM
Ben McCann
5 kB
Resolution Date:
02/May/09 07:40 PM
Description
« Hide
It'd be nice if Commons Math could run K-means or some other clustering algorithms.
Description
It'd be nice if Commons Math could run K-means or some other clustering algorithms.
Show »
All
Comments
Work Log
Change History
Subversion Commits
Sort Order:
Repository
Revision
Date
User
Message
ASF
#770979
Sat May 02 19:34:51 UTC 2009
luc
added a clustering package with an implementation of k-means++
JIRA:
MATH-266
Files Changed
ADD
/commons/proper/math/trunk/src/test/org/apache/commons/math/stat/clustering
ADD
/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/clustering
MODIFY
/commons/proper/math/trunk/src/site/xdoc/changes.xml
ADD
/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/clustering/package.html
ADD
/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/clustering/Cluster.java
ADD
/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/clustering/Clusterable.java
ADD
/commons/proper/math/trunk/src/test/org/apache/commons/math/stat/clustering/KMeansPlusPlusClustererTest.java
ADD
/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.java
ADD
/commons/proper/math/trunk/src/java/org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.java