MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / getScore

Method getScore

JSAT/src/jsat/classifiers/linear/kernelized/OSKL.java:403–408  ·  view source on GitHub ↗
(DataPoint dp)

Source from the content-addressed store, hash-verified

401 }
402
403 @Override
404 public double getScore(DataPoint dp)
405 {
406 Vec x = dp.getNumericalValues();
407 return score(x, k.getQueryInfo(x));
408 }
409
410 @Override
411 public OSKL clone()

Callers

nothing calls this directly

Calls 3

scoreMethod · 0.95
getNumericalValuesMethod · 0.80
getQueryInfoMethod · 0.65

Tested by

no test coverage detected