public static class LegacyTsne.Builder extends Object
Modifier and Type | Field and Description |
---|---|
protected double |
finalMomentum |
protected double |
initialMomentum |
protected double |
learningRate |
protected int |
maxIter |
protected double |
minGain |
protected double |
momentum |
protected boolean |
normalize |
protected double |
perplexity |
protected double |
realMin |
protected int |
stopLyingIteration |
protected int |
switchMomentumIteration |
protected double |
tolerance |
protected boolean |
useAdaGrad |
protected boolean |
usePca |
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LegacyTsne |
build() |
LegacyTsne.Builder |
learningRate(double learningRate) |
LegacyTsne.Builder |
minGain(double minGain) |
LegacyTsne.Builder |
normalize(boolean normalize) |
LegacyTsne.Builder |
perplexity(double perplexity) |
LegacyTsne.Builder |
setFinalMomentum(double finalMomentum) |
LegacyTsne.Builder |
setInitialMomentum(double initialMomentum) |
LegacyTsne.Builder |
setMaxIter(int maxIter) |
LegacyTsne.Builder |
setMomentum(double momentum) |
LegacyTsne.Builder |
setRealMin(double realMin) |
LegacyTsne.Builder |
setSwitchMomentumIteration(int switchMomentumIteration) |
LegacyTsne.Builder |
stopLyingIteration(int stopLyingIteration) |
LegacyTsne.Builder |
tolerance(double tolerance) |
LegacyTsne.Builder |
useAdaGrad(boolean useAdaGrad) |
LegacyTsne.Builder |
usePca(boolean usePca) |
protected int maxIter
protected double realMin
protected double initialMomentum
protected double finalMomentum
protected double momentum
protected int switchMomentumIteration
protected boolean normalize
protected boolean usePca
protected int stopLyingIteration
protected double tolerance
protected double learningRate
protected boolean useAdaGrad
protected double perplexity
protected double minGain
public LegacyTsne.Builder minGain(double minGain)
public LegacyTsne.Builder perplexity(double perplexity)
public LegacyTsne.Builder useAdaGrad(boolean useAdaGrad)
public LegacyTsne.Builder learningRate(double learningRate)
public LegacyTsne.Builder tolerance(double tolerance)
public LegacyTsne.Builder stopLyingIteration(int stopLyingIteration)
public LegacyTsne.Builder usePca(boolean usePca)
public LegacyTsne.Builder normalize(boolean normalize)
public LegacyTsne.Builder setMaxIter(int maxIter)
public LegacyTsne.Builder setRealMin(double realMin)
public LegacyTsne.Builder setInitialMomentum(double initialMomentum)
public LegacyTsne.Builder setFinalMomentum(double finalMomentum)
public LegacyTsne.Builder setMomentum(double momentum)
public LegacyTsne.Builder setSwitchMomentumIteration(int switchMomentumIteration)
public LegacyTsne build()
Copyright © 2016. All Rights Reserved.