NUCmerScoreMethod Property |
Gets or sets the method to use while calculating score of a cluster.
Default is MatchLength.
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public ClusterScoreMethod ScoreMethod { get; set; }
Public Property ScoreMethod As ClusterScoreMethod
Get
Set
public:
property ClusterScoreMethod ScoreMethod {
ClusterScoreMethod get ();
void set (ClusterScoreMethod value);
}
member ScoreMethod : ClusterScoreMethod with get, set
Property Value
Type:
ClusterScoreMethodSee Also