Click or drag to resize
IClusterBuilder Interface
Contract defined to implement class that creates clusters. Takes list of maximum unique matches as input and creates clusters

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public interface IClusterBuilder

The IClusterBuilder type exposes the following members.

Properties
  NameDescription
Public propertyFixedSeparation
Gets or sets maximum fixed diagonal difference
Public propertyMaximumSeparation
Gets or sets maximum separation between the adjacent matches in clusters
Public propertyMinimumScore
Gets or sets minimum output score
Public propertyScoreMethod
Gets or sets the method to use while calculating score of a cluster.
Public propertySeparationFactor
Gets or sets separation factor. Fraction equal to (diagonal difference / match separation) where higher values increase the insertion or deletion (indel) tolerance
Top
Methods
See Also