public class CoveringNumberBoundBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static double |
EPSILON_EXPONENT_AGNOSTIC_CONVEX_LEARNING
Epsilon Exponent for Agnostic Learning with Convex Functions
|
static double |
EPSILON_EXPONENT_AGNOSTIC_LEARNING
Epsilon Exponent for Agnostic Learning
|
static double |
EPSILON_EXPONENT_REGRESSION_LEARNING
Epsilon Exponent for Regression Learning
|
| Constructor and Description |
|---|
CoveringNumberBoundBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static CoveringNumberLossBound |
AgnosticConvexLearning(R1ToR1 funcSampleCoefficient,
double dblExponentScaler)
Construct the Agnostic Convex Learning CoveringNumberProbabilityBound Instance
|
static CoveringNumberLossBound |
AgnosticLearning(R1ToR1 funcSampleCoefficient,
double dblExponentScaler)
Construct the Agnostic Learning CoveringNumberProbabilityBound Instance
|
static CoveringNumberLossBound |
RegressionLearning(R1ToR1 funcSampleCoefficient,
double dblExponentScaler)
Construct the Regression Learning CoveringNumberProbabilityBound Instance
|
public static final double EPSILON_EXPONENT_REGRESSION_LEARNING
public static final double EPSILON_EXPONENT_AGNOSTIC_LEARNING
public static final double EPSILON_EXPONENT_AGNOSTIC_CONVEX_LEARNING
public static final CoveringNumberLossBound RegressionLearning(R1ToR1 funcSampleCoefficient, double dblExponentScaler)
funcSampleCoefficient - The Sample Coefficient FunctiondblExponentScaler - The Exponent Scalerpublic static final CoveringNumberLossBound AgnosticLearning(R1ToR1 funcSampleCoefficient, double dblExponentScaler)
funcSampleCoefficient - The Sample Coefficient FunctiondblExponentScaler - The Exponent Scalerpublic static final CoveringNumberLossBound AgnosticConvexLearning(R1ToR1 funcSampleCoefficient, double dblExponentScaler)
funcSampleCoefficient - The Sample Coefficient FunctiondblExponentScaler - The Exponent Scaler