Enumerations

The following enumerations are available globally.

  • Indicates if iteration should break (stop) or continue (next).

    See more

    Declaration

    Swift

    public enum AfterIterationOutput
  • Currently supported model formats.

    See more

    Declaration

    Swift

    public enum ModelFormat : String
  • Currently supported data formats.

    See more

    Declaration

    Swift

    public enum DataFormat : String
  • Predefined names of float fields settable in DMatrix. You can set also another fields using method accepting strings.

    See more

    Declaration

    Swift

    public enum FloatField : String
  • Predefined names of uint fields settable in DMatrix. You can set also another fields using method accepting strings.

    See more

    Declaration

    Swift

    public enum UIntField : String
  • Supported types for importance graph.

    See more

    Declaration

    Swift

    public enum Importance : String
  • Supported Booster types.

    See more

    Declaration

    Swift

    public enum BoosterType : String
  • Type of feature.

    See more

    Declaration

    Swift

    public enum FeatureType : String
  • Specify if should be executed at beginning of iteration or at the end.

    See more

    Declaration

    Swift

    public enum LoopPosition