Learn R Programming

scR (version 0.4.0)

risk_bounds: Utility function to generate data points for estimation of the VC Dimension of a user-specified binary classification algorithm given a specified sample size.

Description

Utility function to generate data points for estimation of the VC Dimension of a user-specified binary classification algorithm given a specified sample size.

Usage

risk_bounds(x, ...)

Value

A real number giving the estimated value of Xi(n), the bounding function

Arguments

x

An integer giving the desired sample size for which the target function is to be approximated.

...

Additional model parameters to be specified by the user.