Displaying 20 results from an estimated 90 matches for "14000".
Did you mean:
1000
2006 Jun 25
1
Inverting a large Matrix (14000 x 14000)
Hi..
I have to invert a 15000 x 15000 matrix (generalized inverse). I do run the process on a fairly powerful computer. but still complains indufficient memory.
Is there a way one can invert a large matrix in some other efficient manner.
Thanks
Harsh
---------------------------------
[[alternative HTML version deleted]]
2011 Feb 08
2
Extrcat selected rows from a list
Hi,
I have two lists
1) List1- 30,000 rows and 104 columns
2) List2- a list of 14000 selected rownames from List 1
Now, I want to extract all the 104 columns of List1 matching with the 14000 selected rownames from List2.
Psedocode will be something like this:
match rownames(List2) with rownames(List1)
extract selected matched 104 coloumns from (List1)
strore in-> List3
S...
2009 Mar 15
2
Testing for Inequality à la "select case"
...end on which interval x falls
in. Intervals are as follows:
>From | To | % of x | Minimum
---------------------------------------------------------------
0 | 20000 | 65 | 0
20000 | 100000 | 40 | 14000
100000 | 250000 | 30 | 40000
250000 | 700000 | 25 | 75000
700000 | 1000000 | 20 | 175000
1000000 | inf | -- | 250000
Once the interval is determined, the values in x are multiplied...
2012 Nov 21
1
core show translation - difference in Asterisk Versions
...15000 23000 17000 17000 17000 17000
17000 17000 17000
*adpcm *15000 15000 15000 15000 - 9000 15000 15000 15000 23000
15000 15000 17250 17000 15000 23000 17000 17000 17000 17000
17000 17000 17000
*slin *6000 6000 6000 6000 6000 - 6000 6000 6000 14000
6000 6000 8250 8000 6000 14000 8000 8000 8000 8000
8000 8000 8000
*lpc10 *15000 15000 15000 15000 15000 9000 - 15000 15000 23000
15000 15000 17250 17000 15000 23000 17000 17000 17000 17000
17000 17000 17000
*g729 *15000 15000 15000 15000 150...
2006 May 15
11
can you explain this benchmark?
I want to load about 14000 words (a subset of /usr/share/dict/words)
into a MySQL table in a migration:
class CreateWords < ActiveRecord::Migration
def self.up
create_table :words, :force => true do |t|
t.column :word, :string
end
say_with_time ''loading words...'' do...
2009 Oct 12
1
unexpected behaviour of isSymmetric() (PR#14000)
Full_Name: Mike Danilov
Version: 2.9.0
OS: Fedora Core 9
Submission from: (NULL) (142.103.121.198)
When checking for the symmetry of a matrix, function isSymmetric.matrix() gets
confused by the discrepancy of colnames/rownames if its argument. See the code
snippet below. Perhaps it's a problem of the matrix product which copies
colnames of the first argument but not the rownames of the
2018 May 29
4
My own codegen is 2.5x slower than llc?
My back-end code generator uses LLVM 5.0.1 to optimize and generate code
for x86_64.
If I run it on a given sample of IR, it takes almost 5 minutes to generate
object code. 95%+ of this time is spent in MergeConsecutiveStores(). (One
function has a basic block with 14000 instructions, which is a pathological
case for MergeConsecutiveStores.)
If, instead, I dump out the LLVM IR, and manually run both opt and llc on
it with -O2, the whole affair takes only 2 minutes.
I am using a dynamically linked LLVM library. I have verified using GDB
that both my code generato...
2018 May 29
0
My own codegen is 2.5x slower than llc?
What percentage of performance advantage do you expect to get from having a
basic block with 14000 instructions, rather than breaking it up a bit?
On Wed, May 30, 2018 at 12:02 AM, David Jones via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> My back-end code generator uses LLVM 5.0.1 to optimize and generate code
> for x86_64.
>
> If I run it on a given sample of IR, it ta...
2010 Feb 16
1
Total and heading of portfoilo table
...Y = read.csv('equity_price.csv')
I have tried the loop
Z = array()
for (i in 1:2)
{
Z[i] = (X[[i]]*Y[i])
}
# When I write this dataframe as
write.csv(data.frame(Z), 'Z.csv', row.names = FALSE)
When I open 'Z.csv' file, I get
c.2500L..3300L..4500L..1000L..4400L. c.14000L..45000L..48000L..26000L..15000L.
2500 14000
3300 45000
4500 48000
1000 26000
4400 15000
My requirement is to have the column heads and the portfolio total as
GOOG YHOO Total
2500 14000 16500
3300 45000 48300
4500 48000 52500
1000...
2010 Nov 29
1
Moran I for very large data set
Hi
Are there any more efficient ways of calculating the neighbourhood object for large datasets?
I am trying to compute Moran I statistics for a very large data set (over 14,000 points). I have been using moran.test from the spdep package and everything works fine for a small data set (200 points). However, applying the same script to the whole dataset is taking days to compute (it so far has
2013 Jan 22
2
Creating a Data Frame from an XML
...uot; />
<row BRAND="GMC" NUM="1" YEAR="2001" VALUE="12500" />
<row BRAND="FORD" NUM="1" YEAR="2002" VALUE="13000" />
<row BRAND="GMC" NUM="1" YEAR="2003" VALUE="14000" />
<row BRAND="FORD" NUM="1" YEAR="2004" VALUE="17000" />
<row BRAND="GMC" NUM="1" YEAR="2005" VALUE="15000" />
<row BRAND="GMC" NUM="1" YEAR="1967" VALUE=&quo...
2008 Dec 17
1
R function to calculate number of data points of each level
I have a dataframe with two columns :
11600 238'4
12000 218'0
12200 209'0
12600 192'0
13000 176'4
14000 145'0
15000 119'0
16000 103'0
18000 80'0
19000 68'3
20000 59'0
11600 208'1
12000 189'2
12200 180'3
There are repeatations in 1st column and I want to use this as Level. Next I
want to report for each level how many data points are there, with
corresponding Lev...
2011 Oct 22
1
Does R has a similar way as DATA in SPSS?
...ata can be input as following:
DATA LIST LIST /x1 x2 x3 x4 x5 .
BEGIN DATA
5700 12.8 2500 270 25000
1000 10.9 600 10 10000
3400 8.8 1000 10 9000
3800 13.6 1700 140 25000
4000 12.8 1600 140 25000
8200 8.3 2600 60 12000
1200 11.4 400 10 16000
9100 11.5 3300 60 14000
9900 12.5 3400 180 18000
9600 13.7 3600 390 25000
9600 9.6 3300 80 12000
9400 11.4 4000 100 13000
END DATA .
Is there a similar way in R?
Any suggestion will be really appreciated. Thanks in advance.
Regards,
Jinsong
2012 Feb 17
2
Neighbour List to Matrix
...3 883 0.0122425333 1242 0.0165589244 3 0.0043070244 7 0.0046998214 16 0.0047351125 7 0.0103249265 16 0.0112505045 498 0.0097098585 502 0.0047757495 508 0.031411560
The question is, how can I convert this list into a matrix? I think is good to know that list contain more than 600000 rows with around 14000 nodes (participants). If it's possible I would like to know all necessary stetps to do this. This is: load the TXT file, create the matrix through data contained in it, and finally to export to CSV or TXT file. Any idea or suggestion will be wellcome!Thank you very much in advance.AJ...
2008 Jun 06
3
txt file, 14000+ rows, only last 8000 appear
...txt format into the R workstation I lose about
6000 rows, this is a problem. Is there a limit to the display capabilities
for the workstation? is all the information there and I just can't see the
first couple thousand rows?
--
View this message in context: http://www.nabble.com/txt-file%2C-14000%2B-rows%2C-only-last-8000-appear-tp17701519p17701519.html
Sent from the R help mailing list archive at Nabble.com.
2004 Jun 17
1
Re: Clustering in R
...39; objects directly, but with a more
interesting algorithm.
Note that I'd strongly recommend to use R 1.9.1 beta for these,
since I know which bugs in the dendrogram code I have fixed
since R 1.9.0...
michael> An important message to take home here is that if
michael> you have 14000 genes and therefore 14000 labels,
michael> it's going to be difficult to display your tree in
michael> ANY software, including the expensive commercial products.
not showing the labels and using identify.hclust() and the
command line to extract the indices of observations in
clus...
2009 May 14
2
How to do a pretty panel plot?
...-excel-chart/#more-1096
inspired me to try something similar. The code that I wrote is:
------snipsnip---------------------------------------------------------------------
M <- structure(list(date = structure(c(13634, 13665, 13695, 13726,
13757, 13787, 13818, 13848, 13879, 13910, 13939, 13970, 14000,
14031, 14061, 14092, 14123, 14153, 14184, 14214, 14245, 14276,
14304, 14335), class = "Date"), cospi = c(1987.31, 2033.37, 2140.13,
2120.66, 2427.09, 2917.7, 2915.28, 3262.06, 2616.26, 2617.75,
2277.69, 2538.13, 2374.09, 1911.22, 2063.73, 2081.28, 1813.58,
1304.96, 1219.73, 1361.74,...
2020 Mar 24
2
Firewalld direct.xml
HI All - I created a /etc/firewalld/direct.xml file and put in it :
<?xml version="1.0" encoding="utf-8"?>
<direct>
<chain ipv="ipv4" table="raw" chain="blacklist"/>
<rule ipv="ipv4" table="raw" chain="PREROUTING" priority="0">-s
192.168.1.8 -j blacklist</rule>
2008 Jun 24
2
Wine ATI and Direct 3d
Ok I have been wandering around the code in context.c and have found a few things that I have opened a bug on (14000)
but in further looking in context.c
if I comment out the lines between 237 and 245 wine seems to continue working better infact (I no longer get any no iPixel errors anymore)
My question is this why wouldn't you want to find a compatible mode to use and just call the next few lines where it...
2013 Mar 15
2
Disagreements between codec_siren14 and Polycom sources
...encoding given in the
sources for Siren14 that are downloaded from Polycom (and the ITU, both
are the same) and that implemented by codec_siren14.so. The latter
agrees with the actual device.
If I make a .sln32 file and run the encoder from ITU/Polycom with
encode 0 foo.sln32 foo.siren14 48000 14000
the resulting file doesn't play back correctly with the Digium's siren14
codec. I know the parameters are correct because the file is the same
size as that made by the Digium codec.
Both sets of decoders/encoders (Digium and Polycom/ITU) are symmetric and
can decode what they encode, but...