Thresholdout: Thresholdout

Description Usage Format Methods Actives Examples

Description

Create Thresholdout object for adaptive data analysis and holdout reuse.

Usage

1

Format

An object of class R6ClassGenerator of length 24.

Methods

$new(Threshold, Sigma, Budget)

Creates a new Thresholdout object.

$query(train_val, holdout_val)

Sends a query to the holdout dataset.

Actives

$Threshold

gets the Threshold value.

$Sigma

gets the Sigma value.

$Budget

gets the remaining Budget value.

$Record

gets the Record of previous queries.

Examples

1
2
3
library(rThresholdout)
Thresholdout_Obj <- Thresholdout$new(Threshold = 0.04, Sigma = 0.01, Budget = 1000)
Thresholdout_Obj$query(train_val = c(0.06, 0.07), holdout_val = c(0.05, 0.08))

yanyachen/rThresholdout documentation built on May 4, 2019, 2:30 p.m.