Skip to content

Commit

Permalink
Random test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhahmann committed Dec 4, 2024
1 parent 87c51a5 commit a333eff
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ void test()
}
logger.debug( "dimensions rows: {}, columns:{}", inputData.length, inputData[ 0 ].length );

final Random random = new Random( 42 );


// Recommendations for t-SNE defaults: https://scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html
double perplexity = 30d; // recommended value is between 5 and 50
Expand Down

0 comments on commit a333eff

Please sign in to comment.