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

Method name

src/com/winvector/variables/LevelVectors.java:81–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80
81 @Override
82 public String name() {
83 return "CategoricalVectorEnc";
84 }
85
86 private double dot1coord(final int base, final double[] x, final double[] code, final int i) {
87 return x[base+index+i]*code[i];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected