| Trees | Indices | Help |
|
|---|
|
|
object --+
|
ClusterValues
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
Cluster the specified list of values (e.g. coordinates) into the given number of clusters. NOTE: This clustering algorithm is an inherintly random process, so results from different runs may not be consistent.
|
Returns a list corresponding to which cluster each value was assigned. The length of the list is equal to the number of the input values. Each value ranges from 0 to (number of output clusters-1). |
Return a list of clustered values. Outer list represents clusters, each item (cluster) will consist of one or more input values. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:22 2016 | http://epydoc.sourceforge.net |