Click or drag to resize
IClusterBuilderBuildClusters Method (ListMatchExtension)
Build the list of clusters for given MUMs

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
List<Cluster> BuildClusters(
	List<MatchExtension> matchExtensions
)

Parameters

matchExtensions
Type: System.Collections.GenericListMatchExtension
List of MUMs

Return Value

Type: ListCluster
List of Cluster
See Also