|   | 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
Syntaxpublic Nullable<double> Intercept { get; set; }Public Property Intercept As Nullable(Of Double)
	Get
	Set
Property Value
Type: 
NullableDouble See Also
See Also