Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.
This repository was archived by the owner on May 7, 2021. It is now read-only.

Is this mathematically correct? #19

@torstenbm

Description

@torstenbm

Forgive me if I am wrong, but on this line

return this.getFeatureCount(feature, category) / (float) this.getFeatureCount(feature);

would not
return this.getFeatureCount(feature, category) / (float) this.getFeatureCount(feature);
return P(category | feature) rather than P(feature | category)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions