Click or drag to resize

CrossValidationModel Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Settings for cross validation model
Inheritance Hierarchy
SystemObject
  imbNLP.Toolkit.ExperimentModel.CrossValidationCrossValidationModel

Namespace:  imbNLP.Toolkit.ExperimentModel.CrossValidation
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public class CrossValidationModel : IDescribe

The CrossValidationModel type exposes the following members.

Constructors
  NameDescription
Public methodCrossValidationModel
Initializes a new instance of the CrossValidationModel class
Top
Properties
  NameDescription
Public propertyK
Number of folds
Public propertyLimitFoldsExecution
if set above 0, only specified number of folds will be executed
Public propertyrandomFolds
Gets or sets a value indicating whether distribution among folds should be randomized
Public propertySingleFold
In single fold mode - it trains and tests with the same dataset
Public propertyTestFolds
Gets the test folds.
Public propertyTrainingFolds
Gets or sets the training folds.
Top
Methods
  NameDescription
Public methodDescribe
Describes the cross validation settings
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDistributionMatrix
Gets the distribution matrix - showing what folds are to be part of training set (true) and what test set (false)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also