Package | Description |
---|---|
org.simulator.math |
Classes that contain several mathematical operations.
|
Modifier and Type | Class and Description |
---|---|
class |
EuclideanDistance
Class for computation of the Euclidean distance of two vectors.
|
class |
ManhattanDistance
Class for computation of the Manhattan distance of two vectors.
|
class |
MaxAbsDistance
An implementation of maxAbsDistance.
|
class |
MaxDivergenceTolerance
An implementation of core comparison metric of the simulator's result with the pre-defined
results.
|
class |
N_Metric
An implementation of an n-metric.
|
class |
PearsonCorrelation
Implementation of the Pearson correlation.
|
class |
Relative_N_Metric
Computes the relative distance of two vectors based on the
N_Metric distance. |
class |
RelativeEuclideanDistance
Class for computation of the relative Euclidean distance of two vectors.
|
class |
RelativeManhattanDistance
Class for computation of the relative Manhattan distance of two vectors.
|
class |
RelativeMaxDistance
Computes the relative distance of two vectors based on the
MaxAbsDistance distance. |
class |
RelativeSquaredError
An implementation of the relative squared error with a default value to avoid division by zero.
|
Copyright © 2007–2021. All rights reserved.