Displaying 2 results from an estimated 2 matches for "silhouet".
Did you mean:
silhouete
2003 Feb 21
0
Var problem
> Regarding a new problem:
> for (i in 1:5) { z <- clara(adata, i) plot(z) }
> in the above code in the plot screen
> I get something like: clusplot(clara(x=adata,i)) as title;
> in the 2nd type of plot I get
> silhouete plot of clara(x=adata,k=i,samples=50)
>
> How can I pass the real value to the i?
> What kind of command "transform" a var into their own value ?
> I tried using something like ~i , %i , but with no luck...
> Comments ?
> Any undocumented feature...
2003 Feb 21
1
Help Var passing in function
...to the fast answer regarding the "Clustplot problem"...
Regarding a new problem:
for (i in 1:5)
{
z <- clara(adata, i)
plot(z)
}
in the above code in the plot screen I get something like:
clusplot(clara(x=adata,i)) in title
in the 2nd type of plot I get
silhouete plot of clara(x=adata,k=i,samples=50)
How can I pass the real value to the i?
What kind of command "transform" a var into their own value ?
I tried using something like ~i , %i , but with no luck...
Comments ?
Any undocumented feature ?