Click or drag to resize
Accord.NET (logo)

SparseReaderIntercept Property

Gets or sets whether to include an intercept term (bias) value at the beginning of each new sample. Default is null (don't include anything).

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public Nullable<double> Intercept { get; set; }
Request Example View Source

Property Value

Type: NullableDouble
See Also