|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataFit
A DataFit is a ScalarFunction that also provides the
VariableInputDimension and VariableBounds interfaces, thereby
allowing its DEFAULT_BOUNDS and dimensionality to be modified.
| Method Summary | |
|---|---|
void |
calibrate()
Calibrates this DataFit. |
void |
calibrateOptional()
Optional calibration, based on some measure of calibration being required. |
int |
getOutputNumber()
In the case when this DataFit operates on a multi-output DataBlocks, denotes the index of the output vector that it should
use. |
void |
init()
Initialization routine. |
void |
setOutputNumber(int outputNumber)
Sets the output index for this DataFit. |
| Methods inherited from interface data.DataListener |
|---|
clear, dataAdded, dataAdded, dataRemoved, dataRemoved |
| Methods inherited from interface function.ScalarFunction |
|---|
compute, compute, compute, compute, quickCompute, quickCompute |
| Methods inherited from interface function.Computable |
|---|
compute, compute, getBounds, getInputDimension, getOutputDimension, isWithinBounds |
| Methods inherited from interface function.VariableInputDimension |
|---|
setInputDimension |
| Methods inherited from interface function.VariableBounds |
|---|
setBounds |
| Method Detail |
|---|
void calibrate()
void calibrateOptional()
int getOutputNumber()
DataBlocks, denotes the index of the output vector that it should
use.
void init()
init in interface ScalarFunctionvoid setOutputNumber(int outputNumber)
outputNumber - the given output index.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||