search for: dtree

Displaying 7 results from an estimated 7 matches for "dtree".

Did you mean: tree
2004 May 15
1
Fwd: filter out many data.frames
...tion(data.frame) { + data <- expand.grid(class02 = c("A","B","C","D"), class04 = c("A","B","C","D"),PREDICT = c("A","B","C","D")) + for (i in 1:nrow(data)){ + X[i]<- dtree[dtree$class02 == paste(data$class02[i]) & dtree$class04 == paste(data$class04[i]) & dtree$PREDICT==paste(data$PREDICT[i]),] + } + return(X[i]) + } > tres(dtree) Error: Object "X" not found
2004 May 18
1
list & calculaton in many df subsets
...hat's posiible for me make any calculaton's with variables in the 64 subset's. Example: I want calculate difference of two variables inside every of the 64 subset data.frames and getting this value in tList! Many thanks, Christian tasign <- paste("tList[[n]] <- try(dtree[dtree$class02 == paste(data$class02[n]) & dtree$class04 == paste(data$class04[n]) & dtree$PREDICT==paste(data$PREDICT[n]),])") tasign <- parse(text=tasign)[[1]] for(n in 1:nrow(data)) { TAsign <- do.call("substitute",list(tasign,list(n=n,X=as.name(n))))...
2013 Feb 07
1
Eclipse CDT not working properly
...About Eclipse Platform->Installation Details I've tried reinstalling all the eclipse packages, and also resetting the workspace as well as the settings in ~/.eclipse, but it made no difference. On startup I get the following messages: CompilerOracle: exclude org/eclipse/core/internal/dtree/DataTreeNode.forwardDeltaWith CompilerOracle: exclude org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding.<init> CompilerOracle: exclude org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPTemplates.instantiateTemplate CompilerOracle: exclude org/eclipse/cdt/internal/...
2010 Feb 04
0
GLMM and false convergence (8) warnings
Hi, I am doing a binomial GLMM with a random intercept using the formula below, but I always get the same warning message. > m01 <- lmer(pres~ HT + DN + dtree + DNm + cmnhi + cmxes + cplan + craan + lfphal0100 + lfov0100 + lfop0100 + (1|plot), family=binomial, data=vphal, verbose=TRUE) 0: 6309.9448: 0.459924 -5.20747 -0.378722 0.558779 -0.200922 -0.0488451 -0.397844 0.367916 -2.09820 0.233011 0.489537 0.156096 0.233738 1: 5328.6489: 1.44553...
2011 Oct 19
0
R classification
hello, i am so glad to write you. i am dealing now with writing my M.Sc in Applied Statistics thesis, titled " Data Mining Classifiers and Predictive Models Validation and Evaluation". I am planning to compare several DM classifiers like "NN, kNN, SVM, Dtree, and Naïve Bayes" according to their Predicting accuracy, interpretability, scalability, and time consuming etc. I have faced a problem when I am writing the classification table using R The problem is facing me at the last command. The error is : " tab <- table(pred = prediction, true...
2002 Apr 16
6
Classification Analysis
Hi everyone, Could somebody explain to me what is the package/function for classification analysis. I am performing analysis of music files in the form of MIDI files. I end up with about 750 dependent variables from the analysis, I also have a number of independent/grouping variables that I set manually. What I would like is to be able to predict which group a particular MIDI files belongs to
2007 Sep 22
0
rsync build on IA64 using icc
...tyle parameter list (anachronism) deflate_state *s; ^ zlib/trees.c(1074): remark #310: old-style parameter list (anachronism) ct_data *ltree; /* literal tree */ ^ zlib/trees.c(1075): remark #310: old-style parameter list (anachronism) ct_data *dtree; /* distance tree */ ^ zlib/trees.c(1087): remark #810: conversion from "int" to "ush={unsigned short}" may lose significant bits send_code(s, lc, ltree); /* send a literal byte */ ^ zlib/trees.c(1087): remark #810: conversion from &q...