public class StandardRescoreRefiner<S extends Sequence<C>,C extends Compound> extends AbstractScorer implements RescoreRefiner<S,C>
Constructor and Description |
---|
StandardRescoreRefiner(Alignments.PairInProfileScorerType pips,
Alignments.ProfileProfileAlignerType ppa) |
Modifier and Type | Method and Description |
---|---|
long |
getComputationTime()
Returns the computation time needed for an alignment computed in nanoseconds.
|
double |
getMaxScore()
Returns maximum possible score.
|
double |
getMinScore()
Returns minimum possible score.
|
Alignments.PairInProfileScorerType |
getPairInProfileScorer()
Returns class type of pairwise scoring subroutine.
|
Profile<S,C> |
getProfile()
Returns the alignment
Profile produced by this alignment algorithm. |
Alignments.ProfileProfileAlignerType |
getProfileProfileAligner()
Returns class type of profile-profile alignment subroutine.
|
double |
getScore()
Returns score resulting from algorithm.
|
getDistance, getDistance, getSimilarity, getSimilarity
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDistance, getDistance, getSimilarity, getSimilarity
public StandardRescoreRefiner(Alignments.PairInProfileScorerType pips, Alignments.ProfileProfileAlignerType ppa)
public Alignments.PairInProfileScorerType getPairInProfileScorer()
RescoreRefiner
getPairInProfileScorer
in interface RescoreRefiner<S extends Sequence<C>,C extends Compound>
public Alignments.ProfileProfileAlignerType getProfileProfileAligner()
RescoreRefiner
getProfileProfileAligner
in interface RescoreRefiner<S extends Sequence<C>,C extends Compound>
public long getComputationTime()
Aligner
public Profile<S,C> getProfile()
Aligner
Profile
produced by this alignment algorithm.public double getMaxScore()
Scorer
getMaxScore
in interface Scorer
public double getMinScore()
Scorer
getMinScore
in interface Scorer
public double getScore()
Scorer
Scorer.getScore()
- Scorer.getMinScore()
) / (Scorer.getMaxScore()
- Scorer.getMinScore()
).Copyright © 2000–2019 BioJava. All rights reserved.