MCPcopy Create free account
hub / github.com/apache/madlib / run

Method run

src/modules/regress/clustered_errors.cpp:310–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308// ------------------------------------------------------------------------
309
310AnyType __clustered_err_lin_transition::run (AnyType& args)
311{
312 return __clustered_common_transition(args, "lin", __linear_trans_compute);
313}
314
315// ------------------------------------------------------------------------
316

Callers

nothing calls this directly

Calls 4

__clustered_common_mergeFunction · 0.85
__clustered_common_finalFunction · 0.85
clustered_compute_statsFunction · 0.85

Tested by

no test coverage detected