Displaying 1 result from an estimated 1 matches for "manhatan".
Did you mean:
manhattan
2004 Jan 30
1
How to create own distance measure in cluster ?
Hi everyone,
I want to create my own distance measure, other than 'euclidean' or
'manhatan', to use in cluster pckgs. To do this I think that I need to
change dist(), in mva pckg, or daisy(), in cluster pckg. (or is there a
cleaver way ?)
But this functions are in fact things like: .Fortran( "daisy", ... ) or
.C("dist",...).
I tried unsuccessfully to find sourc...