Click or drag to resize
Accord.NET (logo)

DataSubsetTInput, TOutput Class

Subset of a larger dataset.
Inheritance Hierarchy
SystemObject
  Accord.MachineLearning.PerformanceDataSubsetTInput
    Accord.MachineLearning.PerformanceDataSubsetTInput, TOutput

Namespace:  Accord.MachineLearning.Performance
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public class DataSubset<TInput, TOutput> : DataSubset<TInput>
Request Example View Source

Type Parameters

TInput
The type of the input data in this dataset.
TOutput
The type of the output data in this dataset.

The DataSubsetTInput, TOutput type exposes the following members.

Constructors
  NameDescription
Public methodDataSubsetTInput, TOutput
Initializes a new instance of the DataSubsetTInput, TOutput class.
Public methodDataSubsetTInput, TOutput(Int32, Int32)
Initializes a new instance of the DataSubsetTInput, TOutput class.
Public methodDataSubsetTInput, TOutput(Int32, TInput, TOutput, Double, Int32)
Initializes a new instance of the DataSubsetTInput, TOutput class.
Top
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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodHasMethod
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.)
Public Extension MethodIsEqual
Compares two objects for equality, performing an elementwise comparison if the elements are vectors or matrices.
(Defined by Matrix.)
Public Extension MethodTo(Type)Overloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Public Extension MethodToTOverloaded.
Converts an object into another type, irrespective of whether the conversion can be done at compile time or not. This can be used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.)
Top
See Also