Click or drag to resize
Accord.NET (logo)

DataSubsetTInput, TOutput Properties

The DataSubsetTInput, TOutput generic type exposes the following members.

Properties
  NameDescription
Public propertyIndex
Gets or sets an index associated with this subset, if applicable.
(Inherited from DataSubsetTInput.)
Public propertyIndices
Gets or sets the indices of the samples of this subset in relation to the original dataset they belong to.
(Inherited from DataSubsetTInput.)
Public propertyInputs
Gets or sets the input data in the dataset.
(Inherited from DataSubsetTInput.)
Public propertyOutputs
Gets or sets the input data in the dataset.
Public propertyProportion
Gets or sets the size of this subset as a proportion in relation to the original dataset this subset comes from.
(Inherited from DataSubsetTInput.)
Public propertyTag
Gets or sets a user-defined tag that can be associated with this instance.
(Inherited from DataSubsetTInput.)
Public propertyWeights
Gets or sets the weights associated with each input sample in the dataset.
(Inherited from DataSubsetTInput.)
Top
See Also