|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object fr.cnes.sirius.patrius.tools.ephemerisComparator.Data<Double> fr.cnes.sirius.patrius.tools.ephemerisComparator.ThresholdsData
public class ThresholdsData
This class contains the information on the margins of the deviations with regard to a set of thresholds.
The margins can be positive or negative, depending on whether the deviation was below or over the threshold. With this information, it can provide the number of acceptable and rejected lines in the data, and the first line where the data becomes unacceptable.
Constructor Summary | |
---|---|
ThresholdsData(ArrayList<ArrayList<Double>> columns)
Instantiates a new ThresholdsData object, using the constructor from Data. |
Method Summary | |
---|---|
ArrayList<Integer> |
getFirstRefusedLines()
computes the line number of the first margins column by column. |
ArrayList<Integer> |
getNumberOfAcceptable()
computes the number of acceptable margins column by column |
ArrayList<Integer> |
getNumberOfRefused()
computes the number of refused margins column by column |
Methods inherited from class fr.cnes.sirius.patrius.tools.ephemerisComparator.Data |
---|
extractData, getColumn, getColumnNumber, getLine, getLineNumber |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThresholdsData(ArrayList<ArrayList<Double>> columns)
columns
- the columns to put in the attributeMethod Detail |
---|
public final ArrayList<Integer> getNumberOfAcceptable()
public final ArrayList<Integer> getNumberOfRefused()
public final ArrayList<Integer> getFirstRefusedLines()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |