[
https://issues.apache.org/jira/browse/MAHOUT-1991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16093614#comment-16093614
]
ASF GitHub Bot commented on MAHOUT-1991:
----------------------------------------
GitHub user AdityaAS opened a pull request:
https://github.com/apache/mahout/pull/334
[WIP] MAHOUT-1991
Added code for incore DBSCAN ( O(n^2) ) complexity.
I added the code, need feedback from the community members on structuring
it properly and make it usable. I keep getting confused on how to structure it
appropriately.
@rawkintrevo do help me out.
### Important ToDos
Please mark each with an "x"
- [ ] A JIRA ticket exists (if not, please create this
first)[https://issues.apache.org/jira/browse/ZEPPELIN/]
- [ ] Title of PR is "MAHOUT-XXXX Brief Description of Changes" where XXXX
is the JIRA number.
- [ ] Created unit tests where appropriate
- [ ] Added licenses correct on newly added files
- [ ] Assigned JIRA to self
- [ ] Added documentation in scala docs/java docs, and to website
- [ ] Successfully built and ran all unit tests, verified that all tests
pass locally.
If all of these things aren't complete, but you still feel it is
appropriate to open a PR, please add [WIP] after MAHOUT-XXXX before the
descriptions- e.g. "MAHOUT-XXXX [WIP] Description of Change"
Does this change break earlier versions?
Is this the beginning of a larger project for which a feature branch should
be made?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/AdityaAS/mahout MAHOUT-1991
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mahout/pull/334.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #334
----
commit 790005be3b149de2b515ddb2b77eb75ab73d0f1a
Author: AdityaAS <[email protected]>
Date: 2017-07-19T18:54:47Z
Added code for incore DBSCAN ( O(n^2) ) complexity.
----
> Implement naive DBSCAN Algorithm - O(n^2) complexity
> ----------------------------------------------------
>
> Key: MAHOUT-1991
> URL: https://issues.apache.org/jira/browse/MAHOUT-1991
> Project: Mahout
> Issue Type: New Feature
> Components: Algorithms
> Reporter: Aditya AS
> Assignee: Aditya AS
>
> Implement the naive DBSCAN algorithm in Mahout Samsara, as part of the
> Algorithms Framework.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)