Package | Description |
---|---|
org.ojalgo.array | |
org.ojalgo.data | |
org.ojalgo.matrix.store | |
org.ojalgo.scalar | |
org.ojalgo.structure |
Modifier and Type | Method and Description |
---|---|
void |
Array2D.modifyAny(Transformation2D<N> modifier) |
Modifier and Type | Field and Description |
---|---|
static Transformation2D<Double> |
DataProcessors.CENTER
Variables centered so that their average will be 0.0
|
static Transformation2D<Double> |
DataProcessors.CENTER_AND_SCALE
Variables will be centered around 0.0 AND scaled to be [-1.0,1.0].
|
static Transformation2D<Double> |
DataProcessors.SCALE
Variables scaled to be within [-1.0,1.0] (divide by largest magnitude regardless of sign).
|
static Transformation2D<Double> |
DataProcessors.STANDARD_SCORE
Will normalise each variable - replace each value with its standard score.
|
Modifier and Type | Method and Description |
---|---|
static Transformation2D<Double> |
DataProcessors.newTransformation2D(Function<SampleSet,UnaryFunction<Double>> definition) |
Modifier and Type | Method and Description |
---|---|
default void |
PhysicalStore.modifyAny(Transformation2D<N> modifier) |
default void |
TransformableRegion.modifyAny(Transformation2D<N> modifier) |
default ElementsSupplier<N> |
ElementsSupplier.operateOnAny(Transformation2D<N> operator) |
Modifier and Type | Class and Description |
---|---|
class |
ComplexNumber
ComplexNumber is an immutable complex number class.
|
static class |
ComplexNumber.Normalised |
class |
Quaternion |
static class |
Quaternion.Versor |
Modifier and Type | Method and Description |
---|---|
void |
Mutate2D.ModifiableReceiver.modifyAny(Transformation2D<N> modifier) |
P |
Stream2D.operateOnAny(Transformation2D<N> operator) |
Copyright © 2019 Optimatika. All rights reserved.