Skip to content
David Ray edited this page Jun 6, 2015 · 10 revisions

This page contains an in-depth discussion of Parameters.

Encoder Parameters

inner.put("n", n);
inner.put("w", w);
inner.put("minVal", min);
inner.put("maxVal", max);
inner.put("radius", radius);
inner.put("resolution", resolution);
inner.put("periodic", periodic);
inner.put("clipInput", clip);
inner.put("forced", forced);
inner.put("fieldName", fieldName);
inner.put("fieldType", fieldType);
inner.put("encoderType", encoderType);
Clone this wiki locally