MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / val

Method val

JSAT/src/jsat/regression/OrdinaryKriging.java:322–322  ·  view source on GitHub ↗

Returns the output of the variogram for the given input @param r the input value @return the output of the variogram

(double r)

Source from the content-addressed store, hash-verified

320 * @return the output of the variogram
321 */
322 public double val(double r);
323
324 public Variogram clone();
325 }

Callers 3

regressMethod · 0.65
setUpVectorMatrixMethod · 0.65
runMethod · 0.65

Implementers 1

PowVariogramJSAT/src/jsat/regression/OrdinaryKrigi

Calls

no outgoing calls

Tested by

no test coverage detected