Skip to content

Commit

Permalink
some TODO in case for tsne
Browse files Browse the repository at this point in the history
  • Loading branch information
atalon-lip6 committed Dec 7, 2023
1 parent 8ca9994 commit 509d2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion standalone/DimensionReduction/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ int main(int argc, char **argv) {
"compressed in a dense cloud with few outliers. If the cost function "
"gets stuck in a bad local minimum increasing the learning rate may "
"help. Usually: [10.0, 1000.0]",
true);
true); // TODO allow 'auto'?
parser.setArgument("tsne_maxIter", &tsne_MaxIteration,
"t-sne: Maximum number of iterations for the "
"optimization. Should be at least 250.",
Expand Down

0 comments on commit 509d2c4

Please sign in to comment.