oa::FnMetric

FnMetric namespace in the OA Ml public surface.

NsC++ public headers

Public Functions

oa::F32 oa::FnMetric::accuracy(const Matrix & inPreds, const Matrix & inLabels)
oa::F32 oa::FnMetric::scalarLoss(const Matrix & inLossTensor)

Function Documentation

oa::F32 oa::FnMetric::accuracy( const Matrix & inPreds, const Matrix & inLabels )
No public source comment is attached to this declaration.

Parameters

inPreds
const Matrix &

inLabels
const Matrix &

Returns

oa::F32

The declared return value.

oa::F32 oa::FnMetric::scalarLoss( const Matrix & inLossTensor )
No public source comment is attached to this declaration.

Parameters

inLossTensor
const Matrix &

Returns

oa::F32

The declared return value.