experimentSetup Class |
[This is preliminary documentation and is subject to change.]
Namespace: imbWBI.Core.WebClassifier.experiment
public class experimentSetup : IObjectWithNameAndDescription, IObjectWithDescription, IObjectWithName
The experimentSetup type exposes the following members.
| Name | Description | |
|---|---|---|
| experimentSetup |
Initializes a new instance of the experimentSetup class.
|
| Name | Description | |
|---|---|---|
| classifiers | ||
| classifiers_settings |
Gets or sets the classifiers.
| |
| deployCallsCount |
Diagnostic counter, made just to check how many times deploy was called
| |
| derivedFrom | ||
| description |
Gets or sets the description.
| |
| doShareTheCaseKnowledgeAmongFVEModels | 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. | |
| featureVectorExtractors_semantic |
Gets or sets the feature vector extractors semantic.
| |
| importedFromInfo | ||
| models |
Gets the models.
| |
| name |
Name of the experiment
| |
| validationSetup |
Gets or sets the validation setup.
| |
| wasImportedFromReport |
| Name | Description | |
|---|---|---|
| deploy |
Deploys models to FVE instances. Should be called for just loaded experiment -- and before experiment execution!!! Otherwise, parallel execution may cause multiple crashes
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetDefaultExperimentSetup |
Gets the default experiment setup - from hardcoded preset
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveAllModelsExcept | ||
| setClassifiers |
Sets the classifiers.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |