com.eignex.kumulant/bandit/contextual/LinearRegressionSpec/Stochastic Stochastic @Serializable@SerialName(value = "StochasticRegression")data class Stochastic(val featureSize: Int, val learningRate: Double = 0.001) : LinearRegressionSpec(source)Spec for com.eignex.kumulant.stat.regression.glm.StochasticRegressionStat. Constructors Stochastic constructor(featureSize: Int, learningRate: Double = 0.001)(source) Properties featureSize val featureSize: Int(source)Coefficient dimension. learningRate val learningRate: Double(source)Constant learning-rate schedule. On this pageConstructorsStochasticPropertiesfeatureSizelearningRate