Vector(DenseVector) as a type?

2015-11-02 Thread Daniel Blazevski
Hello, I am working on the exact knn algorithm in Flink, and I'd like to make the structure more modular. ​I am working off of the initial work of @chiwanpark, and when I print out a variable to the screen, I get something like: ``` training.values = Vector(DenseVector(-0.206, -0.276), DenseVect

errors after updating master branch

2015-11-02 Thread Daniel Blazevski
Hello, I recently made a pull request for an exact knn algorithm, and have been considering to start on the approximate knn algorithm and had an issue with updating the master branch of Flink. I am curious to know what best practices are in terms of keeping up to date with the master branch to av

Re: errors after updating master branch

2015-11-02 Thread Daniel Blazevski
pull request ---> (4) update master ---> (5) create new branch > (6) make pull request ---> repeat (4)-(6) On Mon, Nov 2, 2015 at 5:21 PM, Daniel Blazevski wrote: > Hello, > > I recently made a pull request for an exact knn algorithm, and have been > considering to s

Re: errors after updating master branch

2015-11-02 Thread Daniel Blazevski
gt; > > > - Use the option "Restart and clear caches" > > - Use maven->reimport project > > > > That did the trick for me. Hope it works for you as well. > > > > On Mon, Nov 2, 2015 at 2:26 PM, Daniel Blazevski < > > daniel.blazev.

[jira] [Created] (FLINK-3996) Add addition, subtraction and multiply by scalar to DenseVector.scala and SparseVector.scala

2016-05-31 Thread Daniel Blazevski (JIRA)
Daniel Blazevski created FLINK-3996: --- Summary: Add addition, subtraction and multiply by scalar to DenseVector.scala and SparseVector.scala Key: FLINK-3996 URL: https://issues.apache.org/jira/browse/FLINK-3996