search for: pf1

Displaying 6 results from an estimated 6 matches for "pf1".

Did you mean: f1
2010 Aug 15
1
parent.frame(1) of a S4 method is not a calling environment.
...ass("A", contains="vector") [1] "A" > setGeneric("foo", def=function(a, ...){standardGeneric("foo")}) [1] "foo" > > setMethod("foo", signature("A"), + def=function(a, ...){ + cat("--pf1--\n") + ls(parent.frame(1)) + ## cat("--pf2--") + ## ls(parent.frame(2)) + }) [1] "foo" > > tf <- function(){ + b <- 4 + foo(new("A")) #ok + } > > tf() #ok --pf1-- [1] "b" The above w...
2011 Sep 03
2
ROCR package question for evaluating two regression models
...t))  and I would like to compare these two models based on the prediction that I get from each model: pred1 = predict(model1, test.data, type = "response")pred2 = predict(model2, test.data, type = "response") I have used ROCR package to compare them:pr1 = prediction(pred1,test.y)pf1 = performance(pr1, measure = "prec", x.measure = "rec")  plot(pf1) which cutoff this plot is based on? pr2 = prediction(pred2,test.y)pf2 = performance(pr2, measure = "prec", x.measure = "rec")pf2_roc  = performance(pr2,measure="err")plot(pf2) First...
2001 Feb 08
5
kernel freeze after cbq startup
Hello, I want to ask what am I doing wrong. A few seconds after running this script my gateway freezes. I use the 2.4.1 kernel compiled on RH 7.0 system using the kgcc (egcs-1.1.2) compiler. I have two ethernet cards. The Internet interface eth1 is connected to the ISP, who shapes out traffic to 128Kbit. I would like to give the high priority to the e-mail and ssh traffic and to shape others
2019 Apr 01
1
udev rename NIC failed
....1.57069 api 1.5 nvm 3.33 0x80000f09 255.65535.255 kernel: [ 23.151729] i40e 0000:1a:00.1: MAC address: 28:41:c6:fb:c3:a3 kernel: [ 23.160694] i40e 0000:1a:00.1: MSI-X vector limit reached, attempting to redistribute vectors kernel: [ 23.166232] i40e 0000:1a:00.1: Added LAN device PF1 bus=0x1a dev=0x00 func=0x01 kernel: [ 23.167280] i40e 0000:1a:00.1: Features: PF-id[1] VFs: 32 VSIs: 34 QP: 56 RSS FD_ATR FD_SB NTUPLE CloudF DCB VxLAN NVGRE PTP VEPA kernel: [ 23.185771] i40e 0000:1a:00.2: fw 3.1.57069 api 1.5 nvm 3.33 0x80000f09 255.65535.255 kernel: [ 23.193232...
2020 Nov 01
12
[PATCH mlx5-next v1 00/11] Convert mlx5 to use auxiliary bus
From: Leon Romanovsky <leonro at nvidia.com> Changelog: v1: * Renamed _mlx5_rescan_driver to be mlx5_rescan_driver_locked like in other parts of the mlx5 driver. * Renamed MLX5_INTERFACE_PROTOCOL_VDPA to tbe MLX5_INTERFACE_PROTOCOL_VNET as a preparation to coming series from Eli C. * Some small naming renames in mlx5_vdpa. * Refactored adev index code to make Parav's SF series
2008 Aug 09
2
xy plot in version 2.7.1 for Mac (PR#12520)
...zNCAwIG9iago8PCAvTGVuZ3RoIDM1IDAgUiAvTGVuZ3RoMSA3MDQw IC9GaWx0ZXIgL0ZsYXRlRGVjb2RlID4+CnN0cmVhbQp4AYVYDXxT1dl/zrk3H03TJk2/0iY0N00b oGkplI9+rk3bpOAqUqCwhIG0lEqLIMUCikMIm4hGFOccE3Ti5jZxTrn9oAsfe6nC3IYizjm2uQmI 7AX3WwX3mzqn9L7/exM62fztzcnz/Zyv5zzn3HsuMSIyU4QE8nesbu8hI30LmlcB9o4N66RdPW9s AH+BSD/5lp4Vq0NPf1BPZMgg0v16xaqNt7w4NPNuNHCJiB/v6mxf/uHvHeeJLD9BnRldUNhWm++B jPpU0LV63Z0mYm4iqxGycdWajna2jGZAtkLWr26/s0eMmL8N2Q5Zuq19deevs77cCblClXvW9K5T ttMuyCHI3p7bO3vmjR5/D3KEyKRAx1DUn5n0AKKNqkZ3iHIAubpnKEf0EtpWLgIwZuXiaLdySbWr lP8FNWIJINpHz7Nuep6O0kvsCmrtp4M0SL+kbArQE7SJHqXt6GURNPfTPBQd9I+yHGWQSul7iOf3 6CR8v0Kb6R...