On Monday, March 17, 2014 8:10 AM, Bikash Gupta <[email protected]>
wrote:
Want to achieve few things
1. Normalize input data of clustering and classification algorithm
Not sure what you consider as normalization, but:
If u r trying to normalize text, Lucene's analyzers do it while generating term
vectors.
If u r trying to normalize the term vectors for clustering, the distance
measure specified while clustering normalizes the values appropriately based on
the chosen distance measure.
2. Normalize output data to plot in graph
The output from clustering is already normalized based on the specified
distanceMeasure (all of the clustered points r).
On Mon, Mar 17, 2014 at 5:32 PM, Suneel Marthi <[email protected]>wrote:
> What r u trying to do?
>
>
>
>
>
> On Monday, March 17, 2014 7:45 AM, Bikash Gupta <[email protected]>
> wrote:
>
> Hi,
>
> Do we have any utility for Column and Row normalization in Mahout?
>
> --
> Thanks & Regards
> Bikash Gupta
>
--
Thanks & Regards
Bikash Kumar Gupta