public final class ConditionalLikelihoodCostFunction extends Object implements CostFunction
| Constructor and Description |
|---|
ConditionalLikelihoodCostFunction(de.jungblut.math.DoubleMatrix features,
de.jungblut.math.DoubleMatrix outcome) |
| Modifier and Type | Method and Description |
|---|---|
CostGradientTuple |
evaluateCost(de.jungblut.math.DoubleVector input)
Evaluation for the cost function to retrieve cost and gradient.
|
public ConditionalLikelihoodCostFunction(de.jungblut.math.DoubleMatrix features,
de.jungblut.math.DoubleMatrix outcome)
public CostGradientTuple evaluateCost(de.jungblut.math.DoubleVector input)
CostFunctionevaluateCost in interface CostFunctioninput - a given input vectorCopyright © 2016. All rights reserved.