|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ir.classifiers.PointResults
public class PointResults
Utility class for generating average result curves. Gives vector of sample numerical results to be averaged for a given point on a curve.
Field Summary | |
---|---|
protected double |
point
Point on curve at which results are for |
protected double[] |
results
Sampled values of result at this point |
Constructor Summary | |
---|---|
PointResults(int numResults)
Create a vector of results for a point |
Method Summary | |
---|---|
void |
addResult(int numResult,
double result)
Set the nth result |
double |
getPoint()
|
double[] |
getResults()
|
void |
setPoint(double point)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected double point
protected double[] results
Constructor Detail |
---|
public PointResults(int numResults)
Method Detail |
---|
public double getPoint()
public void setPoint(double point)
public void addResult(int numResult, double result)
public double[] getResults()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |