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
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
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
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.
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