Example usage for org.apache.mahout.math DenseVector DenseVector

List of usage examples for org.apache.mahout.math DenseVector DenseVector

Introduction

In this page you can find the example usage for org.apache.mahout.math DenseVector DenseVector.

Prototype

public DenseVector() 

Source Link

Document

For serialization purposes only

Usage

From source file:org.trustedanalytics.atk.giraph.aggregators.VectorSumAggregator.java

License:Apache License

@Override
public VectorWritable createInitialValue() {
    return new VectorWritable(new DenseVector());
}