Skip navigation links
D G R S T 

D

de.javagl.tsne - package de.javagl.tsne
 

G

getInitialDims() - Method in class de.javagl.tsne.Tsne
Returns the initial dimensions.
getMaxIterations() - Method in class de.javagl.tsne.Tsne
Returns the maximum number of iterations that will be performed.
getMessageConsumer() - Method in class de.javagl.tsne.Tsne
Returns the consumer for the messages
getOutputDims() - Method in class de.javagl.tsne.Tsne
Returns the number of output dimensions
getPerplexity() - Method in class de.javagl.tsne.Tsne
Returns the perplexity.
getProgressConsumer() - Method in class de.javagl.tsne.Tsne
Returns the progress consumer
getRandomSeed() - Method in class de.javagl.tsne.Tsne
Returns the random seed
getTheta() - Method in class de.javagl.tsne.Tsne
Returns the theta parameter.

R

run(double[][]) - Method in class de.javagl.tsne.Tsne
Performs the t-SNE on the given input data, and returns the result.

S

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.

T

Tsne - Class in de.javagl.tsne
A class offering the interface to the underlying t-SNE implementation.
Tsne() - Constructor for class de.javagl.tsne.Tsne
Creates a new instance.
D G R S T 
Skip navigation links

Copyright © 2020. All Rights Reserved.