Package

io.radicalbit.flink.pmml.scala.api

converter

Permalink

package converter

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait VectorConverter[-T] extends Serializable

    Permalink

    Type Class Pattern implementing converters from Flink org.apache.flink.ml.math.Vector instances to internal types; the existing fields (i.e.

    Type Class Pattern implementing converters from Flink org.apache.flink.ml.math.Vector instances to internal types; the existing fields (i.e. value defined fields) are modeled as scala.collection.mutable.Maps; the not existing fields (i.e. NaN values) will not be mapped within the Internal type

Ungrouped