Click or drag to resize
Accord.NET (logo)

DataSubsetTInput Constructor (Int32, Int32)

Namespace:  Accord.MachineLearning.Performance
Assembly:  Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax
public DataSubset(
	int subsetSize,
	int totalSize
)
Request Example View Source

Parameters

subsetSize
Type: SystemInt32
The size of the data subset.
totalSize
Type: SystemInt32
The total size of the dataset that contains this subset.
See Also