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

Method getScore

JSAT/src/jsat/classifiers/linear/kernelized/BOGD.java:271–276  ·  view source on GitHub ↗
(DataPoint dp)

Source from the content-addressed store, hash-verified

269 }
270
271 @Override
272 public double getScore(DataPoint dp)
273 {
274 Vec x = dp.getNumericalValues();
275 return score(x, k.getQueryInfo(x));
276 }
277
278 private double score(Vec x, List<Double> qi)
279 {

Callers

nothing calls this directly

Calls 3

scoreMethod · 0.95
getNumericalValuesMethod · 0.80
getQueryInfoMethod · 0.65

Tested by

no test coverage detected