Package | Description |
---|---|
gov.sandia.cognition.learning.function.cost |
Provides cost functions.
|
Modifier and Type | Method and Description |
---|---|
static SumSquaredErrorCostFunction.Cache |
SumSquaredErrorCostFunction.Cache.compute(GradientDescendable objectToOptimize,
java.util.Collection<? extends InputOutputPair<? extends Vector,Vector>> data)
Computes often-used parameters of a sum-squared error term
|