public class LookUpTable0D extends AbstractMappingFunction
Look Up Table implementation of a mapping function. This will interpolate at the 0th order between points. (i.e. the value of the previous point will be used).
Modifier and Type | Field and Description |
---|---|
protected double[][] |
tableData |
Constructor and Description |
---|
LookUpTable0D(double[][] tableData) |
Modifier and Type | Method and Description |
---|---|
double |
compute(double indexVal) |
double[][] |
getTableData() |
void |
setTableData(double[][] tableData) |
compute, hasCategoricalInput
public double compute(double indexVal)
compute
in interface MappingFunction
compute
in class AbstractMappingFunction
public double[][] getTableData()
public void setTableData(double[][] tableData)
Copyright © 2016 Sensia Software LLC. All rights reserved.