|
| class | AddDecomposableEvaluate< FunctionType, HasDecomposableEvaluateWithGradient, HasDecomposableEvaluate > |
| | The AddDecomposableEvaluate mixin class will add a decomposable Evaluate() method if a decomposable EvaluateWithGradient() function exists, or nothing otherwise. More...
|
| |
| class | AddDecomposableEvaluate< FunctionType, HasDecomposableEvaluateWithGradient, true > |
| | Reflect the existing Evaluate(). More...
|
| |
| class | AddDecomposableEvaluate< FunctionType, true, false > |
| | If we have a decomposable EvaluateWithGradient() but not a decomposable Evaluate(), add a decomposable Evaluate() method. More...
|
| |
| class | AddDecomposableEvaluateConst< FunctionType, HasDecomposableEvaluateWithGradient, HasDecomposableEvaluate > |
| | The AddDecomposableEvaluateConst mixin class will add a decomposable const Evaluate() method if a decomposable const EvaluateWithGradient() function exists, or nothing otherwise. More...
|
| |
| class | AddDecomposableEvaluateConst< FunctionType, HasDecomposableEvaluateWithGradient, true > |
| | Reflect the existing Evaluate(). More...
|
| |
| class | AddDecomposableEvaluateConst< FunctionType, true, false > |
| | If we have a decomposable const EvaluateWithGradient() but not a decomposable const Evaluate(), add a decomposable const Evaluate() method. More...
|
| |
| class | AddDecomposableEvaluateStatic< FunctionType, HasDecomposableEvaluateWithGradient, HasDecomposableEvaluate > |
| | The AddDecomposableEvaluateStatic mixin class will add a decomposable static Evaluate() method if a decomposable static EvaluateWithGradient() function exists, or nothing otherwise. More...
|
| |
| class | AddDecomposableEvaluateStatic< FunctionType, HasDecomposableEvaluateWithGradient, true > |
| | Reflect the existing Evaluate(). More...
|
| |
| class | AddDecomposableEvaluateStatic< FunctionType, true, false > |
| | If we have a decomposable EvaluateWithGradient() but not a decomposable Evaluate(), add a decomposable Evaluate() method. More...
|
| |
- Author
- Ryan Curtin
Adds a decomposable Evaluate() function if a decomposable EvaluateWithGradient() function exists.
mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.
Definition in file add_decomposable_evaluate.hpp.