Package | Description |
---|---|
org.datavec.api.transform.ops | |
org.datavec.api.transform.reduce | |
org.datavec.api.transform.reduce.geo | |
org.datavec.api.transform.reduce.impl |
Class and Description |
---|
AggregatorImpls.AggregableStdDev
This class offers an aggregable reduce operation for the unbiased standard deviation, i.e. the estimator
of the square root of the arithmetic mean of squared differences to the mean, corrected with Bessel's correction.
|
AggregatorImpls.AggregableVariance
This class offers an aggregable reduce operation for the unbiased variance, i.e. the estimator
of the arithmetic mean of squared differences to the mean, corrected with Bessel's correction.
|
DispatchOp
This class takes many
IAggregableReduceOp , each acting on one field, and each returning several
Writable elements, in the form of a list of Writable . |
IAggregableReduceOp
Created by huitseeker on 4/28/17.
|
Class and Description |
---|
IAggregableReduceOp
Created by huitseeker on 4/28/17.
|
Class and Description |
---|
IAggregableReduceOp
Created by huitseeker on 4/28/17.
|
Class and Description |
---|
IAggregableReduceOp
Created by huitseeker on 4/28/17.
|
Copyright © 2020. All rights reserved.