Displaying 3 results from an estimated 3 matches for "350535".
2009 Sep 25
2
Data import from .csv-file with numeric header
Hello everybody out there using R,
How can I import data with a numeric header from a .csv-file?
My file example.csv has the following content (a duplicate measurement of potentials for three different currents):
1; 2; 6
1.0; 2.1; 5.9
1.1; 2.0; 6.0
I try to import the data by using:
>measurement <- read.table("example.csv",sep=";",header=T)
However, the values in the
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...11528
z07.ll 9 621070 0 0.05 621036 0 0.05 621036
z08.ll 9 2429711 0 0.19 2429677 0 0.19 2429677
z09.ll 7 224791 0 0.03 224757 0 0.02 224757
z10.ll 11 687914 0 0.06 687880 0 0.06 687880
z11.ll 6 201196 0 0.03 201162 0 0.02 182154
z12.ll 5 1299812 0 0.11 1299778 0 0.11 1299778
z13.ll 4 350569 0 0.03 350535 0 0.03 350535
z14.ll 1 819014 0 0.06 818980 0 0.07 818980
z15.ll 10 235166 0 0.03 235132 0 0.03 235132
z16.ll 4 216158 0 0.02 216124 0 0.02 216124
z17.ll 4 71142 0 0.01 71108 0 0.02 71108
z18.ll 5 586018 0 0.05 585984 0 0.05 585984
z19.ll 5 904309 0 0.08 904275 0 0.08 904275
z20.ll 2 777109 0 0.06...