Package | Description |
---|---|
org.ojalgo.ann | |
org.ojalgo.function | |
org.ojalgo.function.constant |
Modifier and Type | Class and Description |
---|---|
static class |
ArtificialNeuralNetwork.Error |
Modifier and Type | Field and Description |
---|---|
static PrimitiveFunction.Binary |
PrimitiveFunction.ADD
Deprecated.
v48 Use
PrimitiveMath.ADD instead |
static PrimitiveFunction.Binary |
PrimitiveFunction.ATAN2
Deprecated.
v48 Use
PrimitiveMath.ATAN2 instead |
static PrimitiveFunction.Binary |
PrimitiveFunction.DIVIDE
Deprecated.
v48 Use
PrimitiveMath.DIVIDE instead |
static PrimitiveFunction.Binary |
PrimitiveFunction.HYPOT
Deprecated.
v48 Use
PrimitiveMath.HYPOT instead |
static PrimitiveFunction.Binary |
PrimitiveFunction.MAX
Deprecated.
v48 Use
PrimitiveMath.MAX instead |
static PrimitiveFunction.Binary |
PrimitiveFunction.MIN
Deprecated.
v48 Use
PrimitiveMath.MIN instead |
static PrimitiveFunction.Binary |
PrimitiveFunction.MULTIPLY
Deprecated.
v48 Use
PrimitiveMath.MULTIPLY instead |
static PrimitiveFunction.Binary |
PrimitiveFunction.POW
Deprecated.
v48 Use
PrimitiveMath.POW instead |
static PrimitiveFunction.Binary |
PrimitiveFunction.SUBTRACT
Deprecated.
v48 Use
PrimitiveMath.SUBTRACT instead |
Modifier and Type | Field and Description |
---|---|
static PrimitiveFunction.Binary |
PrimitiveMath.ADD |
static PrimitiveFunction.Binary |
PrimitiveMath.ATAN2 |
static PrimitiveFunction.Binary |
PrimitiveMath.DIVIDE |
static PrimitiveFunction.Binary |
PrimitiveMath.HYPOT |
static PrimitiveFunction.Binary |
PrimitiveMath.MAX |
static PrimitiveFunction.Binary |
PrimitiveMath.MIN |
static PrimitiveFunction.Binary |
PrimitiveMath.MULTIPLY |
static PrimitiveFunction.Binary |
PrimitiveMath.POW |
static PrimitiveFunction.Binary |
PrimitiveMath.SUBTRACT |
Copyright © 2019 Optimatika. All rights reserved.