cloudMatrixReductionReport Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix.cloudMatrixReductionReport"]
Namespace: imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix
public class cloudMatrixReductionReport
The cloudMatrixReductionReport type exposes the following members.
| Name | Description | |
|---|---|---|
| cloudMatrixReductionReport | Initializes a new instance of the cloudMatrixReductionReport class |
| Name | Description | |
|---|---|---|
| Actions | Total actions - how many actions were taken by the Cloud Matrix | |
| CFFunctionReduction | Number of terms got reduction by CF function | |
| CFReductionWeight | Ratio | |
| InitialWeight | Ratio | |
| LPFilterReduction | Number of terms got reduction by LP filter | |
| LPFReductionWeight | Ratio | |
| LPFRemovals | Number of terms removed | |
| MWRemovals | Number of terms removed by microweight treshhold | |
| name | Name for the report | |
| Nodes | ||
| ReducedWeight | ||
| TotalReduction | Ratio | |
| TotalWeight |
| Name | Description | |
|---|---|---|
| Add |
Adds action in the report
| |
| 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.) | |
| GetDataTable |
Gets the data table, with all actions
| |
| 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 complete string report on reductions that were done by the cloud matrix filtration functions
(Overrides ObjectToString.) |