operationsSetup Class |
[This is preliminary documentation and is subject to change.]
Namespace: imbWBI.Core.WebClassifier.core
public class operationsSetup
The operationsSetup type exposes the following members.
| Name | Description | |
|---|---|---|
| operationsSetup |
Initializes a new instance of the operationsSetup class.
|
| Name | Description | |
|---|---|---|
| addRandomPrefix | If true it will add 4 characters of random string as prefix to the (leaf) report folder for each imported experiment | |
| contentReport |
Gets or sets the content report.
| |
| doCreateDiagnosticMatrixAtStart | If true it will create semantic cloud and matrix reports at experiment init procedure | |
| doForbidIEReporting | If true it will forbid any extensive reporting in imported experiments | |
| doFullDiagnosticReport | Do perform full diagnostic report on classification experiment start-up | |
| doIncludeProjectSettings | If true it will make copy of all project-level configuration files to the reporting folder of each experiment | |
| doKeepLemmaResourceInMemory | Keeps mortphosyntactic dictionary loaded in memory - to be shared by multiple experimental runs, in the same session with imbWBI Console Tool | |
| doMakeClassificationReportForCases |
Gets or sets a value indicating whether [do make classification report for cases].
| |
| doMakeGraphForCases | If true it will generate Directed Graph for each case | |
| doMakeGraphForClassClouds | if true it will generate Directed Graph for each class in each k-fold | |
| doMakeGraphForEachSite | Generates decomposition graph for each web site | |
| DoMakeReportForEachClassifier | ||
| doMakeRepositoryGraph | Generate repository graph for each repository | |
| DoRandomCaseGraphReportMode | ||
| doRebootFVEOnCrash |
Gets or sets a value indicating whether [do reboot fve on crash].
| |
| doRebootFVEOnCrashRetryLimit |
Gets or sets the do reboot fve on crash retry limit.
| |
| doReportsInParalell | do reports in paralell - it true it will perform reporting in a separate thread | |
| doSaveKnowledgeForCases |
Gets or sets a value indicating whether [do save knowledge for cases].
| |
| doSaveKnowledgeForClasses |
Gets or sets a value indicating whether [do save knowledge for classes].
| |
| DoUseCachedLemmaResource | ||
| doUseExistingKnowledge |
Gets or sets a value indicating whether [do use existing knowledge].
| |
| doUseSimpleGraphs | If true it will use simple graph styling | |
| executeOnlyIEsHavingError | If true it will execute only imported experiments, that have an error log inside its report structure. If true, it is applied as global override, whatever specified at ImportExperiment console instruction. | |
| In100RandomCaseGraphReport | ||
| keepImportedFolderStructure | If true the path of report output, for an imported experiment, will reflect report path relative to the application's main report folder (if it is subfolder of it) | |
| matrixReport |
Gets or sets the matrix report.
| |
| ParallelThreads | Number of parallel threads used for experiment execution | |
| pipelineSettings | ||
| qualificationComponent | ||
| reportCustomPath | General reporting redirection path - can be rooted or relative to application's main report folder, if empty - reports are created at default location |
| Name | Description | |
|---|---|---|
| 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.) | |
| 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.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |