Package | Description |
---|---|
org.datavec.local.transforms | |
org.datavec.local.transforms.join | |
org.datavec.local.transforms.transform |
Modifier and Type | Field and Description |
---|---|
protected FlatMapFunctionAdapter<K,V> |
BaseFlatMapFunctionAdaptee.adapter |
Constructor and Description |
---|
BaseFlatMapFunctionAdaptee(FlatMapFunctionAdapter<K,V> adapter) |
Modifier and Type | Class and Description |
---|---|
class |
ExecuteJoinFromCoGroupFlatMapFunctionAdapter
Execute a join
|
class |
FilterAndFlattenJoinedValuesAdapter
Doing two things here:
(a) filter out any unnecessary values, and
(b) extract the List
|
Modifier and Type | Class and Description |
---|---|
class |
LocalTransformProcessFunctionAdapter
Function for executing a transform process
|
class |
SequenceSplitFunctionAdapter
Created by Alex on 17/03/2016.
|
Copyright © 2020. All rights reserved.