You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hivemall.apache.org by takuti <gi...@git.apache.org> on 2017/06/23 21:37:33 UTC

[GitHub] incubator-hivemall issue #89: [HIVEMALL-120] Refactor on LDA/pLSA's mini-bat...

Github user takuti commented on the issue:

    https://github.com/apache/incubator-hivemall/pull/89
  
    At first, I planned to replace `String[][] miniBatch` with things like `FeatureValue[][] miniBatch` similarly to the generic predictor implementation; that is, instead of dealing word counts as String e.g. "foo:10," I tried to represent them as `FeatureValue` for readability. However, since `PLSAPredictionUDAF` and `LDAPredictionUDAF` need to create OI for such word counts, Java standard string object is much more handy rather than `FeatureValue` objects.
    
    Thus, document is still represented as an array (or list) of String for now.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---