cloudMatrixSettings Class |
[This is preliminary documentation and is subject to change.]
Namespace: imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix
public class cloudMatrixSettings
The cloudMatrixSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| cloudMatrixSettings | Initializes a new instance of the cloudMatrixSettings class |
| Name | Description | |
|---|---|---|
| doAssignMicroWeightInsteadOfRemoval | If true it assign the microWeightNoiseGate value to term, set to be removed by the filter (this prevents the removal) | |
| doCutOffByCloudFrequency | If true it will remove terms having cloud frequency above specified lowPassFilter value | |
| doDemoteAnyRepeatingPrimaryTerm | ||
| doDemoteAnyRepeatingSecondaryTerm | If true it will demote secondary term to reserve if found repeating | |
| doDivideWeightWithCloudFrequency | If true it divide each term weight with number of common clouds being detected in | |
| doRemoveAnyRepeatingPrimaryTerm | If true it will remove any primary term that is found to repeat among clouds | |
| doUseSquareFunctionOfCF | If true it will divide weight with square power of cloud frequency | |
| isActive | If true it will use the semantic cloud matrix for noise removal | |
| isFilterInAdaptiveMode | If true it will automatically adjust lowPassFilter value according to the top edge of cloud frequencies | |
| lowPassFilter |
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
| |
| microWeightNoiseGate | Weight lower limit for term removal |
| Name | Description | |
|---|---|---|
| DescribeSelf | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| SetRedux |
Sets the redux.
(Defined by experimentSetupExtensions.) |