[
https://issues.apache.org/jira/browse/TINKERPOP3-382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marko A. Rodriguez updated TINKERPOP3-382:
------------------------------------------
Assignee: (was: Marko A. Rodriguez)
> Implement AssortativeMixingVertexProgram.
> -----------------------------------------
>
> Key: TINKERPOP3-382
> URL: https://issues.apache.org/jira/browse/TINKERPOP3-382
> Project: TinkerPop 3
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.0.2-incubating
> Reporter: Marko A. Rodriguez
>
> This is a VertexProgram and a MapReduce job.
> . VertexProgram: for user stated property, send property value message to
> outgoing neighbors. Neighbors save their property value along with the
> property value of their neighbor in a {{List<Pair<Object,Object>>}}.
> . MapReduce: do a SpearmanRank, Pearson, or Kendall Tau correlation on the
> concatenated {{List<Pair<Object,Object>>}} from the VertexProgram -- emit a
> single {{Double}} (the correlation) in the {{generateFinalResult()}}.
> http://vangjee.wordpress.com/2012/02/29/computing-pearson-correlation-using-hadoops-mapreduce-mr-paradigm/
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)