cxxnet icon indicating copy to clipboard operation
cxxnet copied to clipboard

advices on how to understand the code

Open mrfipwa opened this issue 10 years ago • 4 comments

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

mrfipwa avatar Apr 05 '15 17:04 mrfipwa

see https://github.com/dmlc/cxxnet/tree/master/src for a NOTE On code structure

tqchen avatar Apr 05 '15 17:04 tqchen

Thanks. Have already read it and still confused. is there a UML diagram for class structures?

mrfipwa avatar Apr 05 '15 18:04 mrfipwa

Unfortunately there was no UML diagram. But I would suggest you to start from the interface headers (ends with .h), which are heavily documented

tqchen avatar Apr 05 '15 18:04 tqchen

If you have specific questions on code structure or want to contribute on the code note, I would be happy to answer the questions

tqchen avatar Apr 05 '15 18:04 tqchen