Package | Description |
---|---|
org.simulator.math |
Classes that contain several mathematical operations.
|
Modifier and Type | Class | 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 |
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 |
RelativeSquaredError |
An implementation of the relative squared error with a default value to avoid
division by zero.
|
Copyright © 2007–2018. All rights reserved.