Displaying 3 results from an estimated 3 matches for "feature3".
Did you mean:
features
2009 Oct 23
1
data.frame tall skinny transformation
Hi,
I have a data.frame that looks something like this.
feature 5637 ? ? ? ? ? ? ? ?1321N1
feature1 -0.568750616 -0.934748758
feature2 -0.913080902 -0.941455172
feature3 0.442477294 -0.257921866
I want to change it to look like this.
feature ? ? ?cell.line ? ? value
feature1 5637 -0.568750616
feature2 5637 -0.913080902
feature3 5637 0.442477294
feature1 1321N1 -0.934748758
feature2 1321N1 -0.941455172
feature3 1321N1 -0.257921866
I hav...
2016 Oct 17
4
Multiple readfile oddities, newlines etc
I have a plain text file, ASCII, unix line breaks. 1 single line, and all
that is in it is the word "radio".
Here's some test dialplan:
exten => 5,1,Verbose(Context: ${CONTEXT} Exten:${EXTEN})
same => n,Set(feature=${FILE(/home/test/feature-1.txt,0,1,l,u)})
same => n,Verbose(${feature})
same => n,Set(featurefile=/home/test/feature-1.txt)
same =>
2016 Mar 05
2
Enable / Disable a processor feature
I'm trying to enable/disable a target feature through clang.
Here is how my target looks like
// Esencia subtarget features
//===----------------------------------------------------------------------===//
def FeatureMul : SubtargetFeature<"mul", "HasMul", "true",
"Enable hardware multiplier">;
def FeatureDiv