Uses of Interface
org.datavec.api.transform.ops.IAggregableReduceOp
-
Packages that use IAggregableReduceOp Package Description org.datavec.api.transform.ops org.datavec.api.transform.reduce org.datavec.api.transform.reduce.impl -
-
Uses of IAggregableReduceOp in org.datavec.api.transform.ops
Classes in org.datavec.api.transform.ops that implement IAggregableReduceOp Modifier and Type Class Description classAggregableCheckingOp<T>classAggregableMultiOp<T>static classAggregatorImpls.AggregableCount<T>static classAggregatorImpls.AggregableCountUnique<T>This distinct count is based on streamlib's implementation of "HyperLogLog in Practice: Algorithmic Engineering of a State of The Art Cardinality Estimation Algorithm", available here.static classAggregatorImpls.AggregableFirst<T>static classAggregatorImpls.AggregableLast<T>static classAggregatorImpls.AggregableMax<T extends Number & Comparable<T>>static classAggregatorImpls.AggregableMean<T extends Number>static classAggregatorImpls.AggregableMin<T extends Number & Comparable<T>>static classAggregatorImpls.AggregablePopulationVariance<T extends Number>This class offers an aggregable reduce operation for the population variance, i.e.static classAggregatorImpls.AggregableProd<T extends Number>static classAggregatorImpls.AggregableRange<T extends Number & Comparable<T>>static classAggregatorImpls.AggregableStdDev<T extends Number>This class offers an aggregable reduce operation for the unbiased standard deviation, i.e.static classAggregatorImpls.AggregableSum<T extends Number>static classAggregatorImpls.AggregableUncorrectedStdDev<T extends Number>This class offers an aggregable reduce operation for the biased standard deviation, i.e.static classAggregatorImpls.AggregableVariance<T extends Number>This class offers an aggregable reduce operation for the unbiased variance, i.e.classByteWritableOp<T>classDispatchOp<T,U>classDispatchWithConditionOp<U>classDoubleWritableOp<T>classFloatWritableOp<T>classIntWritableOp<T>classLongWritableOp<T>static classStringAggregatorImpls.AggregableStringAppendstatic classStringAggregatorImpls.AggregableStringPrependclassStringWritableOp<T>Methods in org.datavec.api.transform.ops with type parameters of type IAggregableReduceOp Modifier and Type Method Description <W extends IAggregableReduceOp<Writable,T>>
voidAggregableCheckingOp. combine(W accu)<U extends IAggregableReduceOp<T,List<Writable>>>
voidAggregableMultiOp. combine(U accu)<W extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableCount. combine(W accu)<U extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableCountUnique. combine(U acc)<W extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableFirst. combine(W accu)<W extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableLast. combine(W accu)<W extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableMax. combine(W accu)<U extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableMean. combine(U acc)<W extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableMin. combine(W accu)<W extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableProd. combine(W accu)<W extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableRange. combine(W accu)<U extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableStdDev. combine(U acc)<W extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableSum. combine(W accu)<U extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableVariance. combine(U acc)<W extends IAggregableReduceOp<Writable,T>>
voidByteWritableOp. combine(W accu)<W extends IAggregableReduceOp<List<T>,List<U>>>
voidDispatchOp. combine(W accu)<W extends IAggregableReduceOp<Writable,T>>
voidDoubleWritableOp. combine(W accu)<W extends IAggregableReduceOp<Writable,T>>
voidFloatWritableOp. combine(W accu)<W extends IAggregableReduceOp<T,V>>
voidIAggregableReduceOp. combine(W accu)<W extends IAggregableReduceOp<Writable,T>>
voidIntWritableOp. combine(W accu)<W extends IAggregableReduceOp<Writable,T>>
voidLongWritableOp. combine(W accu)<W extends IAggregableReduceOp<String,Writable>>
voidStringAggregatorImpls.AggregableStringAppend. combine(W accu)<W extends IAggregableReduceOp<String,Writable>>
voidStringAggregatorImpls.AggregableStringPrepend. combine(W accu)<W extends IAggregableReduceOp<Writable,T>>
voidStringWritableOp. combine(W accu)Constructor parameters in org.datavec.api.transform.ops with type arguments of type IAggregableReduceOp Constructor Description DispatchWithConditionOp(List<IAggregableReduceOp<Writable,List<U>>> ops, List<Condition> conds) -
Uses of IAggregableReduceOp in org.datavec.api.transform.reduce
Methods in org.datavec.api.transform.reduce that return IAggregableReduceOp Modifier and Type Method Description IAggregableReduceOp<List<Writable>,List<Writable>>IAssociativeReducer. aggregableReducer()An aggregation that has the property that reduce(List(reduce(List(l1, l2)), l3)) = reduce(List(l1, reduce(List(l2, l3)))IAggregableReduceOp<List<Writable>,List<Writable>>Reducer. aggregableReducer()static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceBytesColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceColumn(List<ReduceOp> op, ColumnType type, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceDoubleColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceFloatColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceIntColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceLongColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)IAggregableReduceOp<Writable,List<Writable>>AggregableColumnReduction. reduceOp()Reduce a single column.static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceStringOrCategoricalColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceTimeColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData) -
Uses of IAggregableReduceOp in org.datavec.api.transform.reduce.impl
Classes in org.datavec.api.transform.reduce.impl that implement IAggregableReduceOp Modifier and Type Class Description static classGeographicMidpointReduction.AverageCoordinateReduceOpMethods in org.datavec.api.transform.reduce.impl with type parameters of type IAggregableReduceOp Modifier and Type Method Description <W extends IAggregableReduceOp<Writable,List<Writable>>>
voidGeographicMidpointReduction.AverageCoordinateReduceOp. combine(W accu)Methods in org.datavec.api.transform.reduce.impl that return IAggregableReduceOp Modifier and Type Method Description IAggregableReduceOp<Writable,List<Writable>>GeographicMidpointReduction. reduceOp()
-