Click or drag to resize

experimentSetup Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Project class for industryTermModel
Inheritance Hierarchy
SystemObject
  imbWBI.Core.WebClassifier.experimentexperimentSetup

Namespace:  imbWBI.Core.WebClassifier.experiment
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public class experimentSetup : IObjectWithNameAndDescription, 
	IObjectWithDescription, IObjectWithName

The experimentSetup type exposes the following members.

Constructors
  NameDescription
Public methodexperimentSetup
Initializes a new instance of the experimentSetup class.
Top
Properties
  NameDescription
Public propertyclassifiers
Public propertyclassifiers_settings
Gets or sets the classifiers.
Public propertydeployCallsCount
Diagnostic counter, made just to check how many times deploy was called
Public propertyderivedFrom
Public propertydescription
Gets or sets the description.
Public propertydoShareTheCaseKnowledgeAmongFVEModels
If true it will use the same knowledge object for all FVEs in the test. If will reduce experiment execution time but must be used carefully - experiment must not contain FVEs that describe cases on different way.
Public propertyfeatureVectorExtractors_semantic
Gets or sets the feature vector extractors semantic.
Public propertyimportedFromInfo
Public propertymodels
Gets the models.
Public propertyname
Name of the experiment
Public propertyvalidationSetup
Gets or sets the validation setup.
Public propertywasImportedFromReport
Top
Methods
  NameDescription
Public methoddeploy
Deploys models to FVE instances. Should be called for just loaded experiment -- and before experiment execution!!! Otherwise, parallel execution may cause multiple crashes
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 methodStatic memberGetDefaultExperimentSetup
Gets the default experiment setup - from hardcoded preset
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 methodRemoveAllModelsExcept
Protected methodsetClassifiers
Sets the classifiers.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also