Computational Methods for Data Analysis 워싱턴대학교에서 제공하는 MATLAB을 활용한 데이터 분석 수업사인, 코사인.. 등 기본적인 수학에 대한 이해를 필요로 한다.Computational Methods for Data AnalysisExploratory and objective data analysis methods applied to the physical, engineering, and biological sciences.About the CourseExploratory and objective data analysis methods applied to the physical, engineering, and biological sciences. Brief review of statistical methods and their comput.. 더보기 트위터 텍스트 데이터를 통한 도식화 트윗에 많이 언급되는 단어를 기준으로 연관성 및 빈도를 도식화 하여 표현 더보기 [[ operator can be used with computed indices The [[ operator can be used with computed indices; $ can only be used with literalnames.> x name x[[name]] ## computed index for `foo'[1] 1 2 3 4> x$name ## element `name' doesn't exist!NULL> x$foo[1] 1 2 3 4 ## element `foo' does exist The [[ can take an integer sequence.> x x[[c(1, 3)]][1] 14> x[[1]][[3]][1] 14> x[[c(2, 1)]][1] 3.14 더보기 이전 1 ··· 44 45 46 47 48 49 50 ··· 57 다음