Click or drag to resize

cloudMatrixReductionReport Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbNLP.PartOfSpeech.TFModels.semanticCloudMatrix.cloudMatrixReductionReport"]

Inheritance Hierarchy
SystemObject
  imbNLP.PartOfSpeech.TFModels.semanticCloudMatrixcloudMatrixReductionReport

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

The cloudMatrixReductionReport type exposes the following members.

Constructors
  NameDescription
Public methodcloudMatrixReductionReport
Initializes a new instance of the cloudMatrixReductionReport class
Top
Properties
  NameDescription
Public propertyActions
Total actions - how many actions were taken by the Cloud Matrix
Public propertyCFFunctionReduction
Number of terms got reduction by CF function
Public propertyCFReductionWeight
Ratio
Public propertyInitialWeight
Ratio
Public propertyLPFilterReduction
Number of terms got reduction by LP filter
Public propertyLPFReductionWeight
Ratio
Public propertyLPFRemovals
Number of terms removed
Public propertyMWRemovals
Number of terms removed by microweight treshhold
Public propertyname
Name for the report
Public propertyNodes
Public propertyReducedWeight
Public propertyTotalReduction
Ratio
Public propertyTotalWeight
Top
Methods
  NameDescription
Public methodAdd
Adds action in the report
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 methodGetDataTable
Gets the data table, with all actions
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 complete string report on reductions that were done by the cloud matrix filtration functions
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Protected fieldentries
Top
See Also