oa::MetricAccuracy

MetricAccuracy class in the OA Ml public surface.

Inheritance

public Metric

Public Methods

oa::I64 oa::MetricAccuracy::count()
const char * oa::MetricAccuracy::name()
oa::I32 oa::MetricAccuracy::render(char * outBuffer, oa::I32 inBufferSize, bool inFirst)
void oa::MetricAccuracy::reset()
oa::F64 oa::MetricAccuracy::result()
void oa::MetricAccuracy::update(const Matrix & inPreds, const Matrix & inLabels)

Constructor & Destructor Documentation

oa::MetricAccuracy::MetricAccuracy()
No public source comment is attached to this declaration.

Public Method Documentation

oa::I64 oa::MetricAccuracy::count()
No public source comment is attached to this declaration.

Returns

oa::I64

The declared return value.

const char * oa::MetricAccuracy::name()
No public source comment is attached to this declaration.

Returns

const char *

The declared return value.

oa::I32 oa::MetricAccuracy::render( char * outBuffer, oa::I32 inBufferSize, bool inFirst )
No public source comment is attached to this declaration.

Parameters

outBuffer
char *

inBufferSize
oa::I32

inFirst
bool

Returns

oa::I32

The declared return value.

void oa::MetricAccuracy::reset()
No public source comment is attached to this declaration.

Returns

void

The declared return value.

oa::F64 oa::MetricAccuracy::result()
No public source comment is attached to this declaration.

Returns

oa::F64

The declared return value.

void oa::MetricAccuracy::update( const Matrix & inPreds, const Matrix & inLabels )
No public source comment is attached to this declaration.

Parameters

inPreds
const Matrix &

inLabels
const Matrix &

Returns

void

The declared return value.