Skip to content

Naming consistency with respect to the Weka lib #8

Open
@paulgoetze

Description

@paulgoetze

Are there deeper thoughts behind using singular names for the Weka modules as Weka::Filter, Weka::Clusterer and Weka::Classifier instead of the plural names used in the original weka library Weka::Filters, Weka::Clusterers and Weka::Classifiers? (Whereas they are placed in plural named directories.)

For me, plural forms would make absolutely sense since there are e.g. several classifier modules and classes in the Weka::Classifier module. Consistency might also help in refering to the weka documentation.

Maybe then also the <Part>_utils modules should be nested in a Weka::<Part> module, so their name can be a simple Utils.

What do you think?

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