Click or drag to resize

cloudMatrixReductionReportEntry Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Represents single action done by cloudMatrix filtration functions
Inheritance Hierarchy
SystemObject
  imbNLP.PartOfSpeech.TFModels.semanticCloudMatrixcloudMatrixReductionReportEntry

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

The cloudMatrixReductionReportEntry type exposes the following members.

Constructors
  NameDescription
Public methodcloudMatrixReductionReportEntry
Never use this constructor, it's for serialization. Use Add(String, String, Double, Double, cloudMatrixReductionAction) method
Top
Properties
  NameDescription
Public propertyAction
Type of action that was applied
Public propertyCloud
Name of the cloud that owns the term
Public propertyHash
Hash - used to identify this particular action during report creation
Public propertyInitial
Ratio
Public propertyReduced
Public propertyTerm
Term that was affected by reduction
Top
Methods
  NameDescription
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 formatted String that represents this instance.
(Overrides ObjectToString.)
Top
Fields
See Also