Displaying 5 results from an estimated 5 matches for "vote1".
Did you mean:
vote
2001 Nov 29
1
of c, cat, paste, and lists??
..."listing" "pop1" "pop10" "pop2" "pop3"
[26] "pop4" "pop5" "pop6" "pop7" "pop8"
[31] "pop9" "s" "vote1" "vote10" "vote2"
[36] "vote3" "vote4" "vote5" "vote6" "vote7"
[41] "vote8" "vote9" "X"
Now I want the "vote?" variables in a da...
2013 Jan 08
0
bagging SVM Ensemble
...ata=testset, decision.values=F)
prediction2<- predict(modelpoly,newdata=testset, decision.values=F)
prediction3<- predict(modelrad,newdata=testset, decision.values=F)
prediction4<- predict(modeltan,newdata=testset, decision.values=F)
no1<-sum(prediction1==0)
yes1<-sum(prediction1==1)
vote1<-c()
if(yes1>no1) vote1<-1 else vote1<-0
no2<-sum(prediction2==0)
yes2<-sum(prediction2==1)
vote2<-c()
if(yes2>no2) vote2<-1 else vote2<-0
no3<-sum(prediction3==0)
yes3<-sum(prediction3==1)
vote3<-c()
if(yes3>no3) vote3<-1 else vote3<-0
no4<-sum(pr...
2004 Feb 20
1
ocfs hung
...0 0 0 0 0 0 0 0 0 0 0
0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0
[root@dc1node1 root]# debugocfs -v 0-1 /dev/sdd
vote0:
seq_num = 1204
dir_ent = 34122240
open_handle = No
Vote0 = (0x00000000)
Vote1 = FLAG_VOTE_NODE (0x00000001)
vote1:
seq_num = 1205
dir_ent = 34343936
open_handle = No
Vote0 = FLAG_VOTE_NODE (0x00000001)
Vote1 = (0x00000000)
[root@dc1node1 root]# debugocfs -p 0-1 /dev/sdd
publish0:
time = 2508321.2554391394
vote = No...
2007 Dec 20
3
ActiveRecords Eager Loading
Hi,
I am doing an eager loading in ruby on rails using below statement
------------------------
Article.find(:all, :include => [:asset, :vote],
:conditions=>"assets.parent_id is null",
:order=>"stat_final_ranking desc", :limit=>20)
---------------------------------------
the above statement resulted in this expensive query.
2009 May 04
2
FW: Oracle 9204 installation on linux x86-64 on ocfs
Hello All,
I have installed Oracle Cluster Manager on linux x86-64 nit. I am using ocfs file system for quorum file. But I am getting following error. Please see ocfs configureation below. I would appreciate, if someone could help me to understand if I am doing something wrong. Thanks in advance.
--------------------------------------------------cm.log file ----------------------------
oracm,