The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours.
Further details in the announcement
jmt.measurement
Interface RankingPoint
- public interface RankingPoint
Describes a point used by rank strategies. It serves mostly as a fixed
and weighted point for interpolations of curves.
The values and the weights are interpreted diffrently by diffrent
rank strategies.
- Author:
- Martin Kersten
|
Method Summary |
double |
leftWeight()
Returns the weight of the left side of the point. |
double |
rank()
Returns the rank value of the point. |
double |
rightWeight()
Returns the weight of the right side of the point. |
double |
value()
Returns the value the point. |
leftWeight
public double leftWeight()
- Returns the weight of the left side of the point.
- Returns:
- The weight of the left side of the point
rank
public double rank()
- Returns the rank value of the point.
rightWeight
public double rightWeight()
- Returns the weight of the right side of the point.
- Returns:
- The weight of the right side of the point
value
public double value()
- Returns the value the point.
- Returns:
- The value the point