[R] Need help building combined model

2009-05-06 Thread E Cell
I have two kind of variables. One kind where the values are continuous and ranges from -1 to 5, and the other is boolean (i.e. true or false). For example: V1   V2  V3 V4 V5  V6 0.1  0.4   1    0   -1   3.7 0.4  0.1   2   -1   0    3.7 and V1  V2  V3 0 1    0 0     0    1 I want to make

[R] Need help building combined model

2009-05-06 Thread E Cell
I have two kind of variables. One kind where the values are continious and ranges from -1 to 5, and the other is boolean (i.e. true or false). For example: V1   V2  V3 V4 V5  V6 0.1  0.4   1    0   -1   3.7 0.4  0.1   2   -1   0    3.7 and V1  V2  V3 0 1    0 0     0    1 I want to mak

[R] Need help building combined model

2009-05-06 Thread E Cell
I have two kind of variables. One kind where the values are continious and ranges from -1 to 5, and the other is boolean (i.e. true or false). For example: V1   V2  V3 V4 V5  V6 0.1  0.4   1    0   -1   3.7 0.4  0.1   2   -1   0    3.7 and V1  V2  V3 0 1    0 0     0    1 I want to make

[R] (no subject)

2008-06-17 Thread E Cell
Hi, I am trying to train svm with some training data of about 4000 rows and 4000 columns. While running svm function I am ending up with the following error. trainfile <- read.csv('train_16435.csv',head=TRUE,na.strings = "NULL") datatrain <- subset(trainfile,select=c(-Class)) model <- svm(datat