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

Method DataFn

src/com/winvector/opt/impl/DataFn.java:43–46  ·  view source on GitHub ↗
(final LinearContribution<T> underlying, final Iterable<? extends T> dat)

Source from the content-addressed store, hash-verified

41
42
43 public DataFn(final LinearContribution<T> underlying, final Iterable<? extends T> dat) {
44 this.underlying = underlying;
45 this.dat = dat;
46 }
47
48 @Override
49 public int dim() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected