1 parent 8ca9994 commit 509d2c4Copy full SHA for 509d2c4
1 file changed
standalone/DimensionReduction/main.cpp
@@ -196,7 +196,7 @@ int main(int argc, char **argv) {
196
"compressed in a dense cloud with few outliers. If the cost function "
197
"gets stuck in a bad local minimum increasing the learning rate may "
198
"help. Usually: [10.0, 1000.0]",
199
- true);
+ true); // TODO allow 'auto'?
200
parser.setArgument("tsne_maxIter", &tsne_MaxIteration,
201
"t-sne: Maximum number of iterations for the "
202
"optimization. Should be at least 250.",
0 commit comments