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

Interface Datum

src/com/winvector/opt/def/Datum.java:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package com.winvector.opt.def;
2
3public interface Datum {
4 int getNIndices();
5 int getKthIndex(final int ii);
6 double getKthValue(final int ii);
7}

Callers 9

addTermMethod · 0.65
getNIndicesMethod · 0.65
dotMethod · 0.65
addTermMethod · 0.65
getKthIndexMethod · 0.65
dotMethod · 0.65
addTermMethod · 0.65
getKthValueMethod · 0.65
dotMethod · 0.65

Implementers 2

SparseSemiVecsrc/com/winvector/opt/impl/SparseSemiV
SparseExampleRowsrc/com/winvector/opt/impl/SparseExamp

Calls

no outgoing calls

Tested by

no test coverage detected