Click or drag to resize

operationsSetup Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Configuration of different operational aspects, mostly about reporting, parallelisation, experiment import and error handling
Inheritance Hierarchy
SystemObject
  imbWBI.Core.WebClassifier.coreoperationsSetup

Namespace:  imbWBI.Core.WebClassifier.core
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public class operationsSetup

The operationsSetup type exposes the following members.

Constructors
  NameDescription
Public methodoperationsSetup
Initializes a new instance of the operationsSetup class.
Top
Properties
  NameDescription
Public propertyaddRandomPrefix
If true it will add 4 characters of random string as prefix to the (leaf) report folder for each imported experiment
Public propertycontentReport
Gets or sets the content report.
Public propertydoCreateDiagnosticMatrixAtStart
If true it will create semantic cloud and matrix reports at experiment init procedure
Public propertydoForbidIEReporting
If true it will forbid any extensive reporting in imported experiments
Public propertydoFullDiagnosticReport
Do perform full diagnostic report on classification experiment start-up
Public propertydoIncludeProjectSettings
If true it will make copy of all project-level configuration files to the reporting folder of each experiment
Public propertydoKeepLemmaResourceInMemory
Keeps mortphosyntactic dictionary loaded in memory - to be shared by multiple experimental runs, in the same session with imbWBI Console Tool
Public propertydoMakeClassificationReportForCases
Gets or sets a value indicating whether [do make classification report for cases].
Public propertydoMakeGraphForCases
If true it will generate Directed Graph for each case
Public propertydoMakeGraphForClassClouds
if true it will generate Directed Graph for each class in each k-fold
Public propertydoMakeGraphForEachSite
Generates decomposition graph for each web site
Public propertyDoMakeReportForEachClassifier
Public propertydoMakeRepositoryGraph
Generate repository graph for each repository
Public propertyDoRandomCaseGraphReportMode
Public propertydoRebootFVEOnCrash
Gets or sets a value indicating whether [do reboot fve on crash].
Public propertydoRebootFVEOnCrashRetryLimit
Gets or sets the do reboot fve on crash retry limit.
Public propertydoReportsInParalell
do reports in paralell - it true it will perform reporting in a separate thread
Public propertydoSaveKnowledgeForCases
Gets or sets a value indicating whether [do save knowledge for cases].
Public propertydoSaveKnowledgeForClasses
Gets or sets a value indicating whether [do save knowledge for classes].
Public propertyDoUseCachedLemmaResource
Public propertydoUseExistingKnowledge
Gets or sets a value indicating whether [do use existing knowledge].
Public propertydoUseSimpleGraphs
If true it will use simple graph styling
Public propertyexecuteOnlyIEsHavingError
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.
Public propertyIn100RandomCaseGraphReport
Public propertykeepImportedFolderStructure
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)
Public propertymatrixReport
Gets or sets the matrix report.
Public propertyParallelThreads
Number of parallel threads used for experiment execution
Public propertypipelineSettings
Public propertyqualificationComponent
Public propertyreportCustomPath
General reporting redirection path - can be rooted or relative to application's main report folder, if empty - reports are created at default location
Top
Methods
  NameDescription
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also