Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

On accuracy evaluation #47

@TomSang

Description

@TomSang

As I know F1 score is usually used for accuracy evaluation. But I don't know the following concepts,

In TestActivity.java,
double accuracy_reference = (double) matches_reference / (double) total_reference;
double accuracy_deviation = (double) matches_deviation / (double) total_deviation;
double robustness = accuracy_deviation / accuracy_reference;

Could you give out explanations on these concepts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions