MCPcopy Create free account
hub / github.com/WinVector/Logistic / Model

Class Model

src/com/winvector/logistic/Model.java:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8public class Model implements Serializable {
9 private static final long serialVersionUID = 1L;
10
11 public Formula origFormula = null;
12 public VariableEncodings config = null;
13 public double[] coefs = null;
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected