Click or drag to resize
Accord.NET (logo)

DataSubsetTInput, TOutput 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
totalSize
Type: SystemInt32
See Also