You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to add comments for all public classes and public methods within the classes so that we are able to run javadoc to create an API documentation automatically.
Especially, we need detailed explanation for the following classes:
ComputeTask
(what are the steps done in ComputeTask and how ComputeTask uses group comm, considering finite state machine that describes Controller and Compute Task state changes)
DataParser
(how DataParser is working. There are two methods: parse and get. Why do you have two)
Driver
(main logic of the Driver)
Stage
(main logic of a Stage)
UserJobInfo
UserParameters
(what are needed at Driver, and ControllerTask explicitly)
KeyValueStore
(how we use this key value store)
UserComputeTask
(iteration)
Each Machine Learning Algorithm and its important parameters
FlexionConfiguration
FlexionParameters
The text was updated successfully, but these errors were encountered:
We have to add comments for all public classes and public methods within the classes so that we are able to run javadoc to create an API documentation automatically.
Especially, we need detailed explanation for the following classes:
(what are the steps done in ComputeTask and how ComputeTask uses group comm, considering finite state machine that describes Controller and Compute Task state changes)
(how DataParser is working. There are two methods: parse and get. Why do you have two)
(main logic of the Driver)
(main logic of a Stage)
(what are needed at Driver, and ControllerTask explicitly)
(how we use this key value store)
(iteration)
The text was updated successfully, but these errors were encountered: