Uses of Record Class
com.knezevic.edaf.v3.persistence.query.ExperimentAnalytics
Packages that use ExperimentAnalytics
Package
Description
Read-side query models and repository contracts.
REST and MVC controllers for run/experiment analytics.
-
Uses of ExperimentAnalytics in com.knezevic.edaf.v3.persistence.query
Methods in com.knezevic.edaf.v3.persistence.query that return ExperimentAnalyticsModifier and TypeMethodDescriptionJdbcRunRepository.analyzeExperiment(String experimentId, String objectiveDirection, Double targetFitness) RunRepository.analyzeExperiment(String experimentId, String objectiveDirection, Double targetFitness) Computes experiment-level aggregate analytics and profile curves. -
Uses of ExperimentAnalytics in com.knezevic.edaf.v3.web.controller
Methods in com.knezevic.edaf.v3.web.controller that return ExperimentAnalyticsModifier and TypeMethodDescriptionApiController.experimentAnalytics(String experimentId, String direction, Double target)