public class DataProcessorReweightRatio extends DataProcessor
| Modifier and Type | Field | Description |
|---|---|---|
protected DataDoubleArray |
data |
|
protected int |
nCutoffs |
|
protected int |
ref |
dataInfo, dataSink, tag| Constructor | Description |
|---|---|
DataProcessorReweightRatio(int nCutoffs) |
|
DataProcessorReweightRatio(int nCutoffs,
int ref) |
| Modifier and Type | Method | Description |
|---|---|---|
protected IData |
processData(IData inputData) |
Processes the input Data and returns Data for pushing to the next
DataSink.
|
protected IDataInfo |
processDataInfo(IDataInfo inputDataInfo) |
Informs this DataProcessor of the DataInfo for the Data it will be
processing.
|
getDataInfo, getDataSink, getTag, putData, putDataInfo, setDataSinkprotected DataDoubleArray data
protected final int nCutoffs
protected final int ref
public DataProcessorReweightRatio(int nCutoffs)
public DataProcessorReweightRatio(int nCutoffs,
int ref)
protected IData processData(IData inputData)
DataProcessorprocessData in class DataProcessorinputData - the Data for processingprotected IDataInfo processDataInfo(IDataInfo inputDataInfo)
DataProcessorprocessDataInfo in class DataProcessorinputDataInfo - the DataInfo of the Data that will be input to this
DataProcessor