tSNEConfig
Variantt-Distributed Stochastic Neighbor Embedding. See setup_tSNE.
Properties
kinteger≥ 1Number of components to extract.
initial_dimsinteger≥ 1Initial dimensions.
perplexitynumber≥ 0Perplexity.
thetanumber≥ 0≤ 1Speed/accuracy trade-off.
check_duplicatesbooleanCheck for duplicates.
pcabooleanPerform an initial PCA step.
partial_pcabooleanUse truncated PCA (irlba).
max_iterinteger≥ 1Maximum number of iterations.
verbosebooleanPrint progress.
is_distancebooleanTreat the input as a distance matrix.
Y_initarray | null≥ 1 itemsInitial Y (embedding) matrix. NULL = random initialization. Must have one row per case.
pca_centerbooleanCenter before the PCA step.
pca_scalebooleanScale before the PCA step.
normalizebooleanNormalize the input.
stop_lying_iterinteger≥ 0Iteration after which exaggeration stops.
mom_switch_iterinteger≥ 0Iteration at which momentum switches.
momentumnumberInitial momentum.
final_momentumnumberMomentum used later in optimization.
etanumberLearning rate.
exaggeration_factornumberEarly-exaggeration factor.
num_threadsinteger≥ 0Number of threads (0 = all cores).
Relationships
Used by