subscript(_:)
Accesses a contiguous range of elements.
Declaration
subscript(bounds: Range<Int>) -> Slice<ClassificationDistribution<Label>> { get }Parameters
- bounds:
A range of valid indices in the classification distribution.
Accesses a contiguous range of elements.
subscript(bounds: Range<Int>) -> Slice<ClassificationDistribution<Label>> { get }A range of valid indices in the classification distribution.