search for: trianing

Displaying 10 results from an estimated 10 matches for "trianing".

Did you mean: training
2010 Mar 17
1
Cropped graph using lattice
I'm fitting data from a mixture experiment, and I'd like to present the results in a ternary graph with contours. I found this code by Walmes Zeviani http://n4.nabble.com/Triangular-filled-contour-plot-td1557386.html which is just what I want--except I would like the axis titles and labels to be proportionately larger than the ternary graph itself, for legibility in publication. When I
2010 Feb 16
3
Triangular filled contour plot
Hi all, I am working on a filled contour plot which shows a triangular matrix data set (as shown below). Is there a possibilty to draw a triangular filled contour in a equilateral triangle (like a ternary plot)? Thanks in advance Johannes http://n4.nabble.com/file/n1557386/Bild3.png -- View this message in context: http://n4.nabble.com/Triangular-filled-contour-plot-tp1557386p1557386.html
2005 Sep 09
0
usage of the trianed networks by nnet without R enviromen t
One possibility is to look at predict.nnet(), and - Write an R function that write out parts of an nnet object that are needed by predict.nnet() to an external file. - Re-write predict.nnet() in C, reading the model information from the external file. Obviously you'll also need the C source for the code that predict.nnet() calls, and modify those as needed to strip out dependency on R, if
2016 Jun 20
2
xxx not available for .C in package yyy
Hi R package developers. This is literally the strangest thing I've ever seen. Latest (as of a month ago) R under cygwin64. I'm teaching an intern package building and using the .C interface. The package compiles, but when it gets to "setting up lazy load" or some such it throws the error "triang" not available for .C() in package "randpkg". Upon checking,
2011 Feb 27
2
regularized dfa rda (Klar): problems with predictions
...problems to predict the groups from the test/validation sample. The exmaples of the R documantation and some online webpage also do not work. Does anybody know what I have done wrong? Here my code # I want to use the first 6 observations for validationg the model, case 7 to 36 are # used for the trianing: n_fold<-sample(1:36,36) testset<- n_fold[1:6] trainset<- n_fold[-(1:6)] # regularized DFA with default setting (works fine) z <- rda(group ~ ., data=test[trainset,]) #Now the prediction: a<-predict(z,data=test[testset,])$class Error in predict.rda(z, data = test[testset, ]) :...
2004 May 20
1
mixed models for analyzing survey data with unequal selec tion probability
...al Message----- From: Han-Lin Lai [mailto:Han-Lin.Lai at noaa.gov] Sent: Wednesday, May 19, 2004 12:47 PM To: r-help at stat.math.ethz.ch Subject: [R] mixed models for analyzing survey data with unequal selection probability Hi, I need the help on this topic because this is out of my statistical trianing as biologist. Here is my brief description of the problem. I have a survey that VESSELs are selected at random with the probability of p(j). Then the tows within the jth VESSEL are sampled at random with probability of p(i|j). I write my model as y = XB + Zb + e where XB is fixed part, Zb is f...
2011 Feb 28
0
regularized discriminant function analysis using klaR: problems with predictions
...gt; test/validation sample. The exmaples of the R documantation and > some online webpage also do not work. Does anybody know what I have > done wrong? > > Here my code > # I want to use the first 6 observations for validationg the model, > case 7 to 36 are > # used for the trianing: > n_fold<-sample(1:36,36) > testset<- n_fold[1:6] > trainset<- n_fold[-(1:6)] > # regularized DFA with default setting (works fine) > z <- rda(group ~ ., data=test[trainset,]) > #Now the prediction: > a<-predict(z,data=test[testset,])$class > >...
2012 Feb 10
1
Choosing glmnet lambda values via caret
Usually when using raw glmnet I let the implementation choose the lambdas. However when training via caret::train the lambda values are predetermined. Is there any way to have caret defer the lambda choices to caret::train and thus choose the optimal lambda dynamically? -- Yang Zhang http://yz.mit.edu/
2003 Aug 05
4
SendDtmf
Hello all, I am trying to use asterisk to call a local access gateway by dialing a fix number, after getting connected, the is a IVR prompt for pin number and finally the real destination number. I manage to use asterisk to dial to the gateway but have no idea how to send the pin number and destination number. This is due to asterisk only process the next ext only if dial app has terminated. My
2004 May 21
0
[Fwd: Re: mixed models for analyzing survey data with unequal selection probability]
...>Sent: Wednesday, May 19, 2004 12:47 PM >>To: r-help at stat.math.ethz.ch >>Subject: [R] mixed models for analyzing survey data with unequal selection >>probability >> >>Hi, >> >>I need the help on this topic because this is out of my statistical >>trianing as biologist. Here is my brief description of the problem. >> >>I have a survey that VESSELs are selected at random with the probability >>of p(j). Then the tows within the jth VESSEL are sampled at random with >>probability of p(i|j). I write my model as >> >&gt...