| SimilarityMatrix Class | 
Namespace: Bio.SimilarityMatrices
The SimilarityMatrix type exposes the following members.
| Name | Description | |
|---|---|---|
| SimilarityMatrix | 
            Initializes a new instance of the SimilarityMatrix class.
              | |
| SimilarityMatrix(TextReader) | 
            Initializes a new instance of the SimilarityMatrix class.
            Constructs SimilarityMatrix from an input stream.
              | |
| SimilarityMatrix(SimilarityMatrixStandardSimilarityMatrix) | 
            Initializes a new instance of the SimilarityMatrix class
            Constructs one of the standard similarity matrices.
              | 
| Name | Description | |
|---|---|---|
| Item | 
            Returns value of matrix at [row, col].
              | |
| Matrix | 
            Gets or sets similarity matrix values in a 2-D integer array.
              | |
| Name |  
            Gets or sets descriptive name of the particular SimilarityMatrix being used. 
              | 
| Name | Description | |
|---|---|---|
| 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.) | |
| ValidateSequence | 
            Confirms that there is a symbol in the similarity matrix for every
            symbol in the sequence.
              | 
| Name | Description | |
|---|---|---|
| supportedAlphabets |