search for: ddv

Displaying 3 results from an estimated 3 matches for "ddv".

Did you mean: dd
2006 Mar 25
2
R gets slow
...quot;Sending confirmation") writeLines("DONE", conn) print("Closing connection") } close(conn) } } FSsocket(); Model generator example: library("class"); library("e1071"); dd = read.table("sampling/adapteddataSet"); attach(dd); ddv = read.table("sampling/adaptedvalidationDataSet"); attach(ddv); dd[,1] = factor(dd[,1]); ddv[,1] = factor(ddv[,1]); attach(dd); tr_in = as.matrix(dd[,2:(1 + 1)]); tr_out = dd[,1]; val_in = as.matrix(ddv[,2:(1 + 1)]); val_out = ddv[,1]; t = tune(svm, kernel = "radial", train.x =...
2002 Aug 06
0
Getting a GUI to work with Vorbis code
...AboutDlg(); // Dialog Data //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX }; //}}AFX_DATA // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: //{{AFX_MSG(CAboutDlg) //}}AFX_MSG DECLARE_MESSAGE_MAP() }; CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD) { //{{AFX_DATA_INIT(CAboutDlg) //}}AFX_DATA_INIT } void CAboutDlg::DoDataExchange(CDat...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking