|
SparseWriterIntercept 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; }
Public Property Intercept As Nullable(Of Double)
Get
Set
Request Example
View SourceProperty Value
Type:
NullableDoubleSee Also