Click or drag to resize

secondaryReport Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Data structure describing multiple experiments, their key features and results
Inheritance Hierarchy
SystemObject
  imbWBI.Core.WebClassifier.reportData.secondaryReportssecondaryReport

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

The secondaryReport type exposes the following members.

Constructors
  NameDescription
Public methodsecondaryReport
Initializes a new instance of the secondaryReport class
Public methodsecondaryReport(folderNode)
Initializes a new instance of the secondaryReport class
Top
Properties
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 methodGenerateParentReadmeFile
Generates the report set directory readme file.
Public methodGetAndSaveDataTable
Creates the summary reports
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetTable
Gets the table.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Loads the specified folder.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberScanSubdirectories
Scans the subdirectories of given folder and creates summaries for each experiment group, where groups are formed following the structure of subdirectory tree
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
Remarks
  • Table of settings and key results
  • Experiment - feature graph
See Also