Displaying 2 results from an estimated 2 matches for "outseed".
Did you mean:
ourseed
2012 Jun 04
1
aplicar reglas de un kmeans
Buenas tardes. Quisiera saber como puedo aplicar las reglas de un kmeans a
otra base, para hacer un proceso de validaciòn de la segmentaciòn. En SAS,
se cuenta con el argumento "OUTSEED", ¿què debo tener en cuenta en R?
Mil gracias.
--
Luis Alberto López González
[[alternative HTML version deleted]]
2010 Dec 02
1
kmeans() compared to PROC FASTCLUS
...sure how to get at it. Has anybody looked into the differences
in the implementations or have any thoughts on the matter? Below is the code
I'm using in each case.
fit=kmeans(obs[,-1],centers,nstart=25)
*
proc* *fastclus* data=std maxclusters=*2* maxiter=*100* outiter drift
converge=*0.01* outseed=centers out=cluster;
var x y z;
*
run*;
Thanks,
Andy
[[alternative HTML version deleted]]