Skip to content

Commit 113c9f5

Browse files
committed
some TODO in case for tsne
1 parent 78fd64b commit 113c9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone/DimensionReduction/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ int main(int argc, char **argv) {
196196
"compressed in a dense cloud with few outliers. If the cost function "
197197
"gets stuck in a bad local minimum increasing the learning rate may "
198198
"help. Usually: [10.0, 1000.0]",
199-
true);
199+
true); // TODO allow 'auto'?
200200
parser.setArgument("tsne_maxIter", &tsne_MaxIteration,
201201
"t-sne: Maximum number of iterations for the "
202202
"optimization. Should be at least 250.",

0 commit comments

Comments
 (0)