Displaying 7 results from an estimated 7 matches similar to: "misclassification rate"
2013 Jun 17
2
SVMREF infinte number of genes
dear all,
I am a student in cs college. I would like to know how to plot infinte
number of genes after using the svm.
the data set i have consists of
x which is a matrix of 39 cancer patients [rows] and 2000 gene names
[colmns]. each cell is the value of the gene for a particular patient.
there are two types of cancer people representedas factor y.
here is the code:
library(e1071)
#load
2010 Nov 18
2
conditional mean between two data frames with different levels
Hi guys, I have two data frames: one referred to 2008 and one to 2009. Their
structure is identical except for the different data in them.
I need to create a vector alfa of the same length of the dataframe 2009 and
fill each element with the mean of 2008$var1 conditional to the subgroup
indicated by a factor variable in 2009$var2.
In this case it would be easy to use the function
2007 Jun 16
0
Function for misclassification rate/type I,II error??
HI
Is there any function in R that tells us error rate(misclassification rate)
for logistic regression type classification?
i also want to know the function to determine type I and type II error.
I have found a link where "misclass" and "confusion" are used. But I dont
know the package name.
http://alumni.media.mit.edu/~tpminka/courses/36-350.2001/lectures/day32/
2002 Jan 05
1
computing misclassification table for tree objects
I have a classification tree that I computed via the tree function
(in the tree package). I'd like to compute a misclassification table
(if that's the right term) on the data used to compute the tree. That
is, I want to compute a table with the different classes (i.e.,levels of the
response factor) on the rows and the columns, and where entry [i,j] is
the number of times the tree
2010 Nov 22
1
using rpart with a tree misclassification condition
Hello
I want to build a classification tree for a binary response variable
while the condition for the final tree should be :
The total misclassification for each group (zero or one) will be less then
10% .
for example: if I have in the root 100 observations, 90 from group 0 and 10
from group 1, I want that in the final tree a maximum of 9 and 1
observations out of group 0 and 1, respectively,
2010 Aug 07
2
AMD setup in Astersik
In my Asterisk server following things have been done to detect answering
machines before the answered call connects to the agents in queue.
In extension_additional.conf
==============================
[ext-queues]
include => ext-queues-custom
exten => 5000,20,Macro(user-callerid,) ; changed the priority to 20
...............
==============================
In extension_custom.conf
2010 Nov 30
5
how to know if a file exists on a remote server?
Hi,
I'd like to download some data files from a remote server, the problem
here is that some of the files actually don't exist, which I don't
know before try. Just wondering if a function in R could tell me if a
file exists on a remote server? I searched this mailing list and after
read severals mails, still clueless. Any help will be highly
appreciated.
B.C.