KR101629394B1 - R cooperation method, visualization method for the analysis of large amount of data and storage medium saving the program thereof - Google Patents

R cooperation method, visualization method for the analysis of large amount of data and storage medium saving the program thereof Download PDF

Info

Publication number
KR101629394B1
KR101629394B1 KR1020140175547A KR20140175547A KR101629394B1 KR 101629394 B1 KR101629394 B1 KR 101629394B1 KR 1020140175547 A KR1020140175547 A KR 1020140175547A KR 20140175547 A KR20140175547 A KR 20140175547A KR 101629394 B1 KR101629394 B1 KR 101629394B1
Authority
KR
South Korea
Prior art keywords
database
data
analysis
java
virtual machine
Prior art date
Application number
KR1020140175547A
Other languages
Korean (ko)
Inventor
김완종
김혜선
백종명
이은지
Original Assignee
한국과학기술정보연구원
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 한국과학기술정보연구원 filed Critical 한국과학기술정보연구원
Priority to KR1020140175547A priority Critical patent/KR101629394B1/en
Application granted granted Critical
Publication of KR101629394B1 publication Critical patent/KR101629394B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/448Execution paradigms, e.g. implementations of programming paradigms
    • G06F9/4488Object-oriented

Abstract

The present specification discloses a program for analyzing a large amount of data in cooperation with R. The R cooperation method according to the present specification comprises the steps of: (a) allowing a Java virtual machine to execute R via a Java R interface (JRI); (b) executing and displaying, on a screen, GUI tools with respect to the analysis method of R; (c) displaying a database on the screen; (d) receiving input for selecting the analysis method of any one among the GUI tools; (e) allowing the Java virtual machine to transmit commands for loading the database on a memory and executing the analysis method depending on the input to the R through the JRI; (f) allowing the Java virtual machine to receive the result of analysis from the R; and (g) allowing the Java virtual machine to display the received result of analysis in the shape of a graph. According to the present specification, provided can be a program that does not occupy a memory excessively while providing a GUI via Java.

Description

대용량 데이터 분석을 위한 R의 연계방법, 시각화 방법 및 프로그램을 저장한 저장매체{R COOPERATION METHOD, VISUALIZATION METHOD FOR THE ANALYSIS OF LARGE AMOUNT OF DATA AND STORAGE MEDIUM SAVING THE PROGRAM THEREOF}BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a storage medium for storing large amounts of data,

본 명세서는 대용량 데이터 분석을 위한 R의 연계방법, 시각화 방법 및 프로그램을 저장한 저장매체에 관한 것으로서, 보다 상세하게는 R을 쉽게 사용할 수 있도록 Java를 통해 GUI를 제공하면서도, 메모리를 과다하게 점유하지 않는 대용량 데이터 분석을 위한 R의 연계방법, 시각화 방법 및 프로그램을 저장한 저장매체에 관한 것이다.[0001] The present invention relates to a method of linking R, a visualization method, and a storage medium storing a program for analyzing large amounts of data, and more particularly, to a method and apparatus for providing a GUI through Java for easy use of R, A visualization method, and a storage medium storing a program.

최근, 다수의 인터넷 사용자에 의해 발생한 데이터를 분석하여 유용한 정보를 도출하는 이른바 빅 데이터(Big data)에 대한 관심이 높아지고 있다. 상기 빅 데이터에 대한 통계적인 분석을 통해 기업에서는 제품과 서비스의 방향을 결정하고, 정치인은 시민들의 요구사항에 대한 판단하는 것이 가능하다. 또한, 도서관과 같은 곳에서 도서 또는 이용자관련 빅 데이터를 처리하여, 도서관 운영에 도움을 주거나 도서관 이용자에게 편의를 주는 것이 가능하다. 이러한 목적을 달성하기 위해서는 우선 빅 데이터에 대한 통계적인 분석이 가능해야 한다.In recent years, there has been a growing interest in so-called " Big data ", in which useful information is derived by analyzing data generated by a large number of Internet users. Statistical analysis of the Big Data allows companies to determine the direction of products and services, and politicians can make judgments about citizens' needs. It is also possible to process books or user-related big data in a library, for example, to help operate the library or to provide convenience to library users. To achieve this goal, statistical analysis of big data should be possible.

R 프로그래밍 언어(이하 'R')는 통계 계산과 분석에 특화된 프로그래밍 언어이다. 또한, R은 사용자가 제작한 패키지를 추가하여 기능을 확장할 수 있다. 이러한 R의 특성 때문에 R은 통계 소프트웨어 개발과 자료 분석에 널리 사용되고 있으며, 패키지 개발이 용이하여 통계학자들 사이에서 통계 소프트웨어 개발에 많이 쓰이고 있다. 나아가, 현재 R은 공개 소스(open source)이기 때문에 누구라도 무료로 사용할 수 있다.The R programming language ('R') is a programming language specialized for statistical computation and analysis. Also, R can expand the function by adding a user-created package. Due to the nature of R, R is widely used in statistical software development and data analysis, and it is widely used in statistics software development among statisticians due to its ease of package development. Furthermore, since R is an open source, anyone can use it for free.

다만, R을 사용하기 위해서는 사용자가 명령어를 알아야 한다. 즉, R 명령어를 모르는 일반 사용자보다 컴퓨터 전문가에게 한정되어 사용되고 있는 것이 현실이다.However, in order to use R, the user must know the command. That is, it is a reality that computer users are limited to general users who do not know R commands.

