DZone

Here is a Java/Scala code snippet that shows how you can get the categorical values for each enum/factor predictor from H2O POJO and MOJO Models.

To get the list of all column names in your POJO/MOJO model, you can try the following:

Source: DZone