java.lang.Comparablepublic class PairsRowLink extends RowLink
| Constructor | Description |
|---|---|
PairsRowLink(RowRef ref0,
RowRef[] ref1s,
double[] scores,
boolean bestOnly) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
double |
getScore(int i) |
Returns the score associated with a given RowRef.
|
public PairsRowLink(RowRef ref0, RowRef[] ref1s, double[] scores, boolean bestOnly)
ref0 - reference RowRef, common to all pairsref1s - array of RowRefs which are pair matched to
ref0scores - array of scores for ref1s, same number of
elementsbestOnly - true iff only the best match for each non-reference
table should be retainedCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.