Interface PartitionRefiner<S extends Sequence<C>,C extends Compound>

Type Parameters:
S - each element of the alignment profile is of type S
C - each element of a sequence is a Compound of type C
All Superinterfaces:
Aligner<S,C>, ProfileProfileScorer<S,C>, Scorer

public interface PartitionRefiner<S extends Sequence<C>,C extends Compound> extends Aligner<S,C>, ProfileProfileScorer<S,C>
Defines an algorithm which computes a new alignment profile by splitting a current alignment and realigning.
Author:
Mark Chapman