Click or drag to resize

cloudMatrix Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Matrix of overlaping temrs in lemmaSemanticCloud
Inheritance Hierarchy
SystemObject
  aceDictionary2DlemmaSemanticCloud, lemmaSemanticCloud, ListfreeGraphNodeBase
    imbNLP.PartOfSpeech.TFModels.semanticCloudMatrixcloudMatrix

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public class cloudMatrix : aceDictionary2D<lemmaSemanticCloud, lemmaSemanticCloud, List<freeGraphNodeBase>>

The cloudMatrix type exposes the following members.

Constructors
  NameDescription
Public methodcloudMatrix
Initializes a new instance of the cloudMatrix class.
Top
Properties
  NameDescription
Public propertyCount (Inherited from aceDictionary2DlemmaSemanticCloud, lemmaSemanticCloud, ListfreeGraphNodeBase.)
Public propertydescription
Public propertyheight (Inherited from aceDictionary2DlemmaSemanticCloud, lemmaSemanticCloud, ListfreeGraphNodeBase.)
Public propertyItem (Inherited from aceDictionary2DlemmaSemanticCloud, lemmaSemanticCloud, ListfreeGraphNodeBase.)
Public propertyItem (Inherited from aceDictionary2DlemmaSemanticCloud, lemmaSemanticCloud, ListfreeGraphNodeBase.)
Protected propertyitems (Inherited from aceDictionary2DlemmaSemanticCloud, lemmaSemanticCloud, ListfreeGraphNodeBase.)
Public propertyMaxCloudFrequency
Highest cloud frequency among the lemmas
Public propertyMaxOverlap
Highest number of overlap nodes between two clouds
Public propertyMinCloudFrequency
Lowest cloud frequency among the lemmas
Public propertyMinOverlap
Lower number of overlap nodes between two clouds
Public propertyname
Public propertywidth (Inherited from aceDictionary2DlemmaSemanticCloud, lemmaSemanticCloud, ListfreeGraphNodeBase.)
Top
Methods
  NameDescription
Public methodAny (Inherited from aceDictionary2DlemmaSemanticCloud, lemmaSemanticCloud, ListfreeGraphNodeBase.)
Public methodbuild
Builds the specified clouds.
Public methodBuildTable
Builds the table.
Public methodContainsKey (Inherited from aceDictionary2DlemmaSemanticCloud, lemmaSemanticCloud, ListfreeGraphNodeBase.)
Public methodContainsKey2AnyKey1 (Inherited from aceDictionary2DlemmaSemanticCloud, lemmaSemanticCloud, ListfreeGraphNodeBase.)
Public methodContainsKey2InKey1 (Inherited from aceDictionary2DlemmaSemanticCloud, lemmaSemanticCloud, ListfreeGraphNodeBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExportTextReports
Exports the text report
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 methodGet1stKeys (Inherited from aceDictionary2DlemmaSemanticCloud, lemmaSemanticCloud, ListfreeGraphNodeBase.)
Public methodGet2ndKeys (Inherited from aceDictionary2DlemmaSemanticCloud, lemmaSemanticCloud, ListfreeGraphNodeBase.)
Public methodGetCellNumber
Gets the value for cell targeted
Public methodGetCounter
Gets the counter.
Public methodGetEnumerator (Inherited from aceDictionary2DlemmaSemanticCloud, lemmaSemanticCloud, ListfreeGraphNodeBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUnifiedCloud
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 methodTransformClouds
Transforms the clouds, related
Top
Fields
See Also

Reference

[!:imbSCI.Data.collection.nested.aceDictionary2D<imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud, imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud, System.Collections.Generic.List<imbNLP.PartOfSpeech.TFModels.semanticCloud.core.freeGraphNodeBase>>]