-
Recent Posts
- CFP: the 11th Australasian Data Mining Conference (AusDM 2013), submission due 15 July
- Call for participation: DMApps 2013 – an International Workshop on Data Mining Applications in Industry and Government
- New book announcement: R and Data Mining – Examples and Case Studies
- Two free online courses starting soon: Data Analysis (with R) and Social Network Analysis
- R code and data for book “R and Data Mining: Examples and Case Studies”
Recent Comments
Archives
Categories
Meta
Monthly Archives: August 2012
CFP: AusDM 2012, deadline extended to 31 August 2012
The Tenth Australasian Data Mining Conference (AusDM 2012) Sydney, Australia 5-7 December 2012 http://ausdm12.togaware.com/ Deadline extended to 31 August 2012 The Australasian Data Mining Conference has established itself as the premier Australasian meeting for both practitioners and researchers in data … Continue reading
Examples of profiling R code
by Yanchang Zhao, RDataMining.com Below are simple examples of profiling R code, which help to find out which steps or functions are most time consuming. It is very useful for improving efficiency of R code. # profiling of running time … Continue reading