kumulant

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

Coefficient dimension.

learningRate

Constant learning-rate schedule.