Hi ,
After performing clustering, the cluster centers can be extracted via
.cluster_centers_.

A sample result is

kmeans.cluster_centers_
array([[ 1.01505989, -0.70632886],
       [ 0.33475124,  0.89126382],
       [-1.287003  , -0.43512572]])

How can *I interpret these values.*

*Can somebody help me understanding this document bit detail*

*cluster_centers_* : array, [n_clusters, n_features]

Coordinates of cluster centers


-- 
**********************************
JAGANADH G
http://jaganadhg.in
*ILUGCBE*
http://ilugcbe.org.in
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to