[
https://issues.apache.org/jira/browse/MAHOUT-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14169272#comment-14169272
]
Pat Ferrel edited comment on MAHOUT-1618 at 10/13/14 3:04 PM:
--------------------------------------------------------------
The spark-itemsimilarity CLI driver is just ItemSimilarityDriver.scala so you
can clone that and do whatever you want. Create your own project and import and
needed Mahout from jars you build. Note that PR #69
https://github.com/apache/mahout/pull/59 will do some refactoring of that code
but leaves the CLI unchnaged. Expect that PR to go into the repo tomorrow.
Remember that if don't use the CLI you will be expecting a knowledge of scala
where using the CLI will make your tutorial work with any language or web app
framework.
Either case you have to plan:
1) what search engine to use
2) how to store user history (will become the query)
3) how to store the indicator matrix for indexing
4) what data to use
was (Author: pferrel):
The spark-itemsimilarity CLI driver is just ItemSimilarityDriver.scala so you
can clone that and do whatever you want. Create your own project and import and
needed Mahout from jars you build. Not that PR #69
https://github.com/apache/mahout/pull/59 will do some refactoring of that code
but leaves the CLI unchnaged. Expect that PR to go into the repo tomorrow.
Remember that if don't use the CLI you will be expecting a knowledge of scala
where using the CLI will make your tutorial work with any language or web app
framework.
Either case you have to plan:
1) what search engine to use
2) how to store user history (will become the query)
3) how to store the indicator matrix for indexing
4) what data to use
> Cooccurrence Recommender example and documentation
> ---------------------------------------------------
>
> Key: MAHOUT-1618
> URL: https://issues.apache.org/jira/browse/MAHOUT-1618
> Project: Mahout
> Issue Type: Documentation
> Components: Examples
> Affects Versions: collections-1.0
> Reporter: Thejas Prasad
> Priority: Trivial
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)