Hello, I'm trying to use the CDBw implementation from Mahout. Given that I have a dataset in CSV format and a clustering solution how can I call CDBw from my java code to evaluate the result? I know I have to build a CDbw evaluator, but how do I set the path and configuration fields?
CDbwEvaluator cdbw = new CDbwEvaluator(,); Cheers, Pablo.
