Package | Description |
---|---|
gov.sandia.cognition.learning.function.cost |
Provides cost functions.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractParallelizableCostFunction
Partial implementation of the ParallelizableCostFunction
|
class |
SumSquaredErrorCostFunction
This is the sum-squared error cost function
|
Modifier and Type | Method and Description |
---|---|
ParallelizableCostFunction |
ParallelizedCostFunctionContainer.getCostFunction()
Getter for costFunction
|
Modifier and Type | Method and Description |
---|---|
void |
ParallelizedCostFunctionContainer.setCostFunction(ParallelizableCostFunction costFunction)
Setter for costFunction
|
Constructor and Description |
---|
ParallelizedCostFunctionContainer(ParallelizableCostFunction costFunction)
Creates a new instance of ParallelizedCostFunctionContainer
|
ParallelizedCostFunctionContainer(ParallelizableCostFunction costFunction,
java.util.concurrent.ThreadPoolExecutor threadPool)
Creates a new instance of ParallelizedCostFunctionContainer
|
SubCostEvaluate(ParallelizableCostFunction costFunction,
Evaluator<? super Vector,? extends Vector> evaluator)
Creates a new instance of SubCostEvaluate
|
SubCostGradient(ParallelizableCostFunction costFunction,
GradientDescendable evaluator)
Creates a new instance of SubCostGradient
|