Enumerations
The following enumerations are available globally.
-
Indicates if iteration should break (stop) or continue (next).
See moreDeclaration
Swift
public enum AfterIterationOutput
-
Currently supported model formats.
See moreDeclaration
Swift
public enum ModelFormat : String
-
Currently supported data formats.
See moreDeclaration
Swift
public enum DataFormat : String
-
Predefined names of float fields settable in DMatrix. You can set also another fields using method accepting strings.
See moreDeclaration
Swift
public enum FloatField : String
-
Predefined names of uint fields settable in DMatrix. You can set also another fields using method accepting strings.
See moreDeclaration
Swift
public enum UIntField : String
-
Supported types for importance graph.
See moreDeclaration
Swift
public enum Importance : String
-
Supported Booster types.
See moreDeclaration
Swift
public enum BoosterType : String
-
Type of feature.
See moreDeclaration
Swift
public enum FeatureType : String
-
Specify if should be executed at beginning of iteration or at the end.
See moreDeclaration
Swift
public enum LoopPosition