Evaluation.accuracy: Evaluation.Accuracy

Description Usage Arguments Value

View source: R/Evaluation.R

Description

Function to calculate the accuract of an estimator, given its estimates and the observed outcomes.

Usage

1
Evaluation.accuracy(data.observed, data.predicted)

Arguments

data.observed

the true data (Y).

data.predicted

the Y outcome from the estimator .

Value

double the calculated accuracy.


frbl/OnlineSuperLearner documentation built on Feb. 9, 2020, 9:28 p.m.