|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectorg.apache.spark.util.Vector.VectorAccumParam$
public static class Vector.VectorAccumParam$
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.spark.AccumulatorParam |
|---|
AccumulatorParam.DoubleAccumulatorParam$, AccumulatorParam.FloatAccumulatorParam$, AccumulatorParam.IntAccumulatorParam$, AccumulatorParam.LongAccumulatorParam$ |
| Field Summary | |
|---|---|
static Vector.VectorAccumParam$ |
MODULE$
Static reference to the singleton instance of this Scala object. |
| Constructor Summary | |
|---|---|
Vector.VectorAccumParam$()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.spark.AccumulatorParam |
|---|
addAccumulator |
| Field Detail |
|---|
public static final Vector.VectorAccumParam$ MODULE$
| Constructor Detail |
|---|
public Vector.VectorAccumParam$()
| Method Detail |
|---|
public Vector addInPlace(Vector t1,
Vector t2)
AccumulableParam
addInPlace in interface AccumulableParam<Vector,Vector>t1 - one set of accumulated datat2 - another set of accumulated data
public Vector zero(Vector initialValue)
AccumulableParam
zero in interface AccumulableParam<Vector,Vector>initialValue - (undocumented)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||