Displaying 2 results from an estimated 2 matches for "joji".
Did you mean:
jji
2010 Feb 18
3
svm regression
...3
>classTest
a
3
4
5
building the model
model<-svm(dataTrain,classTrain,type="nu-regression")
pred <- predict(model, dataTest)
> pred
1 2
3.008842 3.120078
I don't understand what the above value means.i need the results similar to
classTest.
Thanks,
Joji.
[[alternative HTML version deleted]]
2010 Apr 12
5
How to Catch ZFS error with syslog ?
I have a simple mirror pool with 2 disks. I pulled out one disk to simulate a failed drive. zpool status shows that the pool is in DEGRADED state.
I want syslog to log these type of ZFS errors. I have syslog running and logging all sorts of error to a log server. But this failed disk in ZFS pool did not generate any syslog messages.
ZFS diagnosists engine are online as seen bleow.
hrs1zgpprd1#