Click or drag to resize

kFoldValidationCase Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWBI.Core.WebClassifier.validation.kFoldValidationCase"]

Inheritance Hierarchy
SystemObject
  fileDataStructure
    imbWBI.Core.WebClassifier.validationkFoldValidationCase

Namespace:  imbWBI.Core.WebClassifier.validation
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public class kFoldValidationCase : fileDataStructure, 
	IFileDataStructure, IObjectWithNameAndDescription, IObjectWithDescription, IObjectWithName

The kFoldValidationCase type exposes the following members.

Constructors
  NameDescription
Public methodkFoldValidationCase
Initializes a new instance of the kFoldValidationCase class
Top
Properties
  NameDescription
Public propertycaseFolder
Public propertycaseSampleFolder
Randomly picked cases for Micro-analysis of FV Extraction - similarity computation between a case and a category
Public propertycontext
Public propertydescription
Protected propertydescriptor (Inherited from fileDataStructure.)
Public propertyevaluationCases
Public propertyevaluationResults
Public propertyextractor
Public propertyfolder (Inherited from fileDataStructure.)
Public propertyid
Public propertykFoldMaster
Public propertyknowledgeLibrary
Public propertyname
Public propertytestReport
Public propertytrainingCases
Top
Methods
  NameDescription
Protected methodCustomFolderDescriptionLines (Inherited from fileDataStructure.)
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 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 methodOnBeforeSave (Overrides fileDataStructure.OnBeforeSave.)
Public methodOnLoaded (Overrides fileDataStructure.OnLoaded.)
Public methodSave (Inherited from fileDataStructure.)
Public methodSetFolderDescription (Inherited from fileDataStructure.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also