Package | Description |
---|---|
org.simulator.math |
Classes that contain several mathematical operations.
|
Modifier and Type | Class and Description |
---|---|
class |
ArithmeticMean
Class that computes the arithmetic mean of the given column distances.
|
class |
DistanceSum
Sets the overall distance to the sum of the column distances.
|
Modifier and Type | Method and Description |
---|---|
MeanFunction |
QualityMeasure.getMeanFunction() |
Modifier and Type | Method and Description |
---|---|
void |
QualityMeasure.setMeanFunction(MeanFunction meanFunction) |
Constructor and Description |
---|
QualityMeasure(double defaultValue,
MeanFunction meanFunction)
Constructor, which allows setting the parameter values for
QualityMeasure.meanFunction and QualityMeasure.defaultValue . |
Copyright © 2007–2021. All rights reserved.