Structures
The following structures are available globally.
-
Undocumented
See moreDeclaration
Swift
public struct ArrayWithShape<Element> : Equatable, Sequence, ShapeData where Element : Equatable
extension ArrayWithShape: FloatData where Element == Float
extension ArrayWithShape: Int32Data where Element == Int32
extension 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