HI,
I am using teradataR (1.01) to do some clustering analysis, but I found the td.kmeans function can only receive a full table as the input.
So my question is can I assign some columns to td.kmeans and make it do analysis only on these columns?
like this way:
> test <- td.data.frame("test", "testdb")
> td.kmeans( cbind(test["x"], test["y"]) )
Forums: