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

Method getClassification

JSAT/src/jsat/lossfunctions/LossC.java:51–51  ·  view source on GitHub ↗

Given the score value of a data point, this returns the classification results. @param score the score for a data point @return the categorical results with the correct probability values for this loss function.

(double score)

Source from the content-addressed store, hash-verified

49 * this loss function.
50 */
51 public CategoricalResults getClassification(double score);
52
53 @Override
54 public LossC clone();

Callers 7

classifyMethod · 0.65
classifyMethod · 0.65
classifyMethod · 0.65
classifyMethod · 0.65
classifyMethod · 0.65
classifyMethod · 0.65
classifyMethod · 0.65

Implementers 2

LogisticLossJSAT/src/jsat/lossfunctions/LogisticLo
HingeLossJSAT/src/jsat/lossfunctions/HingeLoss.

Calls

no outgoing calls

Tested by

no test coverage detected