Click or drag to resize
Accord.NET (logo)

DataSubsetTInput Properties

The DataSubsetTInput generic type exposes the following members.

Properties
  NameDescription
Public propertyIndex
Gets or sets an index associated with this subset, if applicable.
Public propertyIndices
Gets or sets the indices of the samples of this subset in relation to the original dataset they belong to.
Public propertyInputs
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.
Public propertyTag
Gets or sets a user-defined tag that can be associated with this instance.
Public propertyWeights
Gets or sets the weights associated with each input sample in the dataset.
Top
See Also