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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to