public interface CodomainMap
y = f(x, p[1], ..., p[n])
The actual values of the parameters p[k]
are defined by the
CodomainMapContext
which is passed to the
setContext
method.
CodomainMapContext
Modifier and Type | Method and Description |
---|---|
void |
setContext(CodomainMapContext cxt)
Sets the parameters used to write the equation of the specified codomain
transformation.
|
int |
transform(int x)
Performs the transformation.
|
void setContext(CodomainMapContext cxt)
cxt
- Specifies the parameters.int transform(int x)
x
- The input value.
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.