PHP k-means Algorithm Data Miner #k-means
Edit
by Rashid Ait daoud - 9 years ago (2015-06-24)
I need to segments all object into appropriate number of cluster
| I need to segments all object into appropriate number of cluster |
Ask clarification
2 Recommendations
PHP Nearest Neighbor: Find nearest neighbor of a set of location points
This package can find nearest neighbor of a set of location points.
It takes a set of geographic points given their latitude and longitude and it determine the nearest neighbor of another given point.
It can also generate an image that visualizes that renders the points and the areas they form as triangles.
| by Chi H. package author 110 - 9 years ago (2015-06-30) Comment
My package nearest neighbor finds nearby points. |
Al-Kashi: Compute statistics on a set of values
This class can compute statistics on a set of values.
It takes an array of values and can computes the mean, median, mode, variance, standard deviation, coefficient of variation, skewness, and Kurtosis, covariance, correlation, and regression analysis, paired and unpaired t-Test including calculate the probability of null hypothesis, normal distribution, student t-distribution one and two tailed, F distribution, chi-square test or contingency tables (A/B testing), analysis of variance (ANOVA), Shannon and Simpson diversity index, moving average, hierarchical and k-mean clustering, boxplot, histogram, normal Q-Q plot, ternary plot, "1224" ranking, standardize.
| by Dave Smith 7620 - 9 years ago (2015-06-25) Comment
Here is a package that can perform the k-mean algorithm on all objects to return the k cluster. |
- 1 Comment
1.
by Rashid Ait daoud - 9 years ago (2015-06-26) Reply
Thank you for your reply. it is very interesting