Click or drag to resize

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
Syntax
C#
public List<List<bool>> GetDistributionMatrix()

Return Value

Type: ListListBoolean
training set (true), test set (false)
See Also