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

Method process

src/com/winvector/variables/ConstRecord.java:37–40  ·  view source on GitHub ↗
(final BurstMap row, final double[] vec)

Source from the content-addressed store, hash-verified

35 }
36
37 @Override
38 public void process(final BurstMap row, final double[] vec) {
39 vec[index] = 1.0;
40 }
41
42 @Override
43 public String name() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected