Uses of Class
org.datavec.api.transform.StringReduceOp
-
Packages that use StringReduceOp Package Description org.datavec.api.transform org.datavec.api.transform.stringreduce -
-
Uses of StringReduceOp in org.datavec.api.transform
Methods in org.datavec.api.transform that return StringReduceOp Modifier and Type Method 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. -
Uses of StringReduceOp in org.datavec.api.transform.stringreduce
Methods in org.datavec.api.transform.stringreduce with parameters of type StringReduceOp Modifier and Type Method Description static Writable
StringReducer. reduceStringOrCategoricalColumn(StringReduceOp op, List<Writable> values)
Constructors in org.datavec.api.transform.stringreduce with parameters of type StringReduceOp Constructor 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)
-