Click or drag to resize
Accord.NET (logo)

SparseReader Properties

The SparseReader type exposes the following members.

Properties
  NameDescription
Public propertyBaseStream
Returns the underlying stream.
Public propertyDimensions Obsolete.
Obsolete. Please use NumberOfInputs instead.
Public propertyEndOfStream
Gets a value that indicates whether the current stream position is at the end of the stream.
Public propertyIntercept
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).
Public propertyNumberOfInputs
Gets the number of features present in this dataset. Please note that, when using the sparse representation, it is not strictly necessary to know this value.
Public propertySampleDescriptions
Gets the description associated with the last read values.
Top
See Also