We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cb0c2 commit e168984Copy full SHA for e168984
README.md
@@ -22,6 +22,7 @@ Import your library in `Experiments.ipynb` and select the algorithms that you wa
22
23
### Kernel Clustering
24
#### Open your data and constraints
25
+Constraints data are represented as a sparse matrix of +1 if the points are linked and -1 if they have to be in different sets.
26
```
27
import pandas as pd
28
import numpy as np
0 commit comments