Package | Description |
---|---|
org.openimaj.ml.linear.evaluation | |
org.openimaj.ml.linear.experiments.sinabill | |
org.openimaj.ml.linear.learner | |
org.openimaj.ml.linear.learner.matlib |
Modifier and Type | Method and Description |
---|---|
double |
SumLossEvaluator.sumLoss(List<Pair<gov.sandia.cognition.math.matrix.Matrix>> pairs,
gov.sandia.cognition.math.matrix.Matrix u,
gov.sandia.cognition.math.matrix.Matrix w,
gov.sandia.cognition.math.matrix.Matrix bias,
BilinearLearnerParameters params) |
double |
MeanSumLossEvaluator.sumLoss(List<Pair<gov.sandia.cognition.math.matrix.Matrix>> pairs,
gov.sandia.cognition.math.matrix.Matrix u,
gov.sandia.cognition.math.matrix.Matrix w,
gov.sandia.cognition.math.matrix.Matrix bias,
BilinearLearnerParameters params) |
double |
RootMeanSumLossEvaluator.sumLoss(List<Pair<gov.sandia.cognition.math.matrix.Matrix>> pairs,
gov.sandia.cognition.math.matrix.Matrix u,
gov.sandia.cognition.math.matrix.Matrix w,
gov.sandia.cognition.math.matrix.Matrix bias,
BilinearLearnerParameters params) |
Modifier and Type | Method and Description |
---|---|
Iterator<BilinearLearnerParameters> |
BilinearLearnerParametersLineSearch.iterator() |
Modifier and Type | Method and Description |
---|---|
protected void |
BilinearExperiment.prepareExperimentLog(BilinearLearnerParameters params) |
Constructor and Description |
---|
BilinearLearnerParametersLineSearch(BilinearLearnerParameters base)
Set the base paramters.
|
Modifier and Type | Field and Description |
---|---|
protected BilinearLearnerParameters |
BilinearSparseOnlineLearner.params |
Modifier and Type | Method and Description |
---|---|
BilinearLearnerParameters |
BilinearLearnerParameters.clone() |
BilinearLearnerParameters |
BilinearSparseOnlineLearner.getParams() |
BilinearLearnerParameters |
IncrementalBilinearSparseOnlineLearner.getParams() |
Constructor and Description |
---|
BilinearSparseFISTALearner(BilinearLearnerParameters params) |
BilinearSparseOnlineLearner(BilinearLearnerParameters params) |
IncrementalBilinearSparseOnlineLearner(BilinearLearnerParameters params) |
Modifier and Type | Field and Description |
---|---|
protected BilinearLearnerParameters |
MatlibBilinearSparseOnlineLearner.params |
Modifier and Type | Method and Description |
---|---|
BilinearLearnerParameters |
MatlibBilinearSparseOnlineLearner.getParams() |
Constructor and Description |
---|
MatlibBilinearSparseOnlineLearner(BilinearLearnerParameters params) |