Variables | |
tuple | book = np.array((whitened[0],whitened[2])) |
tuple | features |
tuple | whitened = vq.whiten(features) |
tuple hai_sandbox::test_kmeans::book = np.array((whitened[0],whitened[2])) |
Definition at line 18 of file test_kmeans.py.
00001 np.array([[ 1.9,2.3], 00002 [ 1.5,2.5], 00003 [ 0.8,0.6], 00004 [ 0.4,1.8], 00005 [ 0.1,0.1], 00006 [ 0.2,1.8], 00007 [ 2.0,0.5], 00008 [ 0.3,1.5], 00009 [ 1.0,1.0]])
Definition at line 8 of file test_kmeans.py.
tuple hai_sandbox::test_kmeans::whitened = vq.whiten(features) |
Definition at line 17 of file test_kmeans.py.