상기와 같이 R에 명령어를 직접 입력해야 하는 문제점을 해결하기 위해서 R기반 GUI(Graphical User Interface) 시스템이 개발되었다. 상기 R기반 GUI 시스템은 R의 명령어를 아이콘과 같은 GUI로 대체하여, 사용자가 클릭과 같은 간단한 입력만으로도 R에서 제공하는 통계 기법을 사용할 수 있도록 지원한다. 그러나 상기 R기반 GUI 시스템은 이미 편집된 데이터를 불러들여 곧바로 R에 데이터를 전송하는 기능을 사용하고 있다. 따라서, 상기 R기반 GUI 시스템에서는 데이터에 대한 편집/수정 등의 작업을 지원하지 못 한다.In order to solve the problem of inputting a command directly to R as described above, an R-based GUI (Graphical User Interface) system has been developed. The R-based GUI system replaces the command of R with a GUI such as an icon so that the user can use the statistical technique provided by R with a simple input such as a click. However, the R-based GUI system uses the function of loading already edited data and immediately transmitting data to R. [ Therefore, the R-based GUI system does not support editing / editing operations on data.

상기와 같이 데이터에 대한 편집/수정이 불가능한 문제점을 해결하기 위해 Java에 데이터를 저장하면 상기 데이터의 크기만큼 메모리 점유하게 된다. 상기 데이터의 크기가 적은 경우 메모리를 점유하는 양도 크지 않아서 별다른 문제가 되지 않겠지만, 대용량의 데이터를 처리해야 하는 경우 많은 양의 메모리를 점유하게 되는 문제가 발생한다. 앞서 언급한 빅 데이터와 같은 경우 Java에 데이터를 저장하면 시스템에 무리를 줄 수 있을 정도의 메모리를 점유하기 때문에, 데이터에 대한 편집/수정을 위해 Java에 데이터를 저장하는 것은 바람직한 해결 방안이 될 수 없다. 따라서, R을 쉽게 사용할 수 있도록 Java를 통해 GUI를 제공하면서도, 메모리를 과다하게 점유하지 않는 방안이 필요하다.In order to solve the problem that it is impossible to edit / modify the data as described above, when data is stored in Java, the memory is occupied by the size of the data. If the size of the data is small, the amount occupied by the memory is not so large, which is not a serious problem. However, when a large amount of data needs to be processed, a large amount of memory is occupied. Storing data in Java for editing / modification of data can be a good solution because it takes up enough memory to store the data in Java, as in the case of Big Data mentioned above. none. Therefore, it is necessary to provide a GUI through Java so that R can be used easily, but not to occupy memory excessively.

본 명세서는 상기와 같은 종래 기술을 인식하여 안출된 것으로서, R을 쉽게 사용할 수 있도록 Java를 통해 GUI를 제공하면서도, 메모리를 과다하게 점유하지 않는 대용량 데이터 분석을 위한 R의 연계방법 및 프로그램을 저장한 저장매체를 제공하는데 그 목적이 있다.It is to be understood that the present invention has been made keeping in mind the above prior art and it is an object of the present invention to provide a method and program for linking R for mass data analysis that does not occupy memory excessively while providing GUI through Java for easy use of R And a storage medium.

상기 기술적 과제를 달성하기 위한 본 명세서에 따른 대용량 데이터 분석을 위한 R의 연계방법은 (a) 자바 가상 머신(Java Virtual Machine)이 JRI(Java R Interface)를 통해서 R을 실행하는 단계; (b) R의 분석 기법에 대한 GUI Tool을 실행 및 화면에 디스플레이 하는 단계; (c) 데이터 베이스를 화면에 디스플레이 하는 단계; (d) 상기 GUI Tool 중 어느 하나에 대한 분석 기법이 선택되는 입력을 수신하는 단계; (e) 상기 자바 가상 머신이 상기 데이터 베이스를 메모리에 로드(Load) 및 상기 입력에 따른 분석 기법을 실행시키는 명령을 상기 JRI를 통해 상기 R에게 전달하는 단계; (f) 상기 자바 가상 머신이 상기 R로부터 분석 결과를 수신하는 단계; 및 (g) 상기 자바 가상 머신이 상기 R로부터 수신한 분석 결과를 그래프 형태로 디스플레이하는 단계;를 포함할 수 있다. According to an aspect of the present invention, there is provided a method of linking R for mass data analysis, the method comprising the steps of: (a) executing a R through a JRI (Java R Interface) by a Java virtual machine; (b) executing GUI tool for R analysis technique and displaying on screen (c) displaying a database on a screen; (d) receiving an input from which an analysis technique for any one of the GUI tools is selected; (e) transmitting the instruction to the R through the JRI to load the database into the memory and execute the analysis technique according to the input; (f) receiving the analysis result from the R virtual machine; And (g) displaying the analysis result received from the Java virtual machine in the form of a graph.

본 명세서의 일 실시예에 따르면, 상기 (a) 단계, 상기 실행된 R과 연결 설정 및 상기 설정된 연결을 유지는 것을 더 포함하는 단계일 수 있다. According to an embodiment of the present invention, the step (a) may further include maintaining connection established with the executed R and the established connection.

본 명세서의 일 실시예에 따르면, 상기 GUI Tool은 Java FX 기반으로 될 수 있다.According to an embodiment of the present invention, the GUI Tool may be based on Java FX.

본 명세서의 일 실시예에 따르면, 상기 (g)단계는 JSON 형태로 변경된 데이터가 D3에 의해 그래프 형태로 디스플레이하는 단계일 수 있다.According to an embodiment of the present invention, the step (g) may be a step of displaying data changed in JSON form in a graph form by D3.

본 명세서의 일 실시예에 따르면, 상기 (g)단계는 상기 자바 가상 머신이 HTML 파일을 호출하여 상기 분석 결과 값을 더 출력하는 단계일 수 있다.According to an embodiment of the present invention, the step (g) may be a step in which the Java virtual machine calls an HTML file and further outputs the analysis result value.

본 명세서의 일 실시예에 따르면, 상기 데이터 베이스는 SQLite를 통해 편집, 수정 또는 저장된 데이터 베이스일 수 있다.According to an embodiment of the present invention, the database may be a database edited, modified or stored via SQLite.

본 명세서의 일 실시예에 따르면, 상기 (c) 단계는 상기 데이터 베이스 중 미리 설정된 개수의 데이터만 상기 화면에 디스플레이 하는 단계일 수 있다. 이 경우, 사용자의 스크롤 입력을 수신할 때 상기 데이터 베이스를 불러와 상기 화면에 디스플레이된 값을 변경할 수 있다. 나아가, 사용자의 스크롤 입력을 수신할 때 상기 스크롤 입력 방향에 대응하여 먼저 디스플레이된 데이터를 이동시킬 수 있다.According to an embodiment of the present invention, the step (c) may display only a predetermined number of data in the database. In this case, when receiving the scroll input of the user, the value displayed on the screen can be changed by calling the database. Furthermore, when receiving the scroll input of the user, the displayed data may be moved corresponding to the scroll input direction.

상기 기술적 과제를 달성하기 위한 본 명세서에 따른 저장매체는 자바 가상 머신(Java Virtual Machine)이 JRI(Java R Interface)를 통해서 R을 실행하고, R의 분석 기법에 대한 GUI Tool을 실행 및 화면에 디스플레이 하고, 데이터 베이스를 화면에 디스플레이 하고, 상기 GUI Tool 중 어느 하나에 대한 분석 기법이 선택되는 입력을 수신하고, 상기 자바 가상 머신이 상기 데이터 베이스를 메모리에 로드(Load) 및 상기 입력에 따른 분석 기법을 실행시키는 명령을 상기 JRI를 통해 상기 R에게 전달하고, 상기 자바 가상 머신이 상기 R로부터 분석 결과를 수신하고, 상기 자바 가상 머신이 상기 R로부터 수신한 분석 결과를 그래프 형태로 디스플레이하는 것을 특징으로 하는 R의 연계를 통해 대용량 데이터 분석 프로그램을 저장하는 저장매체가 될 수 있다.According to an aspect of the present invention, there is provided a storage medium storing a program for causing a Java Virtual Machine to execute an R through a JRI (Java R Interface), to execute a GUI tool for analysis of R, And displaying the database on a screen, receiving an input in which an analysis technique for one of the GUI tools is selected, loading the database into a memory, To the R through the JRI, the Java virtual machine receives the analysis result from the R, and the analysis result received from the R virtual environment by the Java virtual machine is displayed in a graph form. A large amount of data analysis programs can be stored through the linkage of the Rs.

본 명세서의 일 실시예에 따르면, 상기 프로그램은 상기 실행된 R과 연결 설정 및 상기 설정된 연결을 유지할 수 있다.According to an embodiment of the present invention, the program may maintain the connection established with the executed R and the established connection.

본 명세서의 일 실시예에 따르면, 상기 GUI Tool은 Java FX 기반으로 될 수 있다.According to an embodiment of the present invention, the GUI Tool may be based on Java FX.

본 명세서의 일 실시예에 따르면, 상기 R로부터 수신한 분석 결과는, JSON 형태로 변경된 데이터가 D3에 의해 그래프 형태로 디스플레이될 수 있다.According to an embodiment of the present invention, the analysis result received from the R may be displayed in the form of a graph by D3 in the form of JSON.

본 명세서의 일 실시예에 따르면, 상기 자바 가상 머신이 HTML 파일을 호출하여 상기 분석 결과 값을 출력할 수 있다.According to an embodiment of the present invention, the Java virtual machine may call an HTML file and output the analysis result value.

본 명세서의 일 실시예에 따르면, 기 데이터 베이스는 SQLite를 통해 편집, 수정 또는 저장된 데이터 베이스일 수 있다.According to one embodiment of the present disclosure, the preliminary database may be a database edited, modified or stored via SQLite.

본 명세서의 일 실시예에 따르면, 상기 데이터 베이스를 화면에 디스플레이 하는 것은 상기 데이터 베이스 중 미리 설정된 개수의 데이터만 상기 화면에 디스플레이할 수 있다. 이 경우, 사용자의 스크롤 입력을 수신할 때 상기 데이터 베이스를 불러와 상기 화면에 디스플레이된 값을 변경할 수 있다. 나아가, 사용자의 스크롤 입력을 수신할 때 상기 스크롤 입력 방향에 대응하여 먼저 디스플레이된 데이터를 이동시킬 수 있다. According to an embodiment of the present invention, displaying the database on the screen may display only a predetermined number of data in the database on the screen. In this case, when receiving the scroll input of the user, the value displayed on the screen can be changed by calling the database. Furthermore, when receiving the scroll input of the user, the displayed data may be moved corresponding to the scroll input direction.

본 명세서의 일 측면에 따르면, 대용량 데이터를 활용하여 통계 분석 기능을 제공하는 프로그램을 제공할 수 있다.According to an aspect of the present invention, it is possible to provide a program that provides a statistical analysis function by utilizing a large amount of data.

본 명세서의 다른 측면에 따르면, R 프로그래밍 언어에 대한 명령어 및 통계 분석에 대한 비전문가도 GUI를 통해서 쉽게 데이터를 로드하여 분석할 수 있다.According to another aspect of the present specification, non-experts on commands and statistical analysis for the R programming language can easily load and analyze data through a GUI.

본 명세서의 또 다른 측면에 따르면, 데이터 베이스에 대한 편집, 수정이 가능하며, 편집 및 수정된 내용이 바로 데이터 베이스에 반영될 수 있다.According to another aspect of the present invention, a database can be edited and modified, and edited and modified contents can be directly reflected in a database.

본 명세서의 또 다른 측면에 따르면, Java에서 데이터 베이스를 저장할 때 메모리를 과다 점유하는 단점을 피할 수 있다.According to another aspect of the present disclosure, it is possible to avoid the disadvantage of overbooking memory when storing a database in Java.

본 명세서의 또 다른 측면에 따르면, 운영체제에 상관없이 GUI 기반 통계 분석 프로그램을 설치하여 활용이 가능하다.According to another aspect of the present invention, a GUI-based statistical analysis program can be installed and utilized regardless of the operating system.

본 명세서에 첨부되는 다음의 도면들은 본 명세서의 바람직한 실시예를 예시하는 것이며, 후술하는 상세한 설명과 함께 본 명세서의 기술사상을 더욱 이해시키는 역할을 하는 것이므로, 본 명세서를 도면에 기재된 사항에만 한정되어 해석되어서는 아니 된다.
도 1은 본 명세서의 일 실시예에 따른 프로그램의 구성을 개략적으로 도시한 블록도이다.
도 2는 본 명세서의 일 실시예에 따른 프로그램의 동작 순서를 개략적으로 도시한 흐름도이다.
도 3은 본 명세서에 따른 프로그램이 실행된 예시의 화면이다.
도 4는 본 명세서에 따른 프로그램에 의해 분석 결과 값이 출력된 예시도이다.
BRIEF DESCRIPTION OF THE DRAWINGS The accompanying drawings, which are incorporated in and constitute a part of the specification, illustrate preferred embodiments of the invention and, together with the description, It should not be interpreted.
1 is a block diagram schematically showing a configuration of a program according to an embodiment of the present invention.
FIG. 2 is a flow chart schematically illustrating an operation sequence of a program according to an embodiment of the present invention.
3 is an exemplary screen in which a program according to the present specification is executed.
FIG. 4 is an exemplary diagram showing an analysis result value output by a program according to the present specification. FIG.

이하, 첨부된 도면을 참조하여 본 명세서에 개시된 실시예를 상세히 설명하기로 한다. 이때 도면에 도시되고 또 이것에 의해서 설명되는 본 명세서에 개시된 실시예의 구성과 작용은 적어도 하나의 실시예로서 설명되는 것이며, 이것에 의해서 본 명세서의 기술적 사상과 그 핵심 구성 및 작용이 제한되지는 않는다.Hereinafter, embodiments disclosed in this specification will be described in detail with reference to the accompanying drawings. The configuration and operation of the embodiments disclosed in the present specification, which are illustrated in the drawings and described herein, are described as at least one embodiment, and the technical idea, .

도 1은 본 명세서의 일 실시예에 따른 프로그램(100)의 구성을 개략적으로 도시한 블록도이다.1 is a block diagram schematically illustrating the configuration of a program 100 according to an embodiment of the present invention.

도 1을 참고하면, 자바 가상 머신(Java Virtual Machine, 110), JRI(Java R Interface, 120) 및 R 프로그래밍 언어(130)를 확인할 수 있다. 상기 구성들은 프로그램(100)내에서 기능을 담당하는 요소들을 개념적으로 도식화한 것으로서, 물리적으로 분리되거나 구분되는 것을 의미하지 않는다. 또한, 상기 자바 가상 머신(Java Virtual Machine), JRI(Java R Interface) 및 R 프로그래밍 언어(이하 'R')에 대해서는 본 명세서가 속하는 기술분야에서 통상의 지식을 가진 자(이하 '당업자')에게 널리 알려진 공지의 기술이므로 상세한 설명은 생략하도록 한다.Referring to FIG. 1, a Java Virtual Machine (JVM) 110, a JRI (Java R Interface) 120, and an R programming language 130 can be identified. The above configurations are conceptual diagrams of the elements that function in the program 100, and do not mean that they are physically separated or separated. The Java Virtual Machine, Java R Interface (JRI), and R programming language (hereinafter referred to as "R") are well known to those skilled in the art It is a publicly known technique, so that a detailed description thereof will be omitted.

도 2는 본 명세서의 일 실시예에 따른 프로그램(100)의 동작 순서를 개략적으로 도시한 흐름도이다. 상기 도 1 및 도 2를 함께 참조하면, 본 명세서에 따른 프로그램(100)의 동작 원리에 대해서 설명하도록 하겠다.FIG. 2 is a flow chart schematically illustrating the operation sequence of the program 100 according to the embodiment of the present invention. Referring to FIGS. 1 and 2 together, the operation principle of the program 100 according to the present invention will be described.

본 명세서에 따른 프로그램(100)은 사용자에 의해 컴퓨터에 인스톨(install)될 수 있다. 컴퓨터에 인스톨된 상기 프로그램(100)은 사용자에 의해 실행될 수 있다. 프로그램(100)이 실행되면, 먼저 단계 S200에서, 상기 자바 가상 머신(100)이 JRI(120)를 통해서 R(130)을 실행한다. 이 때, 본 명세서의 실시예에 따르면, 상기 프로그램(100)은 상기 실행된 R(130)과 연결 설정 및 상기 설정된 연결을 유지시킬 수 있다.The program 100 according to the present specification can be installed in a computer by a user. The program 100 installed in the computer can be executed by the user. When the program 100 is executed, the Java virtual machine 100 executes the R 130 through the JRI 120 in step S200. At this time, according to the embodiment of the present invention, the program 100 can maintain a connection setup with the executed R 130 and the established connection.

다음 단계 S210에서, 상기 프로그램(100)은 R의 분석 기법에 대한 GUI Tool을 실행 및 화면에 디스플레이한다.In the next step S210, the program 100 executes the GUI tool for the analysis technique of R and displays it on the screen.

도 3은 본 명세서에 따른 프로그램(100)이 실행된 예시의 화면이다.3 is an exemplary screen in which the program 100 according to the present specification is executed.

도 3에 도시된 예시는 본 명세서에 따른 프로그램(100)을 실행시켰을 때, 사용자 컴퓨터의 화면에 디스플레이된 예시이다. 상기 프로그램(100)이 '도서관 분야 통계 분석 시스템'으로 응용된 실시예를 확인할 수 있다. 도 3을 참조하면, R의 분석 기법에 대한 GUI Tool들(301) 디스플레이된 것을 확인할 수 있다. 상기 GUI Tool(301)은 R의 명령어(패키지)를 아이콘과 같은 GUI로 대체된 것으로서, 사용자가 클릭과 같은 간단한 입력만으로도 R에서 제공하는 통계 기법을 사용할 수 있도록 지원한다. 한편, 본 명세서의 일 실시예에 따르면, 상기 GUI Tool(301)은 Java FX(111) 기반 구성될 수 있다.The example shown in Fig. 3 is an example displayed on the screen of the user's computer when executing the program 100 according to the present specification. The program 100 can be applied to the 'library field statistical analysis system'. Referring to FIG. 3, it can be seen that the GUI tools 301 for the analysis technique of R are displayed. The GUI tool 301 is replaced with a GUI such as an icon, so that the user can use a statistical technique provided by R with a simple input such as a click. Meanwhile, according to one embodiment of the present invention, the GUI Tool 301 can be configured based on a Java FX (111).

다음 단계 S220에서, 상기 프로그램(100)은 상기 데이터 베이스(140)를 로딩하면서, 상기 데이터 베이스(140)가 수정 또는 편집된 경우 실시간으로 저장하며, 화면의 크기에 맞는 양의 데이터를 디스플레이 한다. 상기 데이터 베이스(140)는 Excel이나 특정 문자로 분리된 Text 파일을 업로드 하거나, 직접 데이터를 입력하는 것도 가능하다. 바람직하게, 상기 데이터 베이스(140)는 SQLite를 통해 편집, 수정 또는 저장된 데이터 베이스이다. SQLite는 관계형 데이터 베이스로써, 최근 응용 프로그램(100)에서 점차 사용이 증가되는 추세이다. 상기 SQLite는 크기가 작고, 빠르며, 파일 복사로 백업이 완료되는 장점을 가진다. 또한, 상기 SQLite는 Public Domain 라이센스를 가지고 있어, 무료로 누구나 사용이 가능하다는 장점을 가진다.In the next step S220, the program 100 loads the database 140, stores the data 140 in real time when the database 140 is modified or edited, and displays a quantity of data corresponding to the size of the screen. The data base 140 can upload text files separated by Excel or specific characters, or input data directly. Preferably, the database 140 is a database that is edited, modified, or stored through SQLite. SQLite is a relational database, and its usage is gradually increasing in the application program 100 recently. The SQLite is small, fast, and has the advantage that the backup is completed by file copy. In addition, SQLite has a public domain license, and it has an advantage that anyone can use it for free.

상기 단계에서 사용자는 데이터의 편집, 수정이 가능하며, 또한 편집, 수정된 데이터를 바로 바로 저장할 수 있다. 따라서, 상술하였듯이, 종래 R기반 GUI 시스템이 이미 편집된 데이터를 불러들여 곧바로 R에 데이터를 전송하는 기능을 사용하고 있어, 본 명세서에 따른 프로그램은 상기 데이터에 대한 편집/수정 등의 작업을 지원하지 못 한 종래 시스템의 단점을 해결할 수 있다.In this step, the user can edit and modify the data, and directly store the edited and corrected data. Accordingly, as described above, the conventional R-based GUI system uses the function of loading already edited data and immediately transferring the data to R, so that the program according to the present invention does not support editing / editing operations on the data It is possible to solve the drawbacks of the conventional system.

한편, 상술하였듯이, 데이터에 대한 편집/수정을 위해 Java에 데이터를 저장하면 상기 데이터의 크기만큼 메모리 점유하게 된다. 따라서, 본 명세서의 일 실시예에 따르면, 상기 프로그램(100)은 상기 데이터 베이스(140) 중 미리 설정된 개수의 데이터(302)만 상기 화면에 디스플레이 할 수 있다. 도 3에 도시된 실시예에서는 17개의 데이터만 화면에 디스플레이된 예시이다. 단, 상기 화면에 디스플레이되는 데이터(302)의 개수는 본 명세서에 따른 프로그램(100)을 실행하는 컴퓨터의 성능, 디스플레이 화면의 크기 등을 고려하여 다양하게 설정될 수 있음은 자명하다.Meanwhile, as described above, when data is stored in Java for editing / modification of data, memory is occupied by the size of the data. Therefore, according to one embodiment of the present invention, the program 100 can display only a predetermined number of data 302 of the database 140 on the screen. In the embodiment shown in FIG. 3, only 17 data are displayed on the screen. However, it is obvious that the number of data 302 displayed on the screen can be variously set in consideration of the performance of a computer executing the program 100 according to the present invention, the size of a display screen, and the like.

나아가, 상기 220 단계에서, 상기 프로그램(100)은 사용자의 스크롤 입력을 수신할 때 상기 데이터 베이스(140)를 불러와 상기 화면에 디스플레이된 값을 변경할 수 있다. 구체적으로 상기 프로그램(100)은 사용자의 스크롤 입력을 수신할 때, 상기 스크롤 입력 방향에 대응하여 먼저 디스플레이된 데이터(302)이동시키는 것이 될 수 있다. 즉, 사용자가 스크롤(예: 아래 방향)을 하게 되면, 상기 데이터 베이스(140)에서 상기 스크롤 방향에 대응되는 값(예: 화면에 디스플레이된 데이터 중 가장 아래 값의 다음 값)을 불러와 화면을 바꾸고, 이전 값들은 스크롤을 일정 간격으로 이동(예: 위 방향)시켜 마치 데이터가 스크롤링 되는 것처럼 보이도록 하는 것이다.Further, in step 220, the program 100 can change the value displayed on the screen by calling the database 140 when receiving the scroll input of the user. Specifically, when receiving the scroll input of the user, the program 100 may move the displayed data 302 corresponding to the scroll input direction. That is, when the user scrolls (for example, downward), a value corresponding to the scroll direction (for example, the next value of the lowest value among data displayed on the screen) is retrieved from the database 140, And the previous values move the scrolling at regular intervals (for example, upwards) so that the data appears to be scrolled.

다음 단계 S230에서, 상기 프로그램(100)은 상기 GUI Tool(301) 중 어느 하나에 대한 분석 기법이 선택되는 입력을 수신한다. 도 3에 도시된 예시에서 사용자에 의해 선택된 분석 기법은 '교차분석'이며, 데이터 베이스에서 분석을 위한 기준으로 기준 열(303)은 '성별', 데이터 열(304)은 '선호당'이 설정된 것을 확인할 수 있다. 도 3에 도시된 예시와 같이, 본 명세서에 따른 프로그램(100)은 사용자가 클릭과 같은 간단한 입력만으로도 R에서 제공하는 통계 기법을 사용할 수 있도록 지원할 수 있다.In the next step S230, the program 100 receives an input from which an analysis technique for one of the GUI tools 301 is selected. In the example shown in FIG. 3, the analysis technique selected by the user is 'crossover analysis', and the reference column 303 is set to 'sex' and the data column 304 is set to 'per preference' . 3, the program 100 according to the present disclosure can support a user to use the statistical technique provided by R with a simple input such as a click.

다음 단계 S240에서, 상기 자바 가상 머신(110)이 상기 데이터 베이스(140)에 저장된 분석대상 데이터의 위치 및 상기 입력에 따른 분석 기법을 실행시키는 명령을 상기 JRI(120)를 통해 상기 R(130)에게 전달한다. 상기 명령에 대한 예시는 아래와 같다.In step S240, the Java virtual machine 110 transmits to the R 130 via the JRI 120 an instruction to execute the analysis technique according to the input and the location of the analysis target data stored in the database 140. [ . An example of the above command is as follows.

Figure 112014119525934-pat00001
Figure 112014119525934-pat00001

상기 예시적 명령에서 첫 번째 줄은 SQLite 에서 데이터를 로드하라는 명령이다. 상기 예시적 명령에서 두 번째 줄은 '회귀분석'을 수행하라는 명령이다. 도 3에는 '교차분석'을 예시로 도시하였지만, 상기 R(130)의 다양한 분석 기법이 포함된 것을 언급하기 위해 상기 예시적 명령에서는 '회귀분석'에 대한 명령을 기재하였다. 한편, 상기 R(130)은 상기 명령을 수신하여 상기 데이터 베이스를 메모리에 로드(Load)한 후, 상기 입력에 따른 분석 기법을 실행한다. 상기 R(130)은 메모리를 Java에 비해 상대적으로 적게 메모리를 점유하기 때문에 처리속도가 빠른 장점이 있다.The first line in the example command is an instruction to load data in SQLite. The second line in the example command is a command to perform a " regression analysis ". Although FIG. 3 shows an example of 'crosstalk analysis', an instruction for 'regression analysis' has been described in the exemplary command to mention that various analysis techniques of the R 130 are included. On the other hand, the R 130 loads the database into the memory upon receiving the command, and then executes analysis according to the input. The R 130 has a relatively high processing speed because it occupies a relatively small amount of memory compared to Java.

다음 단계 S250에서, 상기 R(130)은 데이터를 메모리에서 로드(load)하여 전달받은 분석 기법으로 분석을 수행한다.In the next step S250, the R 130 loads the data from the memory and performs analysis using the analyzed analysis technique.

다음 단계 S260에서, 상기 자바 가상 머신(110)이 상기 R(130)로부터 분석 결과를 수신한다. 상기 명령에 대한 예시는 아래와 같다.In the next step S260, the Java virtual machine 110 receives the analysis result from the R (130). An example of the above command is as follows.

Figure 112014119525934-pat00002
Figure 112014119525934-pat00002

상기 예시적 명령에서 첫 번째 줄은 R(130)에서 분석한 결과를 Java로 전송하기 위해서 분석결과를 출력하라는 명령이다. 상기 예시적 명령에서 두 번째 줄은 Java에서 결과를 전송받는 명령이다.The first line in the example command is an instruction to output the analysis result in order to transmit the analysis result of R 130 to Java. The second line in the example command is a command to receive the result in Java.

다음 단계 S270에서, 상기 자바 가상 머신(110)이 상기 R(130)로부터 수신한 분석 결과를 그래프 형태로 디스플레이한다.In the next step S270, the Java virtual machine 110 displays the analysis result received from the R 130 in a graphical form.

본 명세서의 일 실시예에 따르면, 상기 R(130)로부터 수신한 분석 결과를 그래프 형태로 디스플레이하기 위해, 상기 R(130)로부터 수신한 분석 결과는 JSON(Java Script Object Notation) 형태로 변경될 수 있다. 그리고 상기 JSON형태로 변경된 데이터는 D3(data-Driven Documents)에 의 해서 그래프 형태로 디스플레이될 수 있다. 상기 D3는 2차원 벡터 그래픽을 표현하는 국제표준인 SVG(Scalable Vector Graphics) 기반의 Javascript Library로 다양한 형태의 인포그래픽을 JSON 형태의 데이터를 사용하여 실시간 랜더링 할 수 있도록 지원한다. According to one embodiment of the present invention, in order to display the analysis result received from the R 130 in a graph form, the analysis result received from the R 130 may be changed into a JSON (Java Script Object Notation) have. The data changed in the JSON format can be displayed in a graph form by D3 (data-driven documents). The D3 is a scalable vector graphics (SVG) -based JavaScript library, which is an international standard for representing two-dimensional vector graphics, and supports various types of infographic graphics in real time rendering using JSON data.

도 4는 본 명세서에 따른 프로그램(100)에 의해 분석 결과 값이 그래프 형태로 디스플레이된 예시도이다. 도 4를 참조하면, 기준행 차트(403)이 그래프 형태로 제공된 것을 확인할 수 있다. 상기 R(130)은 분석된 결과를 그래프 형태로 제공하지 못한다. 따라서, D3를 사용하여 상기 분석 결과 값을 그래프 형태로 출력할 수 있으면, 이를 통해 사용자는 결과 값을 보다 쉽고, 직관적으로 이해할 수 있다.FIG. 4 is an exemplary diagram showing the analysis result values displayed in a graph form by the program 100 according to the present invention. Referring to FIG. 4, it can be seen that the reference row chart 403 is provided in a graph form. The R 130 does not provide the analyzed result in the form of a graph. Therefore, if the result of the analysis can be output in the form of a graph using D3, the user can understand the result value more easily and intuitively.

본 명세서의 일 실시예에 따르면, 상기 단계 270에서 상기 자바 가상 머신(130)이 HTML 파일을 호출하여 상기 분석 결과 값을 더 출력할 수 있다. 도 4를 참조하면, 데이터 요약 결과(401) 및 교차분석 결과(402) 값이 표로 제공된 것을 확인할 수 있다. 상기 R(130)은 분석된 결과를 표로 제공하지 못한다. 따라서, HTML 파일을 호출하여 상기 분석 결과 값을 표로 출력할 수 있으면, 이를 통해 사용자는 결과 값을 보다 쉽고, 직관적으로 이해할 수 있다. According to an embodiment of the present invention, in step 270, the Java virtual machine 130 may call an HTML file to further output the analysis result value. Referring to FIG. 4, it can be seen that the data summary result 401 and the crossover analysis result 402 are provided as a table. The R 130 does not provide the analyzed result as a table. Therefore, if the HTML file is called and the analysis result value can be output as a table, the user can understand the result value more easily and intuitively.

본 명세서에 따른 프로그램(100)은 저장매체에 저장될 수 있다. 상기 저장 매체는 기계로 읽을 수 있는 매체이다. 기계로 읽을 수 있는 매체라는 용어는, 기계가 정보를 읽어 들일 수 있도록 정보를 읽는 물리적 기구에 의해 검출될 수 있는 유형의 정보를 저장하고 상기 기계에게 데이터를 제공하는 매체로 정의될 수 있다. 상기 저장 매체는 비 휘발성 매체(non-volatile media) 및 휘발성 매체(volatile media)를 포함할 수 있다. 상기 기계로 읽을 수 있는 매체는, 이에 한정되지 않지만, 플로피 디스크(floppy disk), 플렉서블 디스크(flexible disk), 하드 디스크, 자기 테이프, 시디롬(compact disc read-only memory: CD-ROM), 광학 디스크, 펀치 카드(punchcard), 페이퍼 테이프(papertape), 램, 피롬(Programmable Read-Only Memory: PROM), 이피롬(Erasable PROM: EPROM) 및 플래시-이피롬(FLASH-EPROM) 중의 적어도 하나를 포함한다.The program 100 according to the present specification can be stored on a storage medium. The storage medium is a machine readable medium. The term machine-readable medium may be defined as a medium that stores and provides information to a type of information that can be detected by a physical mechanism that reads information so that the machine can read the information. The storage medium may include non-volatile media and volatile media. The machine-readable medium includes, but is not limited to, a floppy disk, a flexible disk, a hard disk, a magnetic tape, a compact disc read-only memory (CD-ROM) A punch card, a papertape, a ram, a programmable read-only memory (PROM), an erasable PROM (EPROM), and a flash-EPROM .

본 명세서에 따르면, 대용량 데이터를 활용하여 통계 분석 기능을 제공하는 프로그램을 제공할 수 있다. 또한, R 프로그래밍 언어에 대한 명령어 및 통계 분석에 대한 비전문가도 GUI를 통해서 쉽게 데이터를 로드하여 분석할 수 있다. 게다가, 데이터 베이스에 대한 편집, 수정이 가능하며, 편집 및 수정된 내용이 바로 데이터 베이스에 반영될 수 있다. 나아가, Java에서 데이터 베이스를 저장할 때 메모리를 과다 점유하는 단점을 피할 수 있다. 그리고 운영체제에 상관없이 GUI 기반 통계 분석 프로그램을 설치하여 활용이 가능하다.According to the present specification, it is possible to provide a program that provides a statistical analysis function by utilizing a large amount of data. In addition, non-experts on commands and statistical analysis for the R programming language can easily load and analyze data through the GUI. In addition, the database can be edited and modified, and the edited and modified contents can be directly reflected in the database. Furthermore, you can avoid the drawback of overbooking memory when storing the database in Java. And it is possible to use GUI based statistical analysis program regardless of operating system.

본 명세서에서 사용되는 용어는 본 명세서에 개시된 실시예의 기능을 고려하면서 가능한 현재 널리 사용되는 일반적인 용어를 선택하였으나, 이는 당분야에 종사하는 기술자의 의도 또는 관례 또는 새로운 기술의 출현 등에 따라 달라질 수 있다. 또한 특정한 경우는 출원인이 임의로 선정한 용어도 있으며, 이 경우 해당되는 명세서의 설명 부분에서 상세히 그 의미를 기재할 것이다. 따라서 본 명세서에서 사용되는 용어는 단순한 용어의 명칭이 아닌 그 용어가 가지는 의미와 본 명세서의 전반에 걸친 내용을 토대로 정의되어야 함을 밝혀두고자 한다. The terminology used herein should be interpreted taking into consideration the functions of the embodiments disclosed herein, and it is to be understood that the present invention is not limited to the above-described embodiments, and various changes and modifications may be made by those skilled in the art without departing from the spirit and scope of the invention. Also, in certain cases, there may be a term chosen arbitrarily by the applicant, in which case the meaning shall be described in detail in the description part of the relevant specification. Accordingly, it is intended that the terminology used herein should be defined not only by the nomenclature of the term, but also by the meaning of the term and its scope throughout this specification.

또한 본 명세서에 개시되어 있는 실시예들에 대해서 특정한 구조적 내지 기능적 설명들은 단지 실시예를 설명하기 위한 목적으로 예시된 것으로, 실시예들은 다양한 형태로 실시될 수 있으며 본 명세서에 설명된 실시예들에 의해 권리의 범위가 한정되는 것으로 해석되어서는 아니 된다. 본 명세서의 개념에 따른 실시예는 다양한 변경을 가할 수 있고 여러 가지 형태를 가질 수 있으므로 특정 실시예들을 도면에 예시하고 본 명세서에 상세하게 설명하고자 한다. 그러나, 이는 본 명세서의 개념에 따른 실시예를 특정한 개시 형태에 대해 한정하려는 것이 아니며, 본 명세서의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다It is also to be understood that the specific structural and functional descriptions for the embodiments disclosed herein are presented for purposes of illustrating illustrative embodiments only and that the embodiments may be embodied in various forms and are not intended to limit the scope of the embodiments Should not be construed as limiting the scope of rights. Embodiments in accordance with the concepts herein may be made in various manners and may take various forms, so that specific embodiments are illustrated in the drawings and described in detail herein. It should be understood, however, that it is not intended to limit the embodiments according to the concepts of the present disclosure to the particular forms of disclosure, but includes all modifications, equivalents, and alternatives falling within the spirit and scope of the present disclosure

또한, 본 명세서의 실시예를 설명함에 있어서 이해의 편의를 위해 종속적인 구성은 하나씩만 추가되는 예시를 중심으로 설명하였으나, 2이상의 종속적인 구성이 조합을 이루어 추가되는 실시예도 가능하다. 따라서, 본 명세서에 개시된 실시예에 본 명세서의 범위가 제한되지 않는다.In the description of the embodiments of the present invention, for example, the dependent configuration is added only one by one, but two or more dependent configurations may be added in combination. Accordingly, the scope of the disclosure is not limited to the embodiments disclosed herein.

100 : 프로그램
110 : 자바 가상 머신(Java Virtual Machine)
120 : JRI(Java R Interface)
130 : R 프로그래밍 언어
140 : 데이터 베이스
100: Program
110: Java Virtual Machine
120: Java R Interface (JRI)
130: R programming language
140: Database

Claims (18)

(a) 자바 가상 머신(Java Virtual Machine)이 JRI(Java R Interface)를 통해서 R을 실행하는 단계;
(b) R의 분석 기법에 대한 GUI Tool을 실행 및 화면에 디스플레이 하는 단계;
(c) 데이터 베이스를 화면에 디스플레이 하는 단계;
(d) 상기 GUI Tool 중 어느 하나에 대한 분석 기법이 선택되는 입력을 수신하는 단계;
(e) 상기 자바 가상 머신이 상기 데이터 베이스를 메모리에 로드(Load) 및 상기 입력에 따른 분석 기법을 실행시키는 명령을 상기 JRI를 통해 상기 R에게 전달하는 단계;
(f) 상기 자바 가상 머신이 상기 R로부터 분석 결과를 수신하는 단계; 및
(g) 상기 자바 가상 머신이 상기 R로부터 수신한 분석 결과를 그래프 형태로 디스플레이하는 단계;를 포함하고,
상기 (c)단계는, 상기 데이터 베이스부터 기설정된 조건에 따라 로딩된 데이터를 SQLite를 통해 편집하는 단계; 및
상기 편집된 데이터를 상기 자바 가상 머신에 실시간으로 저장하는 단계를 더 포함하는 것을 특징으로 하고,
상기 (g)단계는, 상기 R로부터 수신한 분석결과를 JSON(Java Script Object Notation)형태로 변경하는 단계; 및
상기 JSON형태로 변경된 결과를 D3(Data Driven Document)를 이용하여 디스플레이 하는 단계;를 더 포함하는 것을 특징으로 하는 대용량 데이터 분석을 위한 R의 연계방법.
(a) executing a Java Virtual Machine (R) through a JRI (Java R Interface);
(b) executing GUI tool for R analysis technique and displaying on screen
(c) displaying a database on a screen;
(d) receiving an input from which an analysis technique for any one of the GUI tools is selected;
(e) transmitting the instruction to the R through the JRI to load the database into the memory and execute the analysis technique according to the input;
(f) receiving the analysis result from the R virtual machine; And
(g) displaying the analysis result received from the Java virtual machine in a graph form,
The step (c) includes: editing data loaded according to predetermined conditions from the database through SQLite; And
And storing the edited data in the Java virtual machine in real time,
The step (g) may include: changing an analysis result received from the R to a JSON (Java Script Object Notation) format; And
And displaying the changed result in the JSON format using a data driven document (D3).
제1항에 있어서,
상기 (a) 단계는, 상기 실행된 R과 연결 설정 및 상기 설정된 연결을 유지하는 것을 더 포함하는 단계인 것을 특징으로 하는 대용량 데이터 분석을 위한 R의 연계방법.
The method according to claim 1,
Wherein the step (a) further comprises the step of: establishing a connection with the executed R and maintaining the established connection.
제1항에 있어서,
상기 GUI Tool은, Java FX 기반으로 된 것을 특징으로 하는 대용량 데이터 분석을 위한 R의 연계방법.
The method according to claim 1,
Wherein the GUI Tool is based on Java FX.
제1항에 있어서,
상기 (g)단계는, JSON 형태로 변경된 데이터가 D3에 의해 그래프 형태로 디스플레이되는 단계인 것을 특징으로 하는 대용량 데이터 분석을 위한 R의 연계방법.
The method according to claim 1,
Wherein the step (g) is a step of displaying data changed in JSON form in a graph form by D3.
제1항에 있어서,
상기 (g)단계는, 상기 자바 가상 머신이 HTML 파일을 호출하여 상기 분석 결과 값을 더 출력하는 단계인 것을 특징으로 하는 대용량 데이터 분석을 위한 R의 연계방법.
The method according to claim 1,
Wherein the step (g) is a step in which the Java virtual machine calls an HTML file to further output the analysis result value.
제1항에 있어서,
상기 데이터 베이스는, SQLite를 통해 편집, 수정 또는 저장된 데이터 베이스인 것을 특징으로 하는 대용량 데이터 분석을 위한 R의 연계방법.
The method according to claim 1,
Wherein the database is a database edited, modified or stored through SQLite.
제1항에 있어서,
상기 (c) 단계는, 상기 데이터 베이스 중 미리 설정된 개수의 데이터만 상기 화면에 디스플레이 하는 단계;인 것을 특징으로 하는 대용량 데이터 분석을 위한 R의 연계방법.
The method according to claim 1,
Wherein the step (c) comprises displaying only a predetermined number of data in the database on the screen.
제7항에 있어서,
상기 (c) 단계는, 사용자의 스크롤 입력을 수신할 때 상기 데이터 베이스를 불러와 상기 화면에 디스플레이된 값을 변경하는 것을 특징으로 하는 대용량 데이터 분석을 위한 R의 연계방법.
8. The method of claim 7,
Wherein the step (c) is performed by calling the database when the scroll input of the user is received, and changing the value displayed on the screen.
제8항에 있어서,
상기 (c) 단계는, 사용자의 스크롤 입력을 수신할 때 상기 스크롤 입력 방향에 대응하여 먼저 디스플레이된 데이터를 이동시키는 것을 특징으로 하는 대용량 데이터 분석을 위한 R의 연계방법.
9. The method of claim 8,
Wherein the step (c) includes moving the displayed data corresponding to the scroll input direction when receiving the scroll input of the user.
자바 가상 머신(Java Virtual Machine)이 JRI(Java R Interface)를 통해서 R을 실행하고, R의 분석 기법에 대한 GUI Tool을 실행 및 화면에 디스플레이 하고, ,데이터 베이스로부터 기설정된 조건에 따라 로딩된 데이터를 SQLite를 통해 편집하고, 상기 편집된 데이터를 상기 자바 가상머신에 실시간으로 저장하고, 상기 데이터 베이스를 화면에 디스플레이 하고, 상기 GUI Tool 중 어느 하나에 대한 분석 기법이 선택되는 입력을 수신하고, 상기 자바 가상 머신이 상기 데이터 베이스를 메모리에 로드(Load) 및 상기 입력에 따른 분석 기법을 실행시키는 명령을 상기 JRI를 통해 상기 R에게 전달하고, 상기 자바 가상 머신이 상기 R로부터 분석 결과를 수신하고, 상기 R로부터 수신한 분석결과를 JSON(Java Script Object Notation)형태로 변경된 결과를 D3(Data Driven Document)를 이용하여 그래프 형태로 디스플레이 하는 것을 특징으로 하는 R의 연계를 통해 대용량 데이터 분석 프로그램을 저장하는 저장매체.A Java virtual machine executes R through JRI (Java R Interface), executes a GUI tool for R analysis technique and displays it on the screen, and loads data loaded from a database according to predetermined conditions And displaying the database on a screen, receiving an input in which an analysis technique for any one of the GUI tools is selected, A Java virtual machine loads the database into a memory and transmits an instruction for executing an analysis technique according to the input to the R through the JRI, the Java virtual machine receives an analysis result from the R, The result of the analysis of the analysis result received from the R is changed to JSON (Java Script Object Notation), and the result is displayed on a graph using D3 (Data Driven Document) Through R linkage, characterized in that the display state storage medium for storing a large amount of data analysis program. 제10항에 있어서,
상기 실행된 R과 연결 설정 및 상기 설정된 연결을 유지하는 것을 더 포함하는 것을 특징으로 하는 R의 연계를 통해 대용량 데이터 분석 프로그램을 저장하는 저장매체.
11. The method of claim 10,
Further comprising the step of: establishing a connection with the executed R and maintaining the established connection. ≪ RTI ID = 0.0 > [10] < / RTI >
제10항에 있어서,
상기 GUI Tool은, Java FX 기반으로 된 것을 특징으로 하는 R의 연계를 통해 대용량 데이터 분석 프로그램을 저장하는 저장매체.
11. The method of claim 10,
Wherein the GUI tool is a Java FX-based storage medium for storing a large-capacity data analysis program through linkage with R.
제10항에 있어서,
상기 R로부터 수신한 분석 결과는, JSON 형태로 변경된 데이터가 D3에 의해 그래프 형태로 디스플레이되는 것을 특징으로 하는 R의 연계를 통해 대용량 데이터 분석 프로그램을 저장하는 저장매체.
11. The method of claim 10,
Wherein the analysis result received from the R is displayed in a graphical form by D3, the data changed to the JSON form.
제10항에 있어서,
상기 자바 가상 머신이 HTML 파일을 호출하여 상기 분석 결과 값을 출력하는 것을 더 포함하는 R의 연계를 통해 대용량 데이터 분석 프로그램을 저장하는 저장매체.
11. The method of claim 10,
Wherein the Java virtual machine calls an HTML file and outputs the analysis result value.
제10항에 있어서,
상기 데이터 베이스는, SQLite를 통해 편집, 수정 또는 저장된 데이터 베이스인 것을 특징으로 하는 R의 연계를 통해 대용량 데이터 분석 프로그램을 저장하는 저장매체.
11. The method of claim 10,
Wherein the database is a database edited, modified or stored through SQLite. The storage medium stores the large-capacity data analysis program through association with R.
제10항에 있어서,
상기 데이터 베이스를 화면에 디스플레이 하는 것은, 상기 데이터 베이스 중 미리 설정된 개수의 데이터만 상기 화면에 디스플레이 하는 것을 특징으로 하는 R의 연계를 통해 대용량 데이터 분석 프로그램을 저장하는 저장매체.
11. The method of claim 10,
Wherein the display of the database is performed by displaying only a predetermined number of data in the database on the screen.
제16항에 있어서,
상기 데이터 베이스를 화면에 디스플레이 하는 것은, 사용자의 스크롤 입력을 수신할 때 상기 데이터 베이스를 불러와 상기 화면에 디스플레이된 값을 변경하는 것을 특징으로 하는 R의 연계를 통해 대용량 데이터 분석 프로그램을 저장하는 저장매체.
17. The method of claim 16,
Wherein displaying the database on the screen changes the value displayed on the screen by calling the database when receiving a scroll input of the user. media.
제17항에 있어서,
상기 데이터 베이스를 화면에 디스플레이 하는 것은, 사용자의 스크롤 입력을 수신할 때 상기 스크롤 입력 방향에 대응하여 먼저 디스플레이된 데이터를 이동시키는 것을 특징으로 하는 R의 연계를 통해 대용량 데이터 분석 프로그램을 저장하는 저장매체.
18. The method of claim 17,
Wherein the display of the database is performed by moving the displayed data corresponding to the scroll input direction when receiving the scroll input of the user. .
KR1020140175547A 2014-12-09 2014-12-09 R cooperation method, visualization method for the analysis of large amount of data and storage medium saving the program thereof KR101629394B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020140175547A KR101629394B1 (en) 2014-12-09 2014-12-09 R cooperation method, visualization method for the analysis of large amount of data and storage medium saving the program thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020140175547A KR101629394B1 (en) 2014-12-09 2014-12-09 R cooperation method, visualization method for the analysis of large amount of data and storage medium saving the program thereof

Publications (1)

Publication Number Publication Date
KR101629394B1 true KR101629394B1 (en) 2016-06-21

Family

ID=56353948

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020140175547A KR101629394B1 (en) 2014-12-09 2014-12-09 R cooperation method, visualization method for the analysis of large amount of data and storage medium saving the program thereof

Country Status (1)

Country Link
KR (1) KR101629394B1 (en)

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
김준기, ‘일선 기업 현장에서의 R의 활용’, 2011.10.28., Retrieved from the internet:<URL: http://www.nexr.co.kr/resources/seminar_2011.jsp#res_tab> *
김준기, ‘일선 기업 현장에서의 R의 활용’, 2011.10.28., Retrieved from the internet:<URL: http://www.nexr.co.kr/resources/seminar_2011.jsp#res_tab>

Similar Documents

Publication Publication Date Title
US11399090B2 (en) Page control for history pages of browsed data
CN107223241B (en) Contextual scaling
CN104267947B (en) A kind of editor&#39;s method of pop-up picture and pop-up picture editor&#39;s device
JP5385373B2 (en) High-fidelity rendering of documents in the viewer client
US11392634B2 (en) Cloud-based large-scale pathological image collaborative annotation method and system
US20140164900A1 (en) Appending content with annotation
US20080307388A1 (en) Visual Interface To Represent Scripted Behaviors
KR20170037957A (en) Presenting dataset of spreadsheet in form based view
CN111367976A (en) Method and device for exporting EXCEL file data based on JAVA reflection mechanism
CN111259644A (en) Rich text processing method, editor, equipment and storage medium
CN112668290A (en) Dynamic form generation method and system based on gridding design
CN104516674A (en) Word processing method and device
US20110107256A1 (en) Zooming Task Management
US8560943B2 (en) Displaying documents on mobile devices
US10282216B2 (en) Automatic import of third party analytics
KR101629394B1 (en) R cooperation method, visualization method for the analysis of large amount of data and storage medium saving the program thereof
CN105653145A (en) Method and device for processing display object
US10261758B2 (en) Pattern recognition of software program code in an integrated software development environment
KR101633463B1 (en) R cooperation method for the analysis of large amount of data and storage medium saving the program thereof
WO2016065903A1 (en) Content input method, system and device and non-volatile computer storage medium
CN112181346B (en) Method, device, server, client and medium for processing thinking guide graph
JP5702265B2 (en) Program automatic generation apparatus and program automatic generation method
KR102150897B1 (en) Apparatus and method for providing an image, a computer-readable recording medium recording a program for execution on a computer
US11908493B2 (en) Single clip segmentation of media
CN115599269B (en) Method and device for generating experiment report and electronic equipment

Legal Events

Date Code Title Description
GRNT Written decision to grant