MCPcopy Create free account
hub / github.com/dhale/ipf / apply

Method apply

src/ipf/ClosestPointTransform.java:67–75  ·  view source on GitHub ↗

Applies this transform for a specified 1D sequence. @param fnull value used to mark samples in f that are unknown. @param f input array of values with at least one value known. @param d output of distances to the nearest known value. @param i output array of indices of nearest known value.

(float fnull, float[] f, float[] d, short[] i)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

interpolateDipSlipsMethod · 0.95
smoothMethod · 0.45

Calls 1

dtMethod · 0.95

Tested by

no test coverage detected