A named list of model parameters that specify a linear decision bound, containing noise, coeffs, and bias.
Usage
glcStruct(noise, coeffs, bias)
Arguments
noise
a positive non-zero numeric.
coeffs
vector. the length of the coeffs should correspond to the number of the model's dimension.
bias
numeric.
Value
object of class glcStruct, i.e., a named list containing noise, coeffs, and bias. Returned values are normalized, such that each value are divided by the euclidean norm of the coeffs vector, and the sum of coeffs^2 is 1.