|
DataSubsetTInput Constructor (Int32, Int32)
|
Namespace:
Accord.MachineLearning.Performance
Assembly:
Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntaxpublic DataSubset(
int subsetSize,
int totalSize
)
Public Sub New (
subsetSize As Integer,
totalSize As Integer
)
Request Example
View SourceParameters
- subsetSize
- Type: SystemInt32
The size of the data subset. - totalSize
- Type: SystemInt32
The total size of the dataset that contains this subset.
See Also