- setInitialDims(int) - Method in class de.javagl.tsne.Tsne
-
Set the number of initial dimensions.
- setMaxIterations(int) - Method in class de.javagl.tsne.Tsne
-
Set the maximum number of iterations that will be performed.
- setMessageConsumer(Consumer<? super String>) - Method in class de.javagl.tsne.Tsne
-
Set an optional consumer for the messages that are emitted by the
underlying implementation.
- setOutputDims(int) - Method in class de.javagl.tsne.Tsne
-
Set the output dimensions.
- setPerplexity(double) - Method in class de.javagl.tsne.Tsne
-
Set the perplexity.
- setProgressConsumer(DoubleConsumer) - Method in class de.javagl.tsne.Tsne
-
Set an optional consumer for the progress of the iterations.
- setRandomSeed(long) - Method in class de.javagl.tsne.Tsne
-
Set the random seed.
- setTheta(double) - Method in class de.javagl.tsne.Tsne
-
Set this theta parameter.