public class ThresholdsData extends Data<Double>
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 and Description |
---|
ThresholdsData(ArrayList<ArrayList<Double>> columns)
Instantiates a new ThresholdsData object, using the constructor from Data.
|
Modifier and Type | Method and Description |
---|---|
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
|
extractData, getColumn, getColumnNumber, getLine, getLineNumber
public final ArrayList<Integer> getNumberOfAcceptable()
public final ArrayList<Integer> getNumberOfRefused()
Copyright © 2019 CNES. All Rights Reserved.