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

Method call

JSAT/src/jsat/classifiers/boosting/LogitBoostPL.java:69–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 {
68
69 public LogitBoost call() throws Exception
70 {
71 LogitBoost boost = new LogitBoost(baseLearner.clone(), getMaxIterations());
72
73 boost.trainC(subSet);
74
75 return boost;
76 }
77 }));
78 }
79

Callers

nothing calls this directly

Calls 3

trainCMethod · 0.95
cloneMethod · 0.65
getMaxIterationsMethod · 0.45

Tested by

no test coverage detected