| 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  | 
RelativeSquaredError
An implementation of the relative squared error with a default value to avoid division by zero. 
 | 
| Constructor and Description | 
|---|
Relative_N_Metric(N_Metric metric)
Initialization with a given  
N_Metric | 
Copyright © 2007–2021. All rights reserved.