-3

I have installed mahout and test run several examples; would it be safe to say that one of Mahout's advantages it being used for unstructured data (scalability aside)?

skaffman
  • 398,947
  • 96
  • 818
  • 769

1 Answers1

0

No... most of the algorithms take fairly specifically structured input like vectors or user-item pairs. There are some tools for vectorizing text docs which are unstructured. But no I wouldn't call it a tool primarily for unstructured data.

Sean Owen
  • 66,182
  • 23
  • 141
  • 173