Click or drag to resize

secondaryReportOnFVE Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

FVE model level entry
Inheritance Hierarchy
SystemObject
  imbWBI.Core.WebClassifier.reportData.secondaryReportssecondaryReportOnFVE

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

The secondaryReportOnFVE type exposes the following members.

Constructors
  NameDescription
Public methodsecondaryReportOnFVE
Initializes a new instance of the secondaryReportOnFVE class
Top
Properties
  NameDescription
Public propertyClassifier
Classification algorithm that achieved the highest F1 score
Public propertyClassifiers
Number of classifiers
Public propertyCloudAlgorithm
If the Strict POS type policy was used
Public propertyCloudDSF
If the Strict POS type policy was used
Public propertyCloudPTT
Public propertyCloudTCF
Public propertyCloudWDS
Public propertyCloudWWS
Public propertyComment
Comment - additional notes on the setup
Public propertyDFC
Document Frequency Correction -- ratio that multiplies document count before IDF computation
Public propertyErrors
Comment - additional notes on the setup
Public propertyExperiment
Experiment code name
Public propertyF1Score
The highest F1-score achieved
Public propertyF1ScoreDeviation
Ratio
Public propertyF1ScoreMean
Ratio
Public propertyFolds
Number of folds
Public propertyFVEFolder
Public propertyFVEHash
Se
Public propertyFVEModel
Feature Vector Model name
Public propertyFVPType
Feature Vector Provider
Public propertyGraphDepth
Public propertyHTMLTagFactors
HTML Tag Weights mode
Public propertyIDF
True - if IDF was computed, false - if only normalized TF was used
Public propertyLinkRatio
Cross category average number of links per node, in the Semantic Cloud
Public propertyLowpassFreq
Low pass cloud frequency - used in Cloud Matrix settings
Public propertyLowPassFunction
Public propertyNodeCount
Cross category number of nodes in the Semantic Cloud
Public propertyPath
Comment - additional notes on the setup
Public propertyPositionEstimated
Average FV Position in Range, measured by processing the complete sample set
Public propertyPositionReal
Average FV Position in Range, measured in the results.
Public propertyRandomized
if was sample randomized
Public propertyRangeEstimated
Average FV Range, measured by processing the complete sample set - score for the TopPosition case
Public propertyRangeReal
Average FV Range, measured in the results
Public propertyReduxFunction
Redux Function - applied for term weight reduction by cloud matrix
Public propertyS1Estimated
Average FV Position in Range, measured by processing the complete sample set - score for the Top S1 measure case
Public propertyStrictPOS
If the Strict POS type policy was used
Public propertyTCBOn
If the Term Category Boost is on
Public propertyTermCategory
Public propertyTermDemotion
Public propertyTermExpansion
Semantic expansion steps - in how many iterations were Case Web Lemma terms expanded, before Semantic Similarity assesment
Public propertyTermExpansionOptions
Lemma expansion options that were applied
Public propertyUID
Unique identifier for the FVE recods
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 methodStatic memberGetExperimentIntroductionLine
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.)
Public methodUpdateSecondaryRecord
Updates the secondary record.
Top
Fields
  NameDescription
Public fieldStatic memberERROR_ON_EXPLEVEL
Error note - applied to Errors, when this FVE was found to have crashed during execution
Public fieldStatic memberERROR_ON_FVELEVEL
Error note - applied to Errors, when this FVE was found to have crashed during execution
Public fieldStatic memberERROR_ON_FVENOT
Top
See Also