You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mahout.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/08/25 10:07:00 UTC

[jira] [Commented] (MAHOUT-2021) Add Eigenfaces Example

    [ https://issues.apache.org/jira/browse/MAHOUT-2021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16592538#comment-16592538 ] 

ASF GitHub Bot commented on MAHOUT-2021:
----------------------------------------

GitHub user meftim0va opened a pull request:

    https://github.com/apache/mahout/pull/360

    MAHOUT-2021 Add Eigenfaces example

    Closes MAHOUT-2021
    
    Based on Frederic Dang Ngoc: Generating EigenFaces with Mahout SVD to
    recognize person faces
    https://chimpler.wordpress.com/2013/04/17/generating-eigenfaces-
    with-mahout-svd-to-recognize-person-faces/
    
    ### Purpose of PR:
    Please give a short description of what this PR is for.
    
    
    ### Important ToDos
    Please mark each with an "x"
    - [x] A JIRA ticket exists (if not, please create this first)[https://issues.apache.org/jira/browse/ZEPPELIN/]
    - [x] Title of PR is "MAHOUT-XXXX Brief Description of Changes" where XXXX is the JIRA number.
    - [x] Created unit tests where appropriate
    - [x] Added licenses correct on newly added files
    - [ ] Assigned JIRA to self
    - [x] Added documentation in scala docs/java docs, and to website
    - [x] 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/meftim0va/mahout issue-mahout-2021

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/mahout/pull/360.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 #360
    
----
commit 9afe02a776b7c1ac3b7b64756cd44ce007d7fa6c
Author: Monika Eftimova <me...@...>
Date:   2018-08-25T09:48:56Z

    Add Eigenfaces example
    
    Closes MAHOUT-2021
    
    Based on Frederic Dang Ngoc: Generating EigenFaces with Mahout SVD to
    recognize person faces
    https://chimpler.wordpress.com/2013/04/17/generating-eigenfaces-
    with-mahout-svd-to-recognize-person-faces/

----


> Add Eigenfaces Example
> ----------------------
>
>                 Key: MAHOUT-2021
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-2021
>             Project: Mahout
>          Issue Type: Wish
>          Components: Examples
>    Affects Versions: 0.13.1
>            Reporter: Trevor Grant
>            Assignee: Trevor Grant
>            Priority: Minor
>              Labels: beginner
>             Fix For: 0.14.0
>
>
> Small mods on this ought to about do it. 
> https://github.com/rawkintrevo/cylons/tree/master/eigenfaces



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)