Class ArrayFeatureBuilder

    • Constructor Detail

      • ArrayFeatureBuilder

        public ArrayFeatureBuilder​(FeatureBuilder elementType)
        Creates the ArrayFeatureBuilder.
        Parameters:
        elementType - feature information for elements in the Array
    • Method Detail

      • getDataType

        public java.lang.String getDataType()
        Description copied from interface: FeatureBuilder
        String representation of the Spark DataType for the feature.
        Returns:
        String data type
      • getFeatureType

        public java.lang.String getFeatureType()
        Description copied from interface: FeatureBuilder
        String representation of the feature type in Cortex (e.g. "numeric", "categorical").
        Returns:
        String feature type