Click or drag to resize

cloudMatrixSettings Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Settings for semantic cloud transformation
Inheritance Hierarchy
SystemObject
  imbNLP.PartOfSpeech.TFModels.semanticCloudMatrixcloudMatrixSettings

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public class cloudMatrixSettings

The cloudMatrixSettings type exposes the following members.

Constructors
  NameDescription
Public methodcloudMatrixSettings
Initializes a new instance of the cloudMatrixSettings class
Top
Properties
  NameDescription
Public propertydoAssignMicroWeightInsteadOfRemoval
If true it assign the microWeightNoiseGate value to term, set to be removed by the filter (this prevents the removal)
Public propertydoCutOffByCloudFrequency
If true it will remove terms having cloud frequency above specified lowPassFilter value
Public propertydoDemoteAnyRepeatingPrimaryTerm
Public propertydoDemoteAnyRepeatingSecondaryTerm
If true it will demote secondary term to reserve if found repeating
Public propertydoDivideWeightWithCloudFrequency
If true it divide each term weight with number of common clouds being detected in
Public propertydoRemoveAnyRepeatingPrimaryTerm
If true it will remove any primary term that is found to repeat among clouds
Public propertydoUseSquareFunctionOfCF
If true it will divide weight with square power of cloud frequency
Public propertyisActive
If true it will use the semantic cloud matrix for noise removal
Public propertyisFilterInAdaptiveMode
If true it will automatically adjust lowPassFilter value according to the top edge of cloud frequencies
Public propertylowPassFilter
It will pass only terms with less then specified number of clouds found. Max. possible overlap is: n-1, where n is size of square matrix
Public propertymicroWeightNoiseGate
Weight lower limit for term removal
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
Extension Methods
  NameDescription
Public Extension MethodSetRedux
Sets the redux.
(Defined by experimentSetupExtensions.)
Top
See Also