cloudConstructorSettings Class |
Namespace: imbNLP.PartOfSpeech.TFModels.semanticCloud
public class cloudConstructorSettings
The cloudConstructorSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| cloudConstructorSettings | Initializes a new instance of the cloudConstructorSettings class |
| Name | Description | |
|---|---|---|
| algorithm | ||
| assignChunkTableWeightToLink | ||
| assignTermTableWeightToNode | ||
| cloudWeaver | ||
| doAdjustLinkWeightByChunkSize | If true it will reduce link weight when chunk contains more then 2 tokens | |
| documentSetFreqLowLimit |
Minimal document set frequency required for chunk entry to be included in the semantic cloud
| |
| doFactorToCaseClouds | If true it will do something | |
| doFactorToClassClouds | Do apply factors to class clouds | |
| doReserveTermsForClass | If true it will build links to the reserve terms | |
| doSumExistingLinkWeights |
In case the link already exists, it will summarize its weight with new link
| |
| primaryTermLowTargetCount | ||
| primaryTermOptimizationIterationLimit | ||
| PrimaryTermWeightFactor | ||
| ReserveTermWeightFactor | ||
| SecondaryTermWeightFactor | ||
| termInChunkLowerLimit |
Gets or sets the term in chunk lower limit.
|
| 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.) |