NAME
Algorithm::Classifier::IsolationForest::App - the App::Cmd application behind the iforest command
DESCRIPTION
The App::Cmd application class bin/iforest runs. Subcommands live under Algorithm::Classifier::IsolationForest::App::Command:: and are discovered by App::Cmd, so adding a module there adds a command -- there is no registry to update.
They all inherit from Algorithm::Classifier::IsolationForest::App::Command, which App::Cmd also finds by name alone.
METHODS
global_opt_spec
The options every subcommand accepts on top of its own, as the list of arrayrefs Getopt::Long::Descriptive expects. App::Cmd calls this while assembling the option spec for whichever command is about to run.
iforest fit -h # handled through this spec