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

Method getClassification

JSAT/src/jsat/lossfunctions/SoftmaxLoss.java:42–46  ·  view source on GitHub ↗
(Vec processed)

Source from the content-addressed store, hash-verified

40 }
41
42 @Override
43 public CategoricalResults getClassification(Vec processed)
44 {
45 return new CategoricalResults(processed.arrayCopy());
46 }
47}

Callers

nothing calls this directly

Calls 1

arrayCopyMethod · 0.45

Tested by

no test coverage detected