cz.cuni.mff.ksi.jinfer.iss.experiments.interfaces
Interface QualityMeasurement
- All Known Implementing Classes:
- Weight
public interface QualityMeasurement
Interface for measuring quality of a certain solution (IdSet)
in the context of an experiment.
|
Method Summary |
Quality |
measure(Experiment experiment,
IdSet solution)
Returns the quality of the provided solution in the context of the provided
experiment. |
measure
Quality measure(Experiment experiment,
IdSet solution)
- Returns the quality of the provided solution in the context of the provided
experiment.
- Parameters:
experiment - Experiment in context of which to measure the quality.solution - Solution for which the quality should be calculated.
- Returns:
- Quality of the solution in the context of the experiment.
Generated on Fri Dec 9 00:01:25 CET 2011