Skip to content

Commit ba3b7c9

Browse files
committed
Update Readme instruction
1 parent e168984 commit ba3b7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import numpy as np
2929
3030
dname = 'data' # Data name - Used for saving kernels
3131
ncluster = 3 # Number cluster
32-
data = pd.read_csv(dname)
32+
data = pd.read_csv(dname).values
3333
constraint = np.full((len(data), len(data)), 1) # Constraint matrix : +1 if linked, -1 otherwise - Prefer coomatrix
3434
```
3535

0 commit comments

Comments
 (0)