Package | Description |
---|---|
org.simulator.math |
Classes that contain several mathematical operations.
|
Modifier and Type | Class | 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 | Field | Description |
---|---|---|
protected MeanFunction |
QualityMeasure.meanFunction |
Modifier and Type | Method | Description |
---|---|---|
MeanFunction |
QualityMeasure.getMeanFunction() |
Modifier and Type | Method | Description |
---|---|---|
void |
QualityMeasure.setMeanFunction(MeanFunction meanFunction) |
Constructor | Description |
---|---|
QualityMeasure(double defaultValue,
MeanFunction meanFunction) |
Constructor, which allows setting the parameter values for
QualityMeasure.meanFunction and QualityMeasure.defaultValue . |
Copyright © 2007–2018. All rights reserved.