Hello,

I'm trying to follow the spectral clustering
example<http://scikit-learn.org/stable/auto_examples/cluster/plot_segmentation_toy.html>
and
am not very skilled in machine learning.  From reading about normalized
cuts, I understand most of what is going on, but am confused particularly
in this line of the example:

graph 
<http://docs.scipy.org/doc/scipy-0.11.0/reference/generated/scipy.sparse.coo_matrix.getH.html#scipy.sparse.coo_matrix>.data
= np.exp(-graph
<http://docs.scipy.org/doc/scipy-0.11.0/reference/generated/scipy.sparse.coo_matrix.getH.html#scipy.sparse.coo_matrix>.data
/ graph 
<http://docs.scipy.org/doc/scipy-0.11.0/reference/generated/scipy.sparse.coo_matrix.getH.html#scipy.sparse.coo_matrix>.data.std())


Can someone offer an explanation of what this step is doing for a novice?
 It would be greatly appreciated, thanks!
------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to