Mle Hyperparameter Fitter
constructor(numStarts: Int = defaultNumStarts, lengthScaleLowFactor: Double = 0.05, lengthScaleHighFactor: Double = 2.0)(source)
Parameters
num Starts
the number of random restarts. Must be >= 1. Defaults to defaultNumStarts.
length Scale Low Factor
the lower bound factor on length scales. Must be > 0.
length Scale High Factor
the upper bound factor on length scales. Must be >lengthScaleLowFactor.