FeatureLike
Create an alias of this feature with the desired name (note will not work on raw features)
Create an alias of this feature with the desired name (note will not work on raw features)
desired feature name
alias of the feature
Create an alias of this feature by capturing the val name (note will not work on raw features)
Create an alias of this feature by capturing the val name (note will not work on raw features)
alias of the feature
Tests whether a predicate holds for feature[A]
Tests whether a predicate holds for feature[A]
predicate to apply on feature[A]
feature[Binary]
FeatureLike
Filter feature[A] using the predicate.
Filter feature[A] using the predicate. Filtered out values are replaced with a default.
predicate A => Boolean
default value if predicate returns false
feature of type A
Quaternary transform (feature[A], feature[B], feature[C], feature[D]) => feature[E]
Quaternary transform (feature[A], feature[B], feature[C], feature[D]) => feature[E]
map (A, B, C, D) => E
feature of type E
Ternary transform (feature[A], feature[B], feature[C]) => feature[D]
Ternary transform (feature[A], feature[B], feature[C]) => feature[D]
map (A, B, C) => D
feature of type D
Binary transform (feature[A], feature[B]) => feature[C]
Binary transform (feature[A], feature[B]) => feature[C]
map (A, B) => C
feature of type C
Unary transform feature[A] => feature[B]
Unary transform feature[A] => feature[B]
map A => B
feature of type B
Apply ToOccur transformer shortcut function This version allows a user to specify a non default matchFn
Apply ToOccur transformer shortcut function This version allows a user to specify a non default matchFn
transformed feature of type Numeric (doolean)
Apply ToOccur transformer shortcut function
Apply ToOccur transformer shortcut function
transformed feature of type Numeric (doolean)
Replace a matching value with a new one
Replace a matching value with a new one
of type A
of type A
feature of type A
Enrichment functions for Feature[A]
input type