public static class Vector.VectorAccumParam$ extends java.lang.Object implements AccumulatorParam<Vector>
AccumulatorParam.DoubleAccumulatorParam$, AccumulatorParam.FloatAccumulatorParam$, AccumulatorParam.IntAccumulatorParam$, AccumulatorParam.LongAccumulatorParam$
Modifier and Type | Field and Description |
---|---|
static Vector.VectorAccumParam$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Vector.VectorAccumParam$() |
Modifier and Type | Method and Description |
---|---|
Vector |
addInPlace(Vector t1,
Vector t2)
Merge two accumulated values together.
|
Vector |
zero(Vector initialValue)
Return the "zero" (identity) value for an accumulator type, given its initial value.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addAccumulator
public static final Vector.VectorAccumParam$ MODULE$
public Vector addInPlace(Vector t1, Vector t2)
AccumulableParam
addInPlace
in interface AccumulableParam<Vector,Vector>
t1
- one set of accumulated datat2
- another set of accumulated datapublic Vector zero(Vector initialValue)
AccumulableParam
zero
in interface AccumulableParam<Vector,Vector>
initialValue
- (undocumented)