Click or drag to resize

secondaryReportOnExperiment Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Secondary (extracted) report on one experiment with several secondaryReportOnFVE sub experiment reports
Inheritance Hierarchy
SystemObject
  imbWBI.Core.WebClassifier.reportData.secondaryReportssecondaryReportOnExperiment

Namespace:  imbWBI.Core.WebClassifier.reportData.secondaryReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public class secondaryReportOnExperiment

The secondaryReportOnExperiment type exposes the following members.

Constructors
  NameDescription
Public methodsecondaryReportOnExperiment
Initializes a new instance of the secondaryReportOnExperiment class.
Public methodsecondaryReportOnExperiment(experimentSetup, experimentReport)
Initializes a new instance of the secondaryReportOnExperiment class.
Public methodsecondaryReportOnExperiment(String, ILogBuilder, folderNode)
Initializes a new instance of the secondaryReportOnExperiment class.
Top
Properties
  NameDescription
Public propertyerrorFolderNode
Public propertyerrorLog
Content of the error notes
Public propertyexperiment
Public propertyfolder
Public propertyfolderRoot
The folder that was scanned during experiment report processing
Public propertyhadErrors
Public propertyitems
Public propertyreconstructed
Public propertyreport
Public propertysemanticClouds
Public propertytopPerformer
Public propertytopperformers
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.)
Public methodLoad
Loads all data on
Public methodLoadSemanticClouds
Loads the semantic clouds of the specified FVE
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcess
Processes the specified logger.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fielduseDataTable
The use data table
Top
See Also