-
```
What steps will reproduce the problem?
1. French corpus: "le tour du monde en quatre vingt jours" Jules Vernes
2. Watching co-occurency of two words: "Phileas" "Fogg"
3. Using LSA and RI algorith…
-
This variant of k-means (which is overly complicated) scales very badly.
Some observations:
- at the beginning of each iteration, the mean is recomputed (in `if (!fixed_centers)`). Afterwards, it is …
kno10 updated
8 years ago
-
```
What steps will reproduce the problem?
1. French corpus: "le tour du monde en quatre vingt jours" Jules Vernes
2. Watching co-occurency of two words: "Phileas" "Fogg"
3. Using LSA and RI algorith…
-
```
What steps will reproduce the problem?
1. French corpus: "le tour du monde en quatre vingt jours" Jules Vernes
2. Watching co-occurency of two words: "Phileas" "Fogg"
3. Using LSA and RI algorith…
-
1. il faudrait expliciter la méthodologie.
2. le premier exemple ne donne pas le même résultat !!!
j'ai 28 - 17 - 26 - 53 - 66 séquences au lieu de 9 - 16 -48 -52 - 65 !!!
(le nom n'zst aps md_t…
-
```
What steps will reproduce the problem?
1. French corpus: "le tour du monde en quatre vingt jours" Jules Vernes
2. Watching co-occurency of two words: "Phileas" "Fogg"
3. Using LSA and RI algorith…
-
Hi!
As part of https://github.com/scikit-learn/scikit-learn/issues/5739, I'm changing existing scikit-learn issues to work with the scipy.misc.face() image instead of scipy.misc.lena(). I've gotten al…
-
```
What steps will reproduce the problem?
1. French corpus: "le tour du monde en quatre vingt jours" Jules Vernes
2. Watching co-occurency of two words: "Phileas" "Fogg"
3. Using LSA and RI algorith…
-
```
What steps will reproduce the problem?
1. French corpus: "le tour du monde en quatre vingt jours" Jules Vernes
2. Watching co-occurency of two words: "Phileas" "Fogg"
3. Using LSA and RI algorith…
-
Current implementation represents agglomerative clustering algorithm that uses centroid measure for cluster analysis. This agglomerative algorithm (opposite to divisive) should be allocated into disti…