Click or drag to resize

lemmaCloudReport Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWBI.Core.WebClassifier.reportData.optionalReports.lemmaCloudReport"]

Inheritance Hierarchy
SystemObject
  freeGraphReport
    imbWBI.Core.WebClassifier.reportData.optionalReportslemmaCloudReport

Namespace:  imbWBI.Core.WebClassifier.reportData.optionalReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public class lemmaCloudReport : freeGraphReport

The lemmaCloudReport type exposes the following members.

Constructors
  NameDescription
Public methodlemmaCloudReport
Initializes a new instance of the lemmaCloudReport class
Public methodlemmaCloudReport(lemmaSemanticCloud, cloudMatrix, semanticFVExtractorKnowledge)
Initializes a new instance of the lemmaCloudReport class
Top
Properties
  NameDescription
Public propertyAllIslands (Inherited from freeGraphReport.)
Public propertyAvgWeight (Inherited from freeGraphReport.)
Public propertyBinodal (Inherited from freeGraphReport.)
Public propertyBinodalN (Inherited from freeGraphReport.)
Public propertyChunks
Number of chunks used for cloud construction
Public propertyContinentMass (Inherited from freeGraphReport.)
Public propertyContinentMassRate (Inherited from freeGraphReport.)
Public propertyContinentSize (Inherited from freeGraphReport.)
Public propertyContinentWeightRate (Inherited from freeGraphReport.)
Public propertydescription (Inherited from freeGraphReport.)
Public propertyislands (Inherited from freeGraphReport.)
Public propertyLemmas
Number of lemmas in lemma table
Public propertyLinkRatio (Inherited from freeGraphReport.)
Public propertyMainIsland (Inherited from freeGraphReport.)
Public propertyname (Inherited from freeGraphReport.)
Public propertyNodeCount (Inherited from freeGraphReport.)
Public propertyP
Number of primary terms
Public propertyPChunk
Number of primary terms
Public propertyPolinodal (Inherited from freeGraphReport.)
Public propertyPolinodalN (Inherited from freeGraphReport.)
Public propertyPolinodalRatio (Inherited from freeGraphReport.)
Public propertyS
Number of primary terms
Public propertySChunk
Number of primary terms
Public propertySharedNodes
Count of shared nodes, with other clouds
Public propertySharedWeight
Weight of nodes shared with other clouds
Public propertySharedWeightMax
Weight of nodes shared with other clouds
Public propertySharedWeightMin
Weight of nodes shared with other clouds
Public propertySharedWeightPercent
Public propertyStdWeight (Inherited from freeGraphReport.)
Public propertyTotalWeight (Inherited from freeGraphReport.)
Public propertyTrinodal (Inherited from freeGraphReport.)
Public propertyTrinodalN (Inherited from freeGraphReport.)
Top
Methods
  NameDescription
Public methodDeploy (Inherited from freeGraphReport.)
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 methodSave (Inherited from freeGraphReport.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also