[jira] [Commented] (MAHOUT-1601) Add javadoc for the classes - as there is no clue what the class is for .

2014-08-07 Thread Harish Kayarohanam (JIRA)

[ 
https://issues.apache.org/jira/browse/MAHOUT-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14089450#comment-14089450
 ] 

Harish Kayarohanam commented on MAHOUT-1601:


I was digging into to find which UserSimilarity will suit my use case . At that 
time I found this class without any comments or doc . I was struggling to 
understand what it is . That's why I wanted someone to add doc so that no one 
else will struggle like the way I did . I don't have suggestions on which would 
be the right comment .
I am not so sure about how it works .
May be someone else who is  well versed with this can guide fixing this one .


 Add javadoc for the classes - as there is no clue what the class is for .
 -

 Key: MAHOUT-1601
 URL: https://issues.apache.org/jira/browse/MAHOUT-1601
 Project: Mahout
  Issue Type: Documentation
  Components: Documentation
Reporter: Harish Kayarohanam
Priority: Minor
  Labels: documentation

 I found that the following classes 
 org.apache.mahout.cf.taste.impl.neighborhood.DummySimilarity
 org.apache.mahout.cf.taste.impl.similarity.GenericUserSimilarity
 org.apache.mahout.cf.taste.impl.similarity.LogLikelihoodSimilarity
 did not have java doc . So I was unable to find what these classes are for .
 Shall we add java doc for the same ?



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (MAHOUT-1601) Add javadoc for the classes - as there is no clue what the class is for .

2014-08-07 Thread Harish Kayarohanam (JIRA)

[ 
https://issues.apache.org/jira/browse/MAHOUT-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14090078#comment-14090078
 ] 

Harish Kayarohanam commented on MAHOUT-1601:


I am doing analytics for github .
where after processing data with map reduce I am left with data like
name1,language1,numberoflinesofcode1
name1,language2,numberoflinesofcode2
name2,language2,numberoflinesofcode3
name4,language4,numberoflinesofcode4
.
.
.

where numberoflinesofcode1 is any arbitrary number(like 2 or 4 or 1000 or 500 ) 
, when I was using similarity and finding neighborhood , did not know which 
UserSimilarity will be suitable for my use case . 
This is the problem I am dealing with.

The example given in book are having the third vale which is the preference 
value within 5 .so there its not a problem.
but here I don't feeling representing the big number out of 5 will work . so 
was trying to find if anything could find similarity with the actual value(I 
may be wrong in even expecting that) .

 Add javadoc for the classes - as there is no clue what the class is for .
 -

 Key: MAHOUT-1601
 URL: https://issues.apache.org/jira/browse/MAHOUT-1601
 Project: Mahout
  Issue Type: Documentation
  Components: Documentation
Reporter: Harish Kayarohanam
Priority: Minor
  Labels: documentation

 I found that the following classes 
 org.apache.mahout.cf.taste.impl.neighborhood.DummySimilarity
 org.apache.mahout.cf.taste.impl.similarity.GenericUserSimilarity
 org.apache.mahout.cf.taste.impl.similarity.LogLikelihoodSimilarity
 did not have java doc . So I was unable to find what these classes are for .
 Shall we add java doc for the same ?



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (MAHOUT-1601) Add javadoc for the classes - as there is no clue what the class is for .

2014-08-06 Thread Harish Kayarohanam (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAHOUT-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harish Kayarohanam updated MAHOUT-1601:
---

Issue Type: Documentation  (was: Bug)

 Add javadoc for the classes - as there is no clue what the class is for .
 -

 Key: MAHOUT-1601
 URL: https://issues.apache.org/jira/browse/MAHOUT-1601
 Project: Mahout
  Issue Type: Documentation
  Components: Documentation
Reporter: Harish Kayarohanam
Priority: Minor
  Labels: documentation

 I found that the following classes 
 org.apache.mahout.cf.taste.impl.neighborhood.DummySimilarity
 org.apache.mahout.cf.taste.impl.similarity.GenericUserSimilarity
 org.apache.mahout.cf.taste.impl.similarity.LogLikelihoodSimilarity
 did not have java doc . So I was unable to find what these classes are for .
 Shall we add java doc for the same ?



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (MAHOUT-1601) Add javadoc for the classes - as there is no clue what the class is for .

2014-08-06 Thread Harish Kayarohanam (JIRA)

 [ 
https://issues.apache.org/jira/browse/MAHOUT-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Harish Kayarohanam updated MAHOUT-1601:
---

Priority: Minor  (was: Major)

 Add javadoc for the classes - as there is no clue what the class is for .
 -

 Key: MAHOUT-1601
 URL: https://issues.apache.org/jira/browse/MAHOUT-1601
 Project: Mahout
  Issue Type: Bug
  Components: Documentation
Reporter: Harish Kayarohanam
Priority: Minor
  Labels: documentation

 I found that the following classes 
 org.apache.mahout.cf.taste.impl.neighborhood.DummySimilarity
 org.apache.mahout.cf.taste.impl.similarity.GenericUserSimilarity
 org.apache.mahout.cf.taste.impl.similarity.LogLikelihoodSimilarity
 did not have java doc . So I was unable to find what these classes are for .
 Shall we add java doc for the same ?



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Created] (MAHOUT-1601) Add javadoc for the classes - as there is no clue what the class is for .

2014-08-01 Thread Harish Kayarohanam (JIRA)
Harish Kayarohanam created MAHOUT-1601:
--

 Summary: Add javadoc for the classes - as there is no clue what 
the class is for .
 Key: MAHOUT-1601
 URL: https://issues.apache.org/jira/browse/MAHOUT-1601
 Project: Mahout
  Issue Type: Bug
  Components: Documentation
Reporter: Harish Kayarohanam


I found that the following classes 
org.apache.mahout.cf.taste.impl.neighborhood.DummySimilarity
org.apache.mahout.cf.taste.impl.similarity.GenericUserSimilarity
org.apache.mahout.cf.taste.impl.similarity.LogLikelihoodSimilarity

did not have java doc . So I was unable to find what these classes are for .
Shall we add java doc for the same ?



--
This message was sent by Atlassian JIRA
(v6.2#6252)