tantikristanti/NERD_KID

Refactor main classes

Opened this issue · 0 comments

  • Replace all input by keyboard with parameters. All the
    Scanner input = new Scanner(System.in)
    should be replaced by a command line parameters list.

  • Move all the Mainclasses (training, prediction etc) in a single Main class where the selection is done by command line parameters