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

Method SMIDAS

JSAT/src/jsat/classifiers/linear/SMIDAS.java:52–55  ·  view source on GitHub ↗

Creates a new SMIDAS learner @param eta the learning rate for each iteration

(double eta)

Source from the content-addressed store, hash-verified

50 * @param eta the learning rate for each iteration
51 */
52 public SMIDAS(double eta)
53 {
54 this(eta, DEFAULT_EPOCHS, DEFAULT_REG, DEFAULT_LOSS);
55 }
56
57 /**
58 * Creates a new SMIDAS learner

Callers

nothing calls this directly

Calls 5

setEtaMethod · 0.95
setReScaleMethod · 0.80
setEpochsMethod · 0.45
setLambdaMethod · 0.45
setLossMethod · 0.45

Tested by

no test coverage detected