본문 바로가기

Items

(391)
ggplot2 aes(x=rating) geom_histogram() geom_density() http://www.cookbook-r.com/Graphs/Plotting_distributions_(ggplot2)/ df qplot(df$rating, binwidth=.5)> ggplot(df, aes(x=rating)) + geom_histogram(binwidth=.5) > ggplot(df, aes(x=rating)) + geom_histogram(binwidth=.5, colour="black", fill="white")> ggplot(df, aes(x=rating)) + geom_density() > ggplot(df, aes(x=rating)) + + geom_histogram(aes(y=..density..), # Histogram with density instead of count ..
QL WITH BIGDATA CAPS 동시일관성 > SCN System Commit Number UNDO OWI Mechnism Hash chain ==> 병목구간 발생 하지만 이를 만족시키려면 어떤 문제를 직면하는가 ? RAC Real Application Cluster => 고비용 EXA 설계는 Business understanding 으로부터 시작한다. 뭘 하고자 하는지 알지 못한다면 아무것도 만들 수 없다. 아니면 대량의 처리 병렬처리 CUBRID SHARDING , MONGO DB ==> SHARDING KEY REPLICA SET 1. QL 2. MODELING SQL VS NOSQL & RDB VS HDFS & STRUCTURED VS UNSTRUCTUREDNEWSQL ? ? ? H-STORE PARALLEL MASSI..
R 기본 예제 돌려보기 20131212 require(stats)plot(cars)lines(lowess(cars)) plot(sin, -pi, 2*pi) # see ?plot.function ## Discrete Distribution Plot:plot(table(rpois(100, 5)), type = "h", col = "red", lwd = 10, main = "rpois(100, lambda = 5)") ## Simple quantiles/ECDF, see ecdf() {library(stats)} for a better one:plot(x install.packages("ggplot2")> library(ggplot2)Find out what's changed in ggplot2 withnews(Version == "0.9.3.1"..
하루에 한걸음씩만 하루에 한걸음씩만 ... step by step forward, that's it. No more, no less. 간단한 글을 쓰거나 공부를 해서 남기고 싶거나 하루를 돌아 보면서 메모를 끄적거리거나 생각나는 기억해야하는 사람이 있거나 내일 할일을 정리하거나 오늘 한 일 중에서 남길 것이 있거나 교훈이 있거나 하고 싶은 것이 생각나거나 사고 싶은 것이 있거나 말이다
생각 하나 꿈이 있다는 것은 무엇일까 뭔가 하고 있다는 것은 무엇일까 살아간다는 것은 무엇일까 삶은 누군가에겐 다른 의미이다 ... 와글와글 합창단http://premium.chosun.com/service/issue01/waglwagl/#!chorus
Project management 10 areas 시험 영역내 용통합관리 (Integration Management)프로젝트 관리의 다양한 요소를 통합하는 프로세스 및 활동에 대해 정의를 내린다.-프로젝트 헌장 개발 -프로젝트 관리 계획서 개발 -프로젝트 실행 지시 및 관리 -프로젝트 작업 감시 및 통제 -통합 변경 통제 수행 -프로젝트 또는 단계 종료범위관리 (Scope Management)프로젝트를 성공적으로 완료하기 위해 반드시 요구되는 작업만을 빠짐없이 프로젝트에 포함하기 위해 수반되는 프로세스를 보여준다.-범위관리 계획 -요구사항 수집 -범위정의 -작업분류체게(WBS) 생성 -범위 확인 -범위 통제시간관리 (Time Management)프로젝트를 적시에 완료하도록 지원하는데 사용되는 프로세스를 중점적으로 설명한다.-일정 관리 계획 -활동 정의 ..
start munging demo()nlmsmoothhep.start()help.start()install.packages("RODBC")library(RODBC)vignette("RODBC")ch
RStudio demo()nlmsmoothhep.start()help.start()install.packages("RODBC")library(RODBC)help(RODBC)vignette("RODBC")ch