Roland-Winkler / EDMOAL

EDMOAL (Efficient Data Mining on Algebraic Limits) is a data mining tool focused on algorithms that are able to analyse huge data sets in a complex manner. Many analysis algorithm require some sort of algebraic structure of the data. The tool is intended to provide functionalities and algorithms on the algebraic limits of the data set.
Other
1 stars 0 forks source link

rename functions with "get..." that are not getters to non- "get..." names. #13

Open Roland-Winkler opened 12 years ago

Roland-Winkler commented 12 years ago

the name convention of "getValue" should only be used if the function just returns the value of an internal variable. It should not be used for higher level functions.