본문 바로가기

Data Analytics

(47)
Engineering Data Analysis (with R and ggplot2) from youtube It's very helpful useful, i wanna practice the R code on my Rstudio, ya ho ~ check out after 15:00
geom_point() in ggplot2 [source] http://docs.ggplot2.org/0.9.3.1/geom_point.html Wow 멋있다. Examples p
지오비젼 SKY http://www.geovision.co.kr/html/data01.html 표가 copy and paste 로 들어오질 않네요. 1. 원천데이터 - 데이터가 이렇게 확보되어 있다는 것 자체가 부럽네요. SK 그룹 및 분야별 파트너사가 보유한 DB 를 Mash up 했다고 함. SK텔레콤 상권분석 데이터 - 2650만 명 SK텔레콤 가입자의 동선 - 현대카드 전체 가맹점 결제 데이터 - 3400만 명 OK캐쉬백 회원 소비 양상 - 1만4000여 부동산 중개소의 상권 정보2. 데이터 상세 - 현재 서비스 되는 것에 대한 검증 및 실효성, 분석과정에 대한 신뢰는 둘째하고 라도 항목들을 살펴보는 것 만으로도 어느 정도 내가 원하는 감을 찾을 수 있어 참고하기 좋다. 대분류 중분류 조건 조건 상세 DB 구성 ..
무언가의 패턴을 왜 찾으려 하는 걸까 ? 무언가의 패턴을 왜 찾으려 하는 걸까 ? 무언가의 패턴을 데이터로 담을 수는 있는가 ? 데이터가 읽을 수 있는 형태로 저장되어 있는가 ? 어떤 가치를 발견할 수 있는가 ?
프로세싱, 날개를 달다. [Learning Processing] Learning Processing프로세싱, 날개를 달다. http://www.learningprocessing.com/http://www.processing.org/ You should download it and run the program "processing" by double clicking "processing.exe" - Demo - Graphics - Yellowtail ----------------------------------- code part in the console ----------------------------------- FloatTable data;float dataMin, dataMax; float plotX1, plotY1;float plotX2, plotY2;fl..
why analyze data ? Detect Fraud Minimize risk Anticipate Demands Increase Response Rates Curb Customer Attrition
R script 20140129 help(kmeans) irisView(iris)iris.features = irisiris.featuresiris.features$Speicies
kmeans in R K-Means Clustering Description Perform k-means clustering on a data matrix. Usage kmeans( x, centers, iter.max = 10, nstart = 1, algorithm = c("Hartigan-Wong", "Lloyd", "Forgy", "MacQueen"), trace=FALSE) ## S3 method for class 'kmeans'fitted(object, method = c("centers", "classes"), ...)Arguments xnumeric matrix of data, or an object that can be coerced to such a matrix (such as a numeric vector..