public class VectorBuilder$ extends Object implements scala.Serializable
Modifier and Type | Field and Description |
---|---|
static VectorBuilder$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
VectorBuilder$() |
Modifier and Type | Method and Description |
---|---|
Object |
denseVectorBuilder()
Type class implementation for
DenseVector |
Object |
sparseVectorBuilder()
Type class implementation for
SparseVector |
Object |
vectorBuilder()
Type class implementation for
Vector |
public static final VectorBuilder$ MODULE$
public Object denseVectorBuilder()
DenseVector
public Object sparseVectorBuilder()
SparseVector
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.