advices on how to understand the code
Hi
I have been using cxxnet for a few weeks and in general like it. so I was trying to understand the code (as opposed to know how to use it) and got quite a bit trouble. Can you suggest a way to understand the code structure?
Thanks
see https://github.com/dmlc/cxxnet/tree/master/src for a NOTE On code structure
Thanks. Have already read it and still confused. is there a UML diagram for class structures?
Unfortunately there was no UML diagram. But I would suggest you to start from the interface headers (ends with .h), which are heavily documented
If you have specific questions on code structure or want to contribute on the code note, I would be happy to answer the questions