Package | Description |
---|---|
org.datavec.api.transform | |
org.datavec.api.transform.stringreduce |
Modifier and Type | Method and Description |
---|---|
static StringReduceOp |
StringReduceOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StringReduceOp[] |
StringReduceOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Writable |
StringReducer.reduceStringOrCategoricalColumn(StringReduceOp op,
List<Writable> values) |
Constructor and Description |
---|
Builder(StringReduceOp defaultOp)
Create a StringReducer builder, and set the default column reduction operation.
|
StringReducer(List<String> inputColumns,
StringReduceOp stringReduceOp,
Map<String,ColumnReduction> customReductions,
String outputColumnName) |
Copyright © 2022. All rights reserved.