Package apple.coreml.enums
Class MLFeatureType
- java.lang.Object
-
- apple.coreml.enums.MLFeatureType
-
public final class MLFeatureType extends java.lang.ObjectSupported data type enumeration
-
-
Field Summary
Fields Modifier and Type Field Description static longDictionaryNumerically weighted hashable objects (e.g. word counts)static longDoubleContinuous valuesstatic longImageCVPixelBufferRefstatic longInt64Discrete values, sometimes used to hold numeric encoding of a categorical valuestatic longInvalidstatic longMultiArrayMLMultiArraystatic longSequenceMLSequence.static longStringText or categorical strings
-
-
-
Field Detail
-
Invalid
public static final long Invalid
- See Also:
- Constant Field Values
-
Int64
public static final long Int64
Discrete values, sometimes used to hold numeric encoding of a categorical value- See Also:
- Constant Field Values
-
Double
public static final long Double
Continuous values- See Also:
- Constant Field Values
-
String
public static final long String
Text or categorical strings- See Also:
- Constant Field Values
-
Image
public static final long Image
CVPixelBufferRef- See Also:
- Constant Field Values
-
MultiArray
public static final long MultiArray
MLMultiArray- See Also:
- Constant Field Values
-
Dictionary
public static final long Dictionary
Numerically weighted hashable objects (e.g. word counts)- See Also:
- Constant Field Values
-
Sequence
public static final long Sequence
MLSequence. Ordered collection of feature values with the same type- See Also:
- Constant Field Values
-
-