public interface FunctionData<T>
Modifier and Type | Method | Description |
---|---|---|
IData |
f(T x) |
Method that performs the mapping defined by the function.
|
IDataInfo |
getDataInfo() |
Returns a DataInfo that describes the Data object that is returned by this function's f method.
|
IData f(T x)
x
- the input object, typically a Double, Vector, Tensor, Atom,
etc.IDataInfo getDataInfo()