Open
Description
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
Labels
No labels