 | CrossValidationModelGetDistributionMatrix Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the distribution matrix - showing what folds are to be part of training set (true) and what test set (false)
Namespace:
imbNLP.Toolkit.ExperimentModel.CrossValidation
Assembly:
imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntaxpublic List<List<bool>> GetDistributionMatrix()
Return Value
Type:
ListListBooleantraining set (true), test set (false)
See Also