|
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
)
Public Sub New (
subsetSize As Integer,
totalSize As Integer
)
Request Example
View SourceParameters
- subsetSize
- Type: SystemInt32
- totalSize
- Type: SystemInt32
See Also