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

Interface ExampleRow

src/com/winvector/opt/def/ExampleRow.java:11–14  ·  view source on GitHub ↗

data carrier, weaker than a sparse vector in that you can not jump to an arbitrary coordinate @author johnmount

Source from the content-addressed store, hash-verified

9 *
10 */
11public interface ExampleRow extends Datum {
12 int category();
13 double weight();
14}

Callers 15

observeMethod · 0.65
observeMethod · 0.65
scoreMethod · 0.65
addTermMethod · 0.65
mapMethod · 0.65
mapMethod · 0.65
buildSparseRowMethod · 0.65
isGoodPredictionMethod · 0.65
observeMethod · 0.65
observeMethod · 0.65
scoreMethod · 0.65
addTermMethod · 0.65

Implementers 2

SparseExampleRowsrc/com/winvector/opt/impl/SparseExamp
VariableEncodingssrc/com/winvector/variables/VariableEn

Calls

no outgoing calls

Tested by

no test coverage detected