Class | Description |
---|---|
SparkGroupToSequenceFunction |
Spark function for grouping independent values/examples into a sequence, and then sorting them
using a provided
SequenceComparator |
SparkMapToPairByColumnFunction |
Spark function to map a n example to a pair, by using one of the columns as the key.
|
SparkSequenceFilterFunction |
Created by Alex on 5/03/2016.
|
SparkSequenceTransformFunction |
Spark function for transforming sequences using a Transform
|