Click or drag to resize
DiagonalSimilarityMatrix Properties

The DiagonalSimilarityMatrix type exposes the following members.

Properties
  NameDescription
Public propertyDiagonalValue
Gets or sets the diagonal value (match value) for the diagonal similarity matrix.
Public propertyItem
Returns value of diagonal similarity matrix at [row,col].
(Overrides SimilarityMatrixItemInt32, Int32.)
Public propertyMatrix
Gets or sets similarity matrix values in a 2-D integer array.
(Inherited from SimilarityMatrix.)
Public propertyName
Gets or sets descriptive name of the particular SimilarityMatrix being used.
(Inherited from SimilarityMatrix.)
Public propertyOffDiagonalValue
Gets or sets the off diagonal value (mis-match value for the diagonal similarity matrix.
Top
See Also