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

Class ExampleRowIterable

src/com/winvector/opt/impl/ExampleRowIterable.java:7–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import com.winvector.variables.VariableEncodings;
6
7public final class ExampleRowIterable extends AdapterIterableBase<ExampleRow> {
8
9 public ExampleRowIterable(final VariableEncodings adapter, final Iterable<BurstMap> rawSource) {
10 super(adapter,rawSource);
11 }
12
13 @Override
14 protected ExampleRow buildRow(final BurstMap row) {
15 return buildSparseRow(row);
16 }
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected