Uses of Class
org.aksw.limes.core.evaluation.quantitativeMeasures.RunRecord
-
Packages that use RunRecord Package Description org.aksw.limes.core.datastrutures org.aksw.limes.core.evaluation.quantitativeMeasures -
-
Uses of RunRecord in org.aksw.limes.core.datastrutures
Methods in org.aksw.limes.core.datastrutures that return RunRecord Modifier and Type Method Description RunRecordEvaluationRun. getQuanititativeRecord()Methods in org.aksw.limes.core.datastrutures with parameters of type RunRecord Modifier and Type Method Description voidEvaluationRun. setQuanititativeRecord(RunRecord quanititativeRecord)Constructors in org.aksw.limes.core.datastrutures with parameters of type RunRecord Constructor Description EvaluationRun(String algorithmName, String datasetName, Map<EvaluatorType,Double> evaluatorsScores, RunRecord quantitativeRecord) -
Uses of RunRecord in org.aksw.limes.core.evaluation.quantitativeMeasures
Fields in org.aksw.limes.core.evaluation.quantitativeMeasures with type parameters of type RunRecord Modifier and Type Field Description protected Map<Long,RunRecord>RunsData. runslist of recorded runs, each with its information like id,time,memory...etcMethods in org.aksw.limes.core.evaluation.quantitativeMeasures that return RunRecord Modifier and Type Method Description RunRecordRunRecord. clone()RunRecordIQuantitativeMeasure. getRun(long runId)It retrieves the run record with its informationRunRecordRunsData. getRun(long runId)Methods in org.aksw.limes.core.evaluation.quantitativeMeasures that return types with arguments of type RunRecord Modifier and Type Method Description List<RunRecord>IQuantitativeMeasure. getRuns()It retrieves a set of run records with their informationList<RunRecord>RunsData. getRuns()Methods in org.aksw.limes.core.evaluation.quantitativeMeasures with parameters of type RunRecord Modifier and Type Method Description voidIQuantitativeMeasure. addRun(RunRecord record)It adds the run record with its informationvoidRunsData. addRun(RunRecord record)voidIQuantitativeMeasure. setRun(long runId, RunRecord record)It sets the run record with its informationvoidRunsData. setRun(long runId, RunRecord record)
-