Package | Description |
---|---|
org.ojalgo.ann | |
org.ojalgo.function.multiary |
Modifier and Type | Class and Description |
---|---|
class |
ArtificialNeuralNetwork |
Modifier and Type | Interface and Description |
---|---|
interface |
MultiaryFunction<N extends Number> |
static interface |
MultiaryFunction.Constant<N extends Number,F extends MultiaryFunction.Constant<N,?>> |
static interface |
MultiaryFunction.Convex<N extends Number> |
static interface |
MultiaryFunction.Linear<N extends Number> |
static interface |
MultiaryFunction.Quadratic<N extends Number> |
static interface |
MultiaryFunction.TwiceDifferentiable<N extends Number>
Twice (Continuously) Differentiable Multiary Function
|
Modifier and Type | Class and Description |
---|---|
class |
CompoundFunction<N extends Number>
[x]T[Q][x] + [l]T[x] + c
|
class |
ConstantFunction<N extends Number>
Constant valued function - always returns the same value.
|
class |
FirstOrderApproximation<N extends Number> |
class |
LinearFunction<N extends Number>
[l]T[x] + c
|
class |
QuadraticFunction<N extends Number>
[x]T[Q][x] + c
|
class |
SecondOrderApproximation<N extends Number> |
Copyright © 2019 Optimatika. All rights reserved.