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 |
RelativeSquaredError |
An implementation of the relative squared error with a default value to avoid
division by zero.
|
Modifier and Type | Field | Description |
---|---|---|
protected N_Metric |
Relative_N_Metric.metric |
The metric the relative distance is based on.
|
Constructor | Description |
---|---|
Relative_N_Metric(N_Metric metric) |
Initialization with a given
N_Metric |
Copyright © 2007–2018. All rights reserved.