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

Method reset

src/modules/crf/linear_crf.cpp:113–117  ·  view source on GitHub ↗

* @brief Reset the inter-iteration fields. */

Source from the content-addressed store, hash-verified

111 * @brief Reset the inter-iteration fields.
112 */
113 inline void reset() {
114 numRows = 0;
115 grad.fill(0);
116 loglikelihood = 0;
117 }
118
119 static const int m=7;// The number of corrections used in the LBFGS update.
120

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected