SparseReader Properties |
The SparseReader type exposes the following members.
Name | Description | |
---|---|---|
BaseStream |
Returns the underlying stream.
| |
Dimensions | Obsolete.
Obsolete. Please use NumberOfInputs instead.
| |
EndOfStream |
Gets a value that indicates whether the current
stream position is at the end of the stream.
| |
Intercept |
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).
| |
NumberOfInputs |
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.
| |
SampleDescriptions |
Gets the description associated with the last read values.
|