Package | Description |
---|---|
jsat.classifiers.linear.kernelized | |
jsat.distributions.kernels |
Modifier and Type | Method and Description |
---|---|
KernelPoint.BudgetStrategy |
KernelSGD.getBudgetStrategy()
Returns the method of budget maintenance
|
Modifier and Type | Method and Description |
---|---|
void |
KernelSGD.setBudgetStrategy(KernelPoint.BudgetStrategy budgetStrategy)
Sets the budget maintenance strategy.
|
Constructor and Description |
---|
KernelSGD(LossFunc loss,
KernelTrick kernel,
double lambda,
KernelPoint.BudgetStrategy budgetStrategy,
int budgetSize)
Creates a new Kernel SGD object
|
KernelSGD(LossFunc loss,
KernelTrick kernel,
double lambda,
KernelPoint.BudgetStrategy budgetStrategy,
int budgetSize,
double eta,
double errorTolerance)
Creates a new Kernel SGD object
|
Modifier and Type | Field and Description |
---|---|
protected KernelPoint.BudgetStrategy |
KernelPoint.budgetStrategy |
Modifier and Type | Method and Description |
---|---|
KernelPoint.BudgetStrategy |
KernelPoints.getBudgetStrategy()
Returns the budget method used
|
KernelPoint.BudgetStrategy |
KernelPoint.getBudgetStrategy()
Returns the budget method used
|
static KernelPoint.BudgetStrategy |
KernelPoint.BudgetStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KernelPoint.BudgetStrategy[] |
KernelPoint.BudgetStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
KernelPoints.setBudgetStrategy(KernelPoint.BudgetStrategy budgetStrategy)
Sets the method used for maintaining the budget of support vectors.
|
void |
KernelPoint.setBudgetStrategy(KernelPoint.BudgetStrategy budgetStrategy)
Sets the method used for maintaining the budget of support vectors.
|
Copyright © 2017. All rights reserved.