Displaying 2 results from an estimated 2 matches for "dylanb".
Did you mean:
dylan
2006 Apr 10
2
passing known medoids to clara() in the cluster package
Greetings,
I have had good success using the clara() function to perform a simple cluster
analysis on a large dataset (1 million+ records with 9 variables).
Since the clara function is a wrapper to pam(), which will accept known medoid
data - I am wondering if this too is possible with clara() ... The
documentation does not suggest that this is possible.
Essentially I am trying to
2006 Aug 15
0
Mocha - dynamic method calling
Hi Dylan,
See my comments inline.
On 15/08/06, Dylan Bruzenak <dylanb at digitalvalence.com> wrote:
> I had to put in the method() change so that I could do:
>
> phone_book = mock
> phone_book.method(''lookup'').call(''jim'', ''johnson'', ''tx'')
>
> and have it behave as if I had ju...