public class MapperKernelSmoother extends NamedWarpScriptFunction implements WarpScriptMapperFunction
| Constructor and Description |
|---|
MapperKernelSmoother(java.lang.String name,
long step,
long width,
double[] weights) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply(java.lang.Object[] args) |
java.lang.String |
toString() |
getName, refSnapshot, setNamepublic MapperKernelSmoother(java.lang.String name,
long step,
long width,
double[] weights)
public java.lang.Object apply(java.lang.Object[] args)
throws WarpScriptException
apply in interface WarpScriptAggregatorFunctionWarpScriptExceptionpublic java.lang.String toString()
toString in class NamedWarpScriptFunction