IClusterBuilderSeparationFactor Property |
Gets or sets separation factor. Fraction equal to
(diagonal difference / match separation) where higher values
increase the insertion or deletion (indel) tolerance
Namespace: Bio.Algorithms.AlignmentAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax float SeparationFactor { get; set; }
Property SeparationFactor As Single
Get
Set
property float SeparationFactor {
float get ();
void set (float value);
}
abstract SeparationFactor : float32 with get, set
Property Value
Type:
SingleSee Also