DataOperationsCatalog.TrainTestData Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A pair of datasets, for the train and test set.
public struct DataOperationsCatalog.TrainTestData
type DataOperationsCatalog.TrainTestData = struct
Public Structure DataOperationsCatalog.TrainTestData
- Inheritance
-
DataOperationsCatalog.TrainTestData
Fields
TestSet |
Testing set. |
TrainSet |
Training set. |