Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Open a console window at $SNAP_INSTALL_DIR$/bin and type: gpt -h.
This will print out a short description of what the tool is good for and describes the arguments and options of the tool. Also a list of public available operators is displayed.

Image Modified

The usage text for a concrete operator can be displayed by executing gpt $OperatorName$ -h.
In the following image the usage text for the KMeansClusterAnalysis operator is printed.

Image Modified

The usage text of an operator also displays a template clipping of the operators configuration when used in a graph.

...