Click or drag to resize

cloudConstructorSettings Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Configuration parameters, driving lemmaSemanticCloud construction
Inheritance Hierarchy
SystemObject
  imbNLP.PartOfSpeech.TFModels.semanticCloudcloudConstructorSettings

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloud
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public class cloudConstructorSettings

The cloudConstructorSettings type exposes the following members.

Constructors
  NameDescription
Public methodcloudConstructorSettings
Initializes a new instance of the cloudConstructorSettings class
Top
Properties
  NameDescription
Public propertyalgorithm
Public propertyassignChunkTableWeightToLink
Public propertyassignTermTableWeightToNode
Public propertycloudWeaver
Public propertydoAdjustLinkWeightByChunkSize
If true it will reduce link weight when chunk contains more then 2 tokens
Public propertydocumentSetFreqLowLimit
Minimal document set frequency required for chunk entry to be included in the semantic cloud
Public propertydoFactorToCaseClouds
If true it will do something
Public propertydoFactorToClassClouds
Do apply factors to class clouds
Public propertydoReserveTermsForClass
If true it will build links to the reserve terms
Public propertydoSumExistingLinkWeights
In case the link already exists, it will summarize its weight with new link
Public propertyprimaryTermLowTargetCount
Public propertyprimaryTermOptimizationIterationLimit
Public propertyPrimaryTermWeightFactor
Public propertyReserveTermWeightFactor
Public propertySecondaryTermWeightFactor
Public propertytermInChunkLowerLimit
Gets or sets the term in chunk lower limit.
Top
Methods
  NameDescription
Public methodDescribeSelf
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also