EnvisEdge
EnvisEdge copied to clipboard
added doc for Trainer.scala
Description
This PR adds inline documentation to the scala_core/src/main/scala/org/nimbleedge/envisedge/Trainer.scala file.
Relevant Issue
Checklist
- [x] I have followed the Contribution Guidelines and Code of Conduct
- [x] I have commented my code following the NimbleEdge Styleguide
Deploy Preview for goofy-agnesi-4565cb canceled.
| Name | Link |
|---|---|
| Latest commit | f6204b45bb0a12617cbdd36df6f95c70d8307caa |
| Latest deploy log | https://app.netlify.com/sites/goofy-agnesi-4565cb/deploys/631582ecf972d200095d0b43 |
@bashirk Content-wise, it's looking good. But it needs a few modifications like:
- In scala, we write the inline comments before the functions, method, or class. So, please follow it.
Thanks