MCPcopy Create free account
hub / github.com/Card-Forge/forge / run

Method run

forge-lda/src/forge/lda/lda/LDA.java:82–87  ·  view source on GitHub ↗

Run model inference.

()

Source from the content-addressed store, hash-verified

80 * Run model inference.
81 */
82 public void run() {
83 if (properties == null) inference.setUp(this);
84 else inference.setUp(this, properties);
85 inference.run();
86 trained = true;
87 }
88
89 /**
90 * Get hyperparameter alpha corresponding to topic.

Callers 1

initializeFormatMethod · 0.95

Calls 2

setUpMethod · 0.65
runMethod · 0.65

Tested by

no test coverage detected