Package

com.spotify

featran

Permalink

package featran

Visibility
  1. Public
  2. All

Type Members

  1. trait CollectionType[M[_]] extends AnyRef

    Permalink
  2. trait FeatureBuilder[T] extends Serializable

    Permalink
  3. class FeatureExtractor[M[_], T] extends Serializable

    Permalink

    Encapsulate features extracted from a FeatureSpec.

    Encapsulate features extracted from a FeatureSpec.

    M

    input collection type, e.g. Array, List

    T

    input record type to extract features from

  4. class FeatureSpec[T] extends AnyRef

    Permalink

    Encapsulate specification for feature extraction and transformation.

    Encapsulate specification for feature extraction and transformation.

    T

    input record type to extract features from

  5. trait FloatingPoint[T] extends Serializable

    Permalink

Value Members

  1. object CollectionType

    Permalink
  2. object FeatureBuilder extends Serializable

    Permalink
  3. object FeatureSpec

    Permalink

    Companion object for FeatureSpec.

  4. object FloatingPoint extends Serializable

    Permalink
  5. package converters

    Permalink
  6. package transformers

    Permalink

Ungrouped