Displaying 2 results from an estimated 2 matches for "formv".
Did you mean:
form
2005 Jul 04
1
compare two lists with differents levels
...teria=c.ID and c.ID=qc.criteria and qc.question=q.ID and fq.question=q.ID and fq.form=f.ID and f.ID=rf.form and rf.release=r.ID and r.ID=pr.release and pr.product=p.ID and r.ID='",param2,"';",sep=""))
data_NA<-matrix(data=0,nrow=length(release$Title),ncol=length(formv$TitleCrit),byrow=TRUE, dimnames=list(as.factor(release$Title),paste(as.factor(formv$TitleCrit),"(",formv$first_letter,")",sep="")))
for (i in 1:length(formv$TitleCrit))
{
for(k in 1: length(release1$TitleCrit))
{
if(formv$TitleCrit[i]==release1$TitleC...
2012 Oct 11
0
Error with cForest
...put file in matrix form. The two questions regarding the script in question (script below) include:
1). After the cForest prints the initial results the error below is displayed:
" Random Forest using Conditional Inference Trees
Number of trees: 500
Response: Light
Inputs: FormH, FormV, Uratio, Void, Transmis
Number of observations: 660
FormH FormV Uratio Void Transmis
2259311332 713202692 4250413991 50551193145 571666638
Error in print.default(occupied$Fan, predicted) :
invalid 'digits' argument"
This error only occurs when I cha...