Uses of Record Class
com.knezevic.edaf.v3.persistence.query.AlgorithmComparisonRow
Packages that use AlgorithmComparisonRow
Package
Description
Read-side query models and repository contracts.
-
Uses of AlgorithmComparisonRow in com.knezevic.edaf.v3.persistence.query
Methods in com.knezevic.edaf.v3.persistence.query that return types with arguments of type AlgorithmComparisonRowModifier and TypeMethodDescriptionProblemComparisonReport.algorithms()Returns the value of thealgorithmsrecord component.Constructor parameters in com.knezevic.edaf.v3.persistence.query with type arguments of type AlgorithmComparisonRowModifierConstructorDescriptionProblemComparisonReport(String problemType, String objectiveDirection, Double targetFitness, List<AlgorithmComparisonRow> algorithms, List<PairwiseTestResult> pairwiseWilcoxon, FriedmanTestResult friedman, List<ProfileSeries> dataProfiles, List<ProfileSeries> performanceProfiles) Creates an instance of aProblemComparisonReportrecord class.