Structures
The following structures are available globally.
-
Undocumented
See moreDeclaration
Swift
public struct ArrayWithShape<Element> : Equatable, Sequence, ShapeData where Element : Equatableextension ArrayWithShape: FloatData where Element == Floatextension ArrayWithShape: Int32Data where Element == Int32extension ArrayWithShape: UInt32Data where Element == UInt32 -
Undocumented
See moreDeclaration
Swift
public struct ArrayWithShapeIterator<Element> : IteratorProtocol where Element : Equatable -
Struct holding information about feature.
See moreDeclaration
Swift
public struct Feature : Equatable -
Struct representating parameter for Booster. See https://xgboost.readthedocs.io/en/latest/parameter.html for available parameters.
See moreDeclaration
Swift
public struct Parameter : Equatable, Codable
View on GitHub
Structures Reference