Java org.apache.mahout.math DenseVector fields, constructors, methods, implement or subclass

Example usage for Java org.apache.mahout.math DenseVector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.mahout.math DenseVector.

The text is from its open source code.

Constructor

DenseVector(double[] values)
Construct a new instance using provided values
DenseVector(int cardinality)
Construct a new instance of the given cardinality
DenseVector(Vector vector)
Copy-constructor (for use in turning a sparse vector into a dense one, for example)
DenseVector(double[] values, boolean shallowCopy)
DenseVector(DenseVector values, boolean shallowCopy)
DenseVector()
For serialization purposes only

Method