Displaying 4 results from an estimated 4 matches for "s09".
Did you mean:
09
2010 Dec 08
4
evaluating NAs in a dataframe
...Area[i] >= 400 && demo$Area[i] < 800) {Class[i] <- "S07"} ##
400-800 cm2
if (demo$Area[i] >= 800 && demo$Area[i] < 1600) {Class[i] <- "S08"} ##
800-1600 cm2
if (demo$Area[i] >= 1600 && demo$Area[i] < 3200) {Class[i] <- "S09"} ##
1600-3200 cm2
if (demo$Area[i] >=3200) {Class[i] <- "S10"} ## >3200 cm2
}
What happens is that I get the message "Error in if (demo$Area[i] > 0 &&
demo$Area[i] < 10) { : missing value where TRUE/FALSE needed"
Thanks for any help
Wade
[[a...
2016 Dec 10
3
LLVM possible projects
...ernet for LLVM.
I think the best way to understand LLVM is by playing with it.
Then you should try doing some assignments based on LLVM from some good
universities.
For example :
https://utah.instructure.com/courses/377698/assignments/3299816
or
https://www.cs.cmu.edu/afs/cs/academic/class/15745-s09/www/assignments/1/P1.pdf
or https://wiki.aalto.fi/display/t1065450/assignments+2015
almost all good universities have LLVM based course structure for Advance
compiler courses
Could you suggest some good optimization and backend based LLVM projects at
> undergraduate level.
>
> Once you...
2016 Dec 12
0
LLVM possible projects
...ay to understand LLVM is by playing with it.
> Then you should try doing some assignments based on LLVM from some good
> universities.
> For example :
> https://utah.instructure.com/courses/377698/assignments/3299816
>
> or
> https://www.cs.cmu.edu/afs/cs/academic/class/15745-s09/www/assignments/1/P1.pdf
>
> or https://wiki.aalto.fi/display/t1065450/assignments+2015
>
> almost all good universities have LLVM based course structure for Advance
> compiler courses
>
> Could you suggest some good optimization and backend based LLVM projects at
> >...
2016 Dec 10
0
llvm-dev Digest, Vol 150, Issue 37
...way to understand LLVM is by playing with it.
> Then you should try doing some assignments based on LLVM from some good
> universities.
> For example :
> https://utah.instructure.com/courses/377698/assignments/3299816
>
> or
> https://www.cs.cmu.edu/afs/cs/academic/class/15745-s09/www/
> assignments/1/P1.pdf
>
> or https://wiki.aalto.fi/display/t1065450/assignments+2015
>
> almost all good universities have LLVM based course structure for Advance
> compiler courses
>
> Could you suggest some good optimization and backend based LLVM projects at
> &g...