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

Method RExample

test/com/winvector/logistic/RExample.java:14–17  ·  view source on GitHub ↗
(final double[][] rawdat)

Source from the content-addressed store, hash-verified

12 public final int dim;
13
14 public RExample(final double[][] rawdat) {
15 this.rawdat = rawdat;
16 dim = rawdat[0].length;
17 }
18
19 private class SI implements Iterator<ExampleRow> {
20 private int i = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected