Displaying 20 results from an estimated 395 matches for "v11".
Did you mean:
11
2010 Jan 29
2
Create matrix with subset from unlist
...V1 V2
1 -27.3 14.4
2 29.0 -38.1
[[2]]
V1 V2
1 14.4 29.0
2 -38.1 -3.4
[[3]]
V1 V2
1 29.0 -38.1
2 -3.4 55.1
[[4]]
V1 V2
1 -38.1 -3.4
2 55.1 -1.0
[[5]]
V1 V2
1 -3.4 55.1
2 -1.0 21.9
[[6]]
V1 V2
1 55.1 -1.0
2 21.9 -10.9
...
> xx <- unlist(x)
V11 V12 V21 V22 V11 V12 V21 V22 V11 V12 V21 V22
-27.3 29.0 14.4 -38.1 14.4 -38.1 29.0 -3.4 29.0 -3.4 -38.1 55.1
V11 V12 V21 V22 V11 V12 V21 V22 V11 V12 V21 V22
-38.1 55.1 -3.4 -1.0 -3.4 -1.0 55.1 21.9 55.1 21.9 -1.0 -10.9
V11 V12 V21...
2009 Sep 14
1
wine 1.1.23 & Kompas V11
Hi
If i'am try to start this program, in console i see:
Code:
err:module:import_dll Library kSys1.DLL (which is needed by L"C:\\Program Files\\ASCON\\KOMPAS-3D V11\\Bin\\kSys2.DLL") not found
err:module:import_dll Library MFC42u.DLL (which is needed by L"C:\\Program Files\\ASCON\\KOMPAS-3D V11\\Bin\\kSys1.DLL") not found
err:module:import_dll Library kSys1.DLL (which is needed by L"C:\\Program Files\\ASCON\\KOMPAS-3D V11\\Bin\\kMth2D.DLL&q...
2003 Sep 30
2
FW: error predicting values from the LME
...t doesn't. Following a suggestion I
even tried refactoring of the grouping variable (inter) after I created the
subset. It didn't work. I have no other factor variables in the model. I
really have got no clue what could be wrong.
There is a sample from my data:
> dnNew
Grouped Data: y ~ v11 + v21 + v22 + v23 | inter
v11 v21 v22 v23 inter
4 5.55186635 5.6620022 24.18033 5.003409 1
13 2.03852426 5.6620022 24.18033 5.003409 1
15 2.19825772 7.5676798 31.03986 4.746891 2
16 4.51368278 7.5676798 31.03986 4.746891 2
18 3.35322702 7.5676798 31.03986 4....
2009 Aug 24
1
[PATCH 1/8] blkio-cgroup-v11: Introduction
Hi all,
This is a new release of blkio-cgroup v11.
Changes:
- The function cgroup_get_from_page() is added which determines to
which cgroup a given page belongs. This function is introduced from
Vivek's io-controller patch. Thanks Vivek.
- Fix a type mismatch of the refcount of io_context. The refcount has
been changed to atomic_long_t....
2009 Aug 24
1
[PATCH 1/8] blkio-cgroup-v11: Introduction
Hi all,
This is a new release of blkio-cgroup v11.
Changes:
- The function cgroup_get_from_page() is added which determines to
which cgroup a given page belongs. This function is introduced from
Vivek's io-controller patch. Thanks Vivek.
- Fix a type mismatch of the refcount of io_context. The refcount has
been changed to atomic_long_t....
2009 Aug 24
1
[PATCH 1/8] blkio-cgroup-v11: Introduction
Hi all,
This is a new release of blkio-cgroup v11.
Changes:
- The function cgroup_get_from_page() is added which determines to
which cgroup a given page belongs. This function is introduced from
Vivek's io-controller patch. Thanks Vivek.
- Fix a type mismatch of the refcount of io_context. The refcount has
been changed to atomic_long_t....
2013 Feb 28
1
help for an R automated procedures
...I have written to do that, sample by sample [ouch!])?
Thanks in advance for your attention and all the best (ghcv@hotmail.com).
[Bellow is an example is the codes I've used to accomplish my goals, sample
by sample, which can exemplify the complexity of the procedures:
#Subsetting the data (v1-v11 are continuous "predictors"): species 1 at
locality 1 (all data [5520 cases] are on a vector called 'morfo')
sp1.loc1<-morfo[which(spps=="sp1" & taxoc=="loc1"),] #getting only the
observations of sp1 (species 1) at loc1 (locality 1)
str(sp1.loc1) #abunda...
2013 Jan 22
0
[LLVMdev] Writing a new AA pass
...ass and just observing the
current alias analysis result. Here's a portion of the output
---- Debug ----
LocA %gep9 = getelementptr inbounds %Slice* %a, i64 0, i32 0
LocB %gep18 = getelementptr inbounds %Slice* %b, i64 0, i32 0
Aliases? 0
LocA %addr = getelementptr double* %v10, i64 %v11
LocB %gep18 = getelementptr inbounds %Slice* %b, i64 0, i32 0
Aliases? 0
LocA %gep9 = getelementptr inbounds %Slice* %a, i64 0, i32 0
LocB %addr23 = getelementptr double* %v19, i64 %v11
Aliases? 0
LocA %addr = getelementptr double* %v10, i64 %v11
LocB %addr23 = getelementptr double*...
2011 Sep 01
2
how to plot a series of data in a dataframe?
hi
i have a dataframe with the name "obsdata"
V1 V2 V3 V4 V5 V6 V7 V8 V9 V10 V11 V12 V13
1 1001 3 24 12 24.7 44.4 70.1 49.3 33.7 3.0 6.8 2.7 NA
2 1001 3 25 0 70.1 49.3 33.7 138.2 152.5 NA 4.2 6.9 17.5
3 1001 3 25 12 33.7 187.7 286.5 386.7 NA 16.2 46.0 48.8 43.1
4 1001 3 26 0 88.6 129.4 NA NA NA 55.5 26.5...
2020 Mar 03
0
[PATCH v11 00/11] x86: PIE support to extend KASLR randomization
...the patchset.
> >
> > Note: Using objtool to detect non-compliant PIE relocations is not yet
> > possible as this patchset only includes the simplest PIE changes.
> > Additional changes are needed in kvm, xen and percpu code.
> >
> > Changes:
> > - patch v11 (assembly);
> > - Fix comments on x86/entry/64.
> > - Remove KASLR PIE explanation on all commits.
> > - Add note on objtool not being possible at this stage of the patchset.
>
> This moves us closer to PIE in a clean first step. I think these patches
> look goo...
2023 Jul 31
0
[PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()
...irtio-net?
All I did with virtio was to get the virtio-net to support AF_XDP.
> Instead of bifurcating one virtio instance into different queues
That is not the key of our problem.
Even though we have a device that only works with AF_XDP,
it still has this DMA issues.
I think the current way(v11, v12) is a good solution, the only problem is that
if the device is old, we can not do dma with DMA APIs. Then we will not suppot
AF_XDP. I don't think it matters. But Christoph was a little worried.
Thanks.
> why
> not create a separate virtio instance?
2011 Feb 02
0
4D v11 on wine 1.2.2
Hi,
I'm trying to install 4D V11 on wine with RHEL6 (wine version 1.2.2) and
I'm finding same problem as in bz
http://bugs.winehq.org/show_bug.cgi?id=21845 and previous thread
http://www.winehq.org/pipermail/wine-users/2010-February/068672.html.
I know some people has been working on that. Have you find any
workaround for...
2012 Jan 08
1
creating vectors from data-frames
...does
I have included an example below, of doing what would seem to be the method
required to create a vector, but instead it creates a one row data frame.
What is required to actually create a vector.
Many thanks
Philip
> data
V1 V2 V3 V4 V5 V6 V7 V8 V9 V10 V11
1 E 2369 2304 2312 2460 2645 3038 3265 3760 3904 4421
2 NZ 705 817 907 917 954 1,026 1,065 1,125 1,276 1,449
> nz <-as.vector(data[2,2:11])
> nz
V2 V3 V4 V5 V6 V7 V8 V9 V10 V11
2 705 817 907 917 954 1,026 1,065 1,125 1,276 1,449
> class(nz)...
2020 Mar 03
0
[PATCH v11 00/11] x86: PIE support to extend KASLR randomization
...t yet
> > > > > possible as this patchset only includes the simplest PIE
> > > > > changes.
> > > > > Additional changes are needed in kvm, xen and percpu code.
> > > > >
> > > > > Changes:
> > > > > - patch v11 (assembly);
> > > > > - Fix comments on x86/entry/64.
> > > > > - Remove KASLR PIE explanation on all commits.
> > > > > - Add note on objtool not being possible at this stage of
> > > > > the patchset.
> > > >
> &...
2005 Oct 13
1
expand.grid problem
...ible combination from dataset below:
V1 <- c(0,1,2)
V2 <- c(0,1)
V3 <- c(0,1)
V4 <- c(0,1)
V5 <- c(0,1)
V6 <- c(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20)
V7 <- c(0,1,2,3,4,5,6)
V8 <- c(0,1)
V9 <- c(0,1)
V10 <- c(0,1)
V11 <- c(0,1)
V12 <- c(0,1)
V13 <- c(0,1)
V14 <- c(0,1)
V15 <- c(0,1,2,3,4,5,6,7,8,9)
V16 <- c(0,1,2,3,4,5,6)
V17 <- c(0,1,2,3,4,5,6,7,8)
V18 <- c(0,1,2,3,4,5)
V19 <- c(0,1)
V20 <- c(0,1,2,3,4,5,6,7)
When run expand.grid I found a problem:
>...
2010 Oct 04
3
How To Extract Row from A Data Frame
I have a data frame that looks like this:
> print(df)
V2 V3 V4 V5 V6 V7 V8 V9 V10 V11 V12
1 FN 8.637 28.890 31.430 31.052 29.878 33.215 32.728 32.187 29.305 31.462
2 FP 19.936 30.284 33.001 35.100 30.238 34.452 35.849 34.185 31.242 35.635
3 TN 0.000 17.190 16.460 21.100 17.960 15.120 17.200 17.190 15.270 15.310
4 TP 22.831 31.246 33.600 35.439 32.073 33.947 35.050 34.472 31.228...
2003 May 08
1
A problem in a glm model
...0.3928 0.5257 0.747 0.454994
flg.cc21 -0.8547 1.4954 -0.572 0.567625
flg.a11 0.7051 0.4889 1.442 0.149221
flg.d.na11 1.3582 0.5429 2.502 0.012353 *
flg.v11 2.2596 0.5079 4.449 8.62e-06 ***
flg.cc11 -3.3658 8.5259 -0.395 0.693014
flg.a21:flg.d.na21 -6.9392 26.5432 -0.261 0.793760
flg.a21:flg.v21 -1.4355 4.0963 -0.350 0.726005...
2017 Jun 12
0
[PATCH v11 4/6] mm: function to offer a page block on the free list
On Mon, Jun 12, 2017 at 09:42:36AM -0700, Dave Hansen wrote:
> On 06/12/2017 09:28 AM, Michael S. Tsirkin wrote:
> >
> >> The hypervisor is going to throw away the contents of these pages,
> >> right?
> > It should be careful and only throw away contents that was there before
> > report_unused_page_block was invoked. Hypervisor is responsible for not
>
2017 Jun 12
1
[PATCH v11 6/6] virtio-balloon: VIRTIO_BALLOON_F_CMD_VQ
On 06/09/2017 03:41 AM, Wei Wang wrote:
> + for_each_populated_zone(zone) {
> + for (order = MAX_ORDER - 1; order > 0; order--) {
> + for (migratetype = 0; migratetype < MIGRATE_TYPES;
> + migratetype++) {
> + do {
> + ret = report_unused_page_block(zone,
> + order, migratetype, &page);
> + if (!ret) {
> + pfn =
2017 Jun 13
0
[PATCH v11 3/6] virtio-balloon: VIRTIO_BALLOON_F_PAGE_CHUNKS
On 06/13/2017 10:56 AM, Michael S. Tsirkin wrote:
>> +/* The size of one page_bmap used to record inflated/deflated pages. */
>> +#define VIRTIO_BALLOON_PAGE_BMAP_SIZE (8 * PAGE_SIZE)
> At this size, you probably want alloc_pages to avoid kmalloc
> overhead.
For slub, at least, kmalloc() just calls alloc_pages() basically
directly. There's virtually no overhead.