|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.starlink.table.join.AbstractCartesianMatchEngine
uk.ac.starlink.table.join.AnisotropicCartesianMatchEngine
public class AnisotropicCartesianMatchEngine
Matcher which matches in an anisotropic N-dimensional Cartesian space. Two points are considered matching if they fall within an error ellipse whose principle radii can be specified.
Field Summary |
---|
Fields inherited from interface uk.ac.starlink.table.join.MatchEngine |
---|
NO_BINS |
Constructor Summary | |
---|---|
AnisotropicCartesianMatchEngine(double[] errs)
Constructs an anisotropic Cartesian matcher. |
Method Summary | |
---|---|
DescribedValue[] |
getMatchParameters()
Returns a set of matching parameters, one representing the radius of each axis of the error ellipse for each dimension. |
java.lang.String |
toString()
|
Methods inherited from class uk.ac.starlink.table.join.AbstractCartesianMatchEngine |
---|
canBoundMatch, getBins, getDimensions, getError, getMatchBounds, getMatchScoreInfo, getNormaliseScores, getScaleFactor, getTuningParameters, getTupleInfos, matchScore, setError, setNormaliseScores, setScaleFactor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnisotropicCartesianMatchEngine(double[] errs)
errs
- initial axis lengths of error ellipseMethod Detail |
---|
public DescribedValue[] getMatchParameters()
getMatchParameters
in interface MatchEngine
getMatchParameters
in class AbstractCartesianMatchEngine
public java.lang.String toString()
toString
in class AbstractCartesianMatchEngine
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |