Click or drag to resize

spaceGraph Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "T:imbNLP.PartOfSpeech.TFModels.vectorSpace.spaceGraph"]

Inheritance Hierarchy
SystemObject
  freeGraph
    imbNLP.PartOfSpeech.TFModels.vectorSpacespaceGraph

Namespace:  imbNLP.PartOfSpeech.TFModels.vectorSpace
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public class spaceGraph : freeGraph, ISpaceModelEntity

The spaceGraph type exposes the following members.

Constructors
  NameDescription
Public methodspaceGraph
Initializes a new instance of the spaceGraph class
Top
Properties
  NameDescription
Public propertydescription (Inherited from freeGraph.)
Public propertyDisableCheck (Inherited from freeGraph.)
Public propertyId (Inherited from freeGraph.)
Protected propertyIsReady (Inherited from freeGraph.)
Protected propertylinkRegistry (Inherited from freeGraph.)
Public propertylinks (Inherited from freeGraph.)
Public propertyLinkWeightsInversed (Inherited from freeGraph.)
Public propertyname
Protected propertynodeDictionary (Inherited from freeGraph.)
Public propertynodes (Inherited from freeGraph.)
Public propertyrelationList
Public propertyweight
Top
Methods
  NameDescription
Public methodAddCloud (Inherited from freeGraph.)
Public methodAddLink (Inherited from freeGraph.)
Public methodAddLinkOrSum (Inherited from freeGraph.)
Public methodAddNewNode (Inherited from freeGraph.)
Public methodAddNode (Inherited from freeGraph.)
Public methodAddNodeOrSum(freeGraphNodeBase) (Inherited from freeGraph.)
Public methodAddNodeOrSum(String, Double, Int32) (Inherited from freeGraph.)
Public methodAny (Inherited from freeGraph.)
Protected methodCheck (Inherited from freeGraph.)
Public methodClear (Inherited from freeGraph.)
Public methodCloneIntoType``1 (Inherited from freeGraph.)
Public methodContainsLink (Inherited from freeGraph.)
Public methodContainsNode (Inherited from freeGraph.)
Public methodCountLinks (Inherited from freeGraph.)
Public methodCountLinks(String, Boolean, Boolean) (Inherited from freeGraph.)
Public methodCountNodes (Inherited from freeGraph.)
Public methodDetectIfLinkWeightsAreInversed (Inherited from freeGraph.)
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 methodGetLink (Inherited from freeGraph.)
Public methodGetLinkedNodes(String, Boolean, freeGraphQueryResult) (Inherited from freeGraph.)
Public methodGetLinkedNodes(IEnumerableString, Int32, Boolean, Boolean, Boolean) (Inherited from freeGraph.)
Public methodGetLinkInstance (Inherited from freeGraph.)
Public methodGetLinks (Inherited from freeGraph.)
Protected methodGetLinksBase (Inherited from freeGraph.)
Public methodGetNode (Inherited from freeGraph.)
Public methodGetNodes (Inherited from freeGraph.)
Public methodGetOverlap (Inherited from freeGraph.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInverseWeights (Inherited from freeGraph.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodnormalizeLinkWeights (Inherited from freeGraph.)
Public methodnormalizeNodeWeights (Inherited from freeGraph.)
Public methodOnAfterLoad (Inherited from freeGraph.)
Public methodOnBeforeSave (Inherited from freeGraph.)
Public methodRebuildIndex (Inherited from freeGraph.)
Public methodRemove (Inherited from freeGraph.)
Public methodSetNotReady (Inherited from freeGraph.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also