Closed angeloskath closed 8 years ago
I am thinking the ldaplusplus
for the top-level namespace and then:
optimization
to hold GradientDescent and the various functionscorpus
to hold the corpus and document classes and interfacesem
to hold the various Expectation and Maximization stepsevents
to hold the various eventsall the rest like LDA, LDABuilder and utils should reside in the top-level namespace. Also I am thinking we should mirror the namespaces in folder names.
What do you think @paschalidoud ?
Most code is in the global namespace and there exist no inner namespaces to organize the different parts of the code.