The present invention relates to a data analysis information processing device that visualizes data stored in a database.
As inexpensive computers are widespread and a sensor network environment can be constructed at low cost, for example, an environment in which a large amount of data can be collected and accumulated easily is maintained. As a method of extracting useful information from a huge set of collected data or a database, a data mining method has been known. Data mining is a method of visualizing data by using a computer, and with use of the visualized data, proceeding data analysis of an analysis target by a human interactively. For example, in an air-conditioning facility or the like, by monitoring the apparatus for a long period of time and analyzing the obtained data, the data may be utilized for optimization, abnormality detection, and the like of the apparatus. When analyzing data corresponding to such a long period of time, along with an increase in the amount of data, analysis speed drops significantly, so it takes a long time to complete the analysis. Regarding such a problem, Patent Literature 1 proposes a technology of individually analyzing data classified by each similar data type.
Meanwhile, in data analysis using a computer, it is necessary to perform normalization that converts the format of collected data into a format that a computer can handle easily, and database compilation to store data in which normalization is completed in a database. With appropriate processing by the computer, data is visualized, whereby data analysis can be performed easily.
Patent Literature 1: Japanese Unexamined Patent Application Publication No. 2008-204282
Even in the case of analyzing a large scale of data corresponding to a long period of time by a human with use of a computer, a large scale of data is normalized, and upon completion of the normalization, a database is compiled, and processing for visualization is performed. At that time, when performing data normalization and database compilation by a computer having an average processing performance, it takes a long time for the processing. As the data put in a database is visualized to be in a state where a human can begin data analysis, it is expected that an enormous amount of time is required until data analysis ends.
If a large amount of data can be processed at once, the processing speed of normalization and database compilation is expected to be improved. However, in order to improve the processing performance of a computer, there is no way other than using a plurality of computers or using an expensive computer. In the case of using a computer having an average processing performance, there is no choice but to take an enormous amount of time.
The present invention has been made to overcome the aforementioned problem. An object of the present invention is to provide a data analysis information processing device that enables reduction of the time taken until data analysis is completed even in the case of using a computer having an average processing performance.
A data analysis information processing device according to an embodiment of the present invention includes: a database configured to store normalized data; a memory configured to store part of the data of the database; an analysis instruction unit configured to specify analysis target data, to be analyzed prior to other data, of data before normalization, and designate the analysis target data; a normalization instruction unit configured to issue instruction to perform processing to normalize, prior to other data, the analysis target data designated by the analysis instruction unit; a visualization instruction unit configured to issue instruction to perform processing to visualize, prior to other data, the analysis target data designated by the analysis instruction unit; a normalization processing unit configured to normalize, prior to other data, the analysis target data of the data before normalization; a database processing unit configured to store the data normalized by the normalization processing unit to the database, extracts, prior to other data, data designated by the visualization instruction unit from the database, and load the extracted data in the memory; and a display device configured to display the data loaded in the memory
According to an embodiment of the present invention, by adopting the above configuration, a normalization process and a visualization process of data are performed in parallel, and desired data is processed prior to other data as analysis target data. Thereby, the advantageous effect that visualization of the desired data is performed quickly in the case of using a computer of an average processing performance, is achieved.
Hereinafter, embodiments of a data analysis information processing device according to the present invention will be described in detail with reference to the drawings. It should be noted that the present invention is not limited to the embodiments.
A data analysis information processing device according to the present invention is used for analyzing a large amount of data. For example, it is used for continuously acquiring data regarding operation status of a plurality of air-conditioning apparatuses in an air-conditioning facility for a long period of time, and analyzing the data. Hereinafter, description will be given on the case of using a data analysis information processing device for data analysis of an air-conditioning facility.
The pre-normalization data 101 stored in the memory 101a includes temperature data, barometric pressure data, operation status data of the air-conditioning apparatus, and the like, for example, and is stored by each item along with data acquisition date and data of an air-conditioning apparatus that is a target of measurement. The database 102 is a region for storing data after normalization, and the memory 103 functions as a primary buffer for visualizing data on a display screen.
The data analysis information processing device 100 further includes an analysis instruction unit 110, a normalization instruction unit 111, a normalization processing unit 112, a visualization instruction unit 113, a database processing unit 114, and a display device 120. The data analysis information processing device 100 is realized by a program stored in a memory not illustrated, and a CPU (Central Processing Unit) executing it.
The analysis instruction unit 110 specifies an item input by an operator on the display screen (for example, analysis setting screen illustrated in
The normalization instruction unit 111 instructs the normalization processing unit 112 to process normalization of analysis target data that is to be normalized prior to other data, before instructing a process of normalizing the pre-normalization data 101 other than the analysis target data. Based on the instruction by the normalization instruction unit 111, the normalization processing unit 112 sequentially extracts data from the pre-normalization data 101 to normalize it, and gives the normalized data to the database processing unit 114 and stores it to the database 102 successively. At this time, the normalization processing unit 112 first normalizes data of the analysis target data designated by the normalization instruction unit 111, and then normalizes the pre-normalization data 101 other than the analysis target data sequentially. Normalization and storage of data by the normalization processing unit 112 is performed as a series of processing, and it is repeated until every pre-normalization data 101 is normalized during the time that the data analysis information processing device 100 is running.
Meanwhile, the visualization instruction unit 113 first instructs the database processing unit 114 to visualize the analysis target data based on the notification by the analysis instruction unit 110, and then issues instructions to visualize items other than that of the analysis target data. Based on such an instruction, the database processing unit 114 sets memory spaces corresponding to items of the analysis target data and those other than the analysis target data, and initializes them. Then, the database processing unit 114 sequentially extracts the normalized data from the database 102, and loads it on the memory 103. The display device 120 visualizes the normalized data in a graph, for example. The visualization process by the visualization instruction unit 113 is repeated periodically during the time that the data analysis information processing device 100 is running. When new data is normalized and stored in the database 102, it is visualized immediately, whereby the graph on the display device 120 is enriched.
As described above, as the analysis instruction unit 110 notifies each of the normalization instruction unit 111 and the visualization instruction unit 113 of an instruction individually, normalization of data by the normalization instruction unit 111 and visualization of data by the visualization instruction unit 113 are performed individually and in parallel.
Next, a normalization process performed by the data analysis information processing device 100 will be described with reference to a flowchart. When analysis begins, analysis target data is notified from the analysis instruction unit 110 to the normalization instruction unit 111.
As described above, the normalization process and database compilation are performed in a series of processing, and also data designated as analysis target data is normalized in priority to data other than the analysis target data.
Then, since data to be visualized, stored in the database, has been accumulated sequentially when the normalization process is completed, by performing the data visualization process, the data that the operator wishes to analyze prior to other data is visualized.
As described above, the normalization process and the visualization process are individually instructed by the analysis instruction unit 110, and the processes by the normalization instruction unit 111 and the visualization instruction unit 113 are performed simultaneously in parallel. Data that the operator wishes to analyze prior to other data is processed prior to other data. Therefore, the data that the operator wishes to analyze prior to other data, that is, the desired data, is visualized quickly.
Further, in the processes performed by the normalization instruction unit 111 and the visualization instruction unit 113, when the setting of the analysis target data is changed in the middle of performing the respective processes, the analysis target data is immediately reset at that time and the processes are restarted. At this time, the data of which normalization has been completed is held in a state of being stored in the database 102. Thereby, even when the operator changes the setting in the middle of the process, the data can be used for visualization instantly as required. Therefore, normalized data can be used effectively.
Next, a specific example of operation of the data analysis information processing device 100 will be described.
The operator designates analysis target data that the operator wishes to analyze prior to other data, on the analysis setting screen 500. For example, as designated contents, “2015/3/15˜2015/3/21” is set in the analysis period setting 501, “temperature” and “pressure” are designated in the analysis item setting 502. Further, “device A” and “device C” are designated in the analyzed device setting 503.
When the analysis start button is pressed in this state, aforementioned processes of the flowcharts of
Immediately after the start of analysis, there is no normalized data. Accordingly, a memory space is set in the initial state, and a message 704 such as “Converting . . . ” is displayed. When analysis is started, first, analysis target data is displayed. Then, when the display content is updated, the graph 703 is displayed step by step every time. Finally, whole of the data is visualized. The analysis screen may include a progress indicator 705 showing the ratio of the data having been shown in a graph, such as “converting . . . xx % completed”, for example. Thereby, the operator is able to recognize the percentage of conversion as a numerical value. Accordingly, compared with the case of visually recognized only from a graph, the convenience of the operator is improved.
While the operator is able to wait until every designated data is displayed, the operator is also able to end the display at the time when the analysis result is acquired. Further, even when the analysis is not completed, it is possible to press the analysis designation button 706 to designate new data as analysis target data, and to start analysis. In that case, a configuration is applicable in which a new item on the analysis setting screen 500 is selected, and new analysis is started by pressing the analysis start button 504 again, for example.
In the data analysis information processing device of Embodiment 1 of the present invention as described above, the normalization processing unit 112 normalizes analysis target data based on a notification from the analysis instruction unit 110 (normalization instruction unit 111), and the database processing unit 114 stores it in the database 102. At the same time and in parallel thereto, the database processing unit 114 sequentially visualizes the analysis target data put in a database, based on a notification from the analysis instruction unit 110 (visualization instruction unit 113). Thereby, the analysis target data selected by the operator is compiled into the database and is visualized immediately, without waiting for normalization of whole of the data to be normalized. Since the analysis target data is processed prior to other data as described above, desired data can be visualized quickly and provided to the operator.
A data analysis information processing device 100 according to Embodiment 2 of the present invention will be described. In Embodiment 2, description is mainly given on different points from Embodiment 1. The same parts as those of Embodiment 1 are denoted by the same reference numerals, and the description thereof is omitted. It should be noted that the configuration of the data analysis information processing device 100 according to Embodiment 2 is same as the configuration of the data analysis information processing device 100 of
The normalization instruction unit 111 notifies the normalization processing unit 112 of the analysis target data notified by the analysis instruction unit 110 and the prioritized analysis target data notified by the priority instruction unit 115. Based on an instruction by the normalization instruction unit 111, the normalization processing unit 112 sequentially extracts the prioritized analysis target data and the analysis target data from the pre-normalization data 101 and normalizes them, and then stores them in the database 102 immediately. Then, similar processing is performed on the remaining pre-normalization data 101 to normalize it and compile it into the database.
The visualization instruction unit 113 instructs visualization of data to the database processing unit 114 based on the notification from the analysis instruction unit 110, similarly to the visualization instruction unit 113 of Embodiment 1. Based on the notification, the database processing unit 114 extracts data after the normalization stored in the database 102, and loads it on the memory 103. Then, the data loaded on the memory 103 is visualized in a graph on the analysis screen.
As described above, by enabling setting priority to the analysis target data and setting data to be normalized prior to other data of the analysis target data, it is possible to perform analysis according to the analysis priority with respect to a plurality of items of one designated content.
It should be noted that the processing performed by the visualization instruction unit 113 is similar to that of Embodiment 1. The visualization instruction unit 113 sequentially visualizes the analysis target data stored in the database 102. At this time, prioritized analysis target data is sequentially normalized and stored in the database 102. Consequently, prioritized analysis target data is visualized prior to other data. Thereby, it is possible to quickly visualize data that the operator wishes to analyze prior to other data, and provide it.
First, the operator inputs an instruction about an analysis target that the operator wishes to analyze prior to other data, on the analysis setting screen 500. For example, the operator sets “2015/3/15˜2015/3/21” in the analysis period setting 501, designates “temperature” and “pressure” in the analysis item setting 502, and designates “device A” and “device C” in the analyzed device setting 503, for example.
When the priority designation screen 600 is displayed, the operator designates items that the operator wishes to analyze prior to other data. For example, the operator sets “2015/3/15˜2015/3/18” in the priority period setting 601, designates “temperature” in the priority analysis item setting 602, and designates “device A” in the priority analyzed device setting 603. Thereby, analysis corresponding to the designated items in the designated period is performed prior to other data.
Then, when the operator presses the designation button 604, the designated item is set as analysis target data having the highest priority. When the cancel button 605 is pressed, none of the items are set as items having the highest priority. When the designation button 604 or the cancel button 605 is pressed, the screen is returned to the analysis setting screen 500 from the priority designation screen 600.
Then, when the analysis start button 504 is pressed on the analysis setting screen 500, an item that is to be normalized prior to other data is notified from the analysis instruction unit 110 and the priority instruction unit 115 to the normalization processing unit 112. As a result, the analysis target data, for which priority is set, is normalized prior to other data, then, analysis target data is normalized, and then, the other data are normalized, and the normalized data are sequentially displayed on the analysis screen.
It should be noted that in the above example, two units of analysis target data are selected, and priority is set to one of them. However, the number of units of analysis target data is not limited. For example, it is possible to have a configuration in which priority is set to each of the selected units of analysis target data, and displaying the units of analysis target data are displayed sequentially according to the priority.
In the data analysis information processing device according to Embodiment 2 of the present invention described above, by selecting a plurality of units of analysis target data and enabling priority setting to the analysis target data, it is possible to further set priority to the data that the operator wishes to perform analysis with the highest priority, among the units of analysis target data. Thereby, the operator can obtain a desired analysis result more quickly. It should be noted that setting of the priority is not limited to two stages. Priority may be set in three stages or more.
A data analysis information processing device according to Embodiment 3 of the present invention will be described. In Embodiment 3, description is mainly given on different points from Embodiments 1 and 2. The same parts as those of Embodiments 1 and 2 are denoted by the same reference numerals, and the description thereof is omitted. Embodiment 3 differs from Embodiments 1 and 2 in that an analysis processing unit performs analysis and processing of data based on an instruction by an analysis instruction unit.
The analysis instruction unit 110 specifies data of an item set by an operator as an item that the operator wishes to analyze prior to other data, to be analysis target data, and specifies it. Then, the analysis instruction unit 110 instructs each of the normalization processing unit 212 and the database processing unit 214 of the analysis processing unit 216, of the analysis target data to be analyzed prior to other data.
The normalization processing unit 212 performs processing to normalize the analysis target data prior to other data, according to the instruction by the analysis instruction unit 110. The normalization processing unit 212 extracts the analysis target data from the pre-normalization data 101 prior to other data, normalizes the pre-normalization data 101 sequentially, and provides the normalized data to the database processing unit 214 successively.
The database processing unit 214 performs processing to store the data received from the normalization processing unit 212 in the database 102, and at the same time, extracts data stored in the database 102 for visualization and loads it in the memory 103, according to the instruction by the analysis instruction unit 110. In the database 102, the data received from the normalization processing unit 212 is stored successively in the received order. In the memory 103, analysis target data extracted prior to other data according to the instruction by the analysis instruction unit 110 is loaded in the order extracted.
The data is loaded successively in the memory 103, visualized in the display device 120, and is displayed in a graph, for example.
The normalization processing unit 212 and the database processing unit 214 perform normalization of data and database compilation for visualization as a series of processing simultaneously in parallel. This means that the analysis instruction unit 110 has a function corresponding to the normalization instruction unit 111 instructing normalization and a function corresponding to the visualization instruction unit 113 instructing visualization.
Next, a normalization process performed by the data analysis information processing device 200 will be described. When analysis is started, analysis target data is notified from the analysis instruction unit 110 to the analysis processing unit 216, and is notified from the analysis processing unit 216 to each of the normalization processing unit 212 and the database processing unit 214. In the normalization processing unit 212, the analysis target data is extracted prior to other data from the pre-normalization data 101 and normalized based on the notification, and provided to the database processing unit 214. At the same time, in the database processing unit 214, the analysis target data is extracted prior to other data from the database 102 in which the normalized data is stored, and is loaded in the memory 103. Then, the analysis target data is visualized in the memory 103, and is displayed on the display device 120. When analysis of the analysis target data is completed, data other than the analysis target data is sequentially extracted by the normalization processing unit 212 and the database processing unit 214, and is analyzed. Then, the analyzed data is sequentially displayed on the display device 120, whereby the display is enriched.
As described above, the normalization processing unit 212 and the database processing unit 214 normalize the data extracted based on the instruction by the analysis instruction unit 110 and compile it in a database simultaneously in parallel as a series of processing. Thereby, data that the operator wishes to analyze prior to other data is processed prior to other data. Accordingly, data that the operator wishes to analyze prior to other data, that is, desired data, is visualized quickly.
It should be noted that in the description provided above, the configuration in which the analysis instruction unit 110 instructs normalization and visualization has been described. However, a configuration in which each of the normalization processing unit 212 and the database processing unit 214 has a function of instructing normalization and a function of instructing visualization is also acceptable. For example, a configuration is applicable in which analysis target data is instructed by the analysis instruction unit 110, and that a visualization instruction unit having a function of instructing a database processing unit to visualize the analysis target data, based on the instruction, is also provided. In this configuration, the database processing unit 214 performs visualization according to the instruction by the visualization instruction unit, and the analysis target data is loaded prior to other data in the memory 103 and is displayed on the display device 120.
When an operator selects analysis target data that the operator particularly wishes to analyze prior to other data of the analysis target data set as an item to be analyzed prior to other data, the priority instruction unit 115 sets priority to the analysis target data based on the selection. The priority instruction unit 115 instructs the analysis processing unit 216 of the priority of the analysis target data.
When the instruction of the priority is given from the priority instruction unit 115 to the analysis processing unit 216, the normalization processing unit 212 extracts, prior to other data, data of higher priority, of the analysis target data designated by the analysis instruction unit 110, from the pre-normalization data 101, and performs a normalization process.
With this configuration, even when there are a plurality of units of analysis target data, it is possible to determine priority in the analysis target data and perform analysis prior to other data. Thereby, it is possible to visualize data desired by the operator more quickly and provide it.
It is also acceptable to have a configuration in which an instruction of priority by the priority instruction unit 115 is notified to the database processing unit 214 at the same time as the analysis processing unit 216. With this configuration, in the case where there are a plurality of units of analysis target data, not displayed on the display device 120, in the database processing unit 214, data to be extracted is determined based on the priority. Accordingly, it is possible to provide desired data to the operator more quickly.
As described above, the data analysis information processing device 200 according to Embodiment 3 of the present invention includes the analysis instruction unit 110 that designates analysis target data, the analysis processing unit 216 that analyzes the analysis target data, and the display device 120 that displays the analysis target data sequentially and gradually. With the instruction by the analysis instruction unit 110, an instruction of normalization and an instruction of visualization of the analysis target data are directly notified to the normalization processing unit 212 and the database processing unit 214 of the analysis processing unit 216, respectively. Thereby, the data transmission channel is simplified, and the data is displayed more quickly.
Further, the data analysis information processing device 200 according to Embodiment 3 of the present invention further includes the database 102 that stores normalized data, and the memory 103 that stores data to be displayed on the display device 120. The analysis processing unit 216 is configured of the normalization processing unit 212 that normalizes, prior to other data, analysis target data, and the database processing unit 214 that stores data in a database, extracts the analysis target data prior to other data, and loads it in the memory. Then, the data loaded in the memory 103 is displayed on the display device 120. Thereby, the channel through which an instruction of data is transmitted can be simplified.
Further, the data analysis information processing device 200 according to Embodiment 3 of the present invention includes a visualization instruction unit that instructs visualization of data designated by the analysis instruction unit 110. The visualization instruction unit issues instructions to visualize, prior to other data, the analysis target data designated by the analysis instruction unit 110, and the database processing unit 214 extracts, prior to other data, the data designated by the visualization instruction unit 113 and loads it in the memory 103. Thereby, in the case of a large amount of data, a plurality of channels through which an instruction of data is transmitted are constructed. Thereby, the data processing speed is improved, and the data desired by the operator is provided quickly.
Further, the data analysis information processing device 200 according to Embodiment 3 of the present invention further includes the priority instruction unit 115 by which priority is set to the analysis target data. According to an instruction by the priority instruction unit 115, analysis target data of higher priority is displayed prior to other data sequentially and gradually. Thereby, the operator can set priority of the analysis target data to be displayed in more detail, and acquire an analysis result of the desired analysis target data.
A data analysis information processing device according to Embodiment 4 of the present invention will be described. In Embodiment 4, description is mainly given on different points from Embodiments 1 to 3. The same parts as those of Embodiments 1 to 3 are denoted by the same reference numerals, and the description thereof is omitted. Embodiment 4 differs from Embodiments 1 to 3 in aspects of an analysis screen and an analysis setting screen to be displayed on the display device 120.
The analysis screen 700a is divided into regions each showing the sensor information 701 of a device that performs designated analysis. The message 704 indicating that analysis is not completed and the graph 703 such as a line graph are displayed on each region in a non-time-series manner. It should be noted that the regions in the analysis screen 700a are examples of first and second display regions of the present invention.
When the data analysis information processing device starts analysis, data is normalized and stored in the database 102 sequentially, and the data stored in the database 102 is successively loaded in the memory 103 for visualization. Immediately after the start of analysis, as there is no normalized data in the database 102, the memory space is set in an initial state. In this case, the memory 103 causes the display device 120 to display the message 704 of information such as “Converting . . . ” indicating that analysis is not completed.
Along with the progress of the analysis, the analysis target data to be analyzed prior to other data is extracted from the data before normalization, and is normalized by the analysis processing unit 216. At the same time, by the database processing unit 214, normalized data is stored in the database 102 sequentially, and is extracted from the database 102. The data extracted by the database processing unit 214 is replaced with the memory space set in the initial state in the memory 103, and is loaded to be visualized. The visualized data is displayed by the display device 120 in place of the message 704 in the region where the message 704 indicating information that analysis is not completed is displayed on the analysis screen 700a. As normalization and visualization of data are performed independently in parallel, the analysis target data is displayed sequentially and the display is enriched gradually.
For example, when the operator operates to change analysis target data to new data in the middle of the analysis, the analysis instruction unit 110 instructs the analysis processing unit 216 of the analysis target data after the change. Based on such an instruction, the analysis processing unit 216 extracts analysis data after the change from the data before normalization, and performs normalization. At the same time, the database processing unit 214 stores the normalized data in the database 102, and extracts, prior to other data, the analysis target data after the change from the database 102 and provides it to the memory 103. When the data is visualized by the memory 103, the analysis target data after the change is displayed prior to other data. At this time, when the analysis target data after the change is data in a region apart from time series, for example, the analysis target data after the change is displayed with the display of “Converting . . . ”, indicating that analysis is not completed, between it and the analysis target data before the change.
Then, when display of the analysis target data is completed, analysis of other data progresses. When analysis of whole of the data is completed, it is displayed in a graph or the like, and analysis of the data ends.
According to the data analysis information processing device according to Embodiment 4 of the present invention, information indicating that analysis is not completed, such as the message 704 of “Converting . . . ”, is displayed until the analysis target data is analyzed, on the display device 120. Thereby, it is possible to inform the operator of the data under conversion.
Further, according to the data analysis information processing device according to Embodiment 4 of the present invention, the message 704 indicating information that analysis is not completed is displayed on the region where analyzed analysis target data is to be displayed when the analysis target data is analyzed. As such, the operator can predict that the analysis target data will be displayed on such a region in time.
Further, according to the data analysis information processing device according to Embodiment 4 of the present invention, the message 704 indicating information that analysis is not completed is displayed on a plurality of locations of the display device 120. As such, data in which analysis is completed is displayed successively, and data desired by the operator can be displayed in preference to other data.
Further, according to the data analysis information processing device according to Embodiment 4 of the present invention, when the specified analysis target data is changed, the changed analysis target data is analyzed prior to other data sequentially and gradually, and is displayed on the display device 120. Thereby, it is possible to promptly analyze the data that the operator desires most and display it at any point of time.
Further, according to the data analysis information processing device according to Embodiment 4 of the present invention, analyzed analysis target data is displayed with the message 704 indicating information that analysis is not completed being provided before it. In this way, even when analysis of the analysis target data before the change is not completed, as analysis target data after the change is displayed prior to other data, it is possible to analyze the data that the operator desires most quickly and display it.
Further, according to the data analysis information processing device according to Embodiment 4 of the present invention, the display device 120 includes a plurality of display regions, and different data is to be displayed in each region. Thereby, it is possible to quickly display an analysis result of a device desired by the operator at desired priority.
A data analysis information processing device according to Embodiment 5 of the present invention will be described. In Embodiment 5, description is mainly given on different points from Embodiments 1 to 4. The same parts as those of Embodiments 1 to 4 are denoted by the same reference numerals, and the description thereof is omitted. Embodiment 5 shows another aspect of the analysis screen 700 displayed on the display device.
On the analysis screen 720b, a distribution map 720, including sensor information 701 indicating each device and a message 704 indicating that analysis is not completed regarding such a device, is displayed. On the analysis screen 720b, as indications showing the progress of analysis in a distribution map or the like, a progress indicator 705a showing the percentage of data in which analysis is completed relative to the entire data, and a progress indicator 705b showing the progress of data analysis in each device in which analysis is being performed, are displayed. The progress indicator 705b is displayed near the sensor information 701 showing the device that the progress indicator 705b shows the progress. In the lower part of the analysis screen 720b, the analysis designation button 706, to be pressed when the operator wishes to set new analysis target data, is displayed. The display content displayed on the analysis screen 720b is updated successively, and on the progress indicators 705a and 705b showing the progress of the data analysis, the progress at each point of time is displayed.
In the graph 703, the sensor information 701 of each of the devices A, B, and C is displayed by a black spot at a region corresponding to the analyzed result. On the other hand, regarding the device D in which analysis is being performed, the percentage indicating the progress of analysis is displayed by a gray spot, along with the sensor information 701. Regarding the devices E and F in which analysis has not started, they are displayed in the message 704 as an indication that analysis is not completed. Regarding the devices in which analysis is being performed, the progress indicator 705b showing the progress of analysis is updated successively. At the same time, the gray spot is displayed to be darker, whereby the visibility is improved.
From the graph 703, the operator is able to read that the device D in which analysis is being performed currently is recognized, the progress of the analysis in the device D shown by a gray dot is 10%, and analysis has not started in the devices E and F, along with the results of the analyzed devices A, B, and C. By displaying the aspects each having the meaning on the analysis screen 700, it is possible to show the progress of analysis in each device and the progress of analysis of the entire data can be displayed as information indicating that analysis is not completed.
According to the data analysis information processing device according to Embodiment 5 of the present invention, information indicating that analysis is not completed includes the progress indicator 705 showing information related to the progress of analysis of the analysis target data. Thereby, the operator can easily grasp the analysis result, and the convenience of the operator is improved.
Further, according to the data analysis information processing device of Embodiment 5 of the present invention, as the progress indicator 705 showing the progress of analysis is updated successively, the latest information is always provided to the operator. Thereby, the operator can instantly obtain the analysis result, and it is possible to prevent the operator from feeling discomfort to wait for the analysis result.
A data analysis information processing device according to Embodiment 6 of the present invention will be described. In Embodiment 6, description is mainly given on different points from Embodiments 1 to 5. The same parts as those of Embodiments 1 to 5 are denoted by the same reference numerals, and the description thereof is omitted. Embodiment 6 shows other forms of an analysis setting screen and a priority designation screen displayed on the display device.
In the analysis period setting 501, an operator sets a plurality of desired analysis periods. In the case of setting execution of analysis on a particular day and time within the set period, day selection 507 and time selection 508 are operated. In the analysis item setting 502, the operator selects items such as time, pressure, and an operation state desired by the operator, and designates a device that the operator wishes to use it for analysis in the analyzed device setting 503.
Thereby, 2015/3/15˜2015/3/21 and 2015/4/1˜2015/4/7 are set in the analysis period setting 501, temperature and pressure are designated in the analysis item setting 502, and a device A and a device C are designated in the analyzed device setting 503, for example.
When designation on the analysis setting screen 510 is completed, any of the priority designation button 506, the analysis start button 504, and the cancel button 505 is operated.
In the priority period setting 601, a priority period is set particularly when there is a period for which analysis is to be performed prior to other data in the designated analysis period setting 501. When there are a plurality of priority periods, a plurality of periods can be set. In the case of setting execution of analysis to a particular day and time in the set priority period, day selection 606 and time selection 607 are operated.
In the priority analysis item setting 602, an item in which analysis is to be performed prior to other data, among the items to be analyzed set in the analysis item setting 502, is selected. Further, in the priority analyzed device setting 603, an item in which analysis is to be performed prior to other data, among the devices set in the analyzed device setting 503, is selected.
Thereby, 2015/3/15˜2015/3/18 and 2015/4/1˜2015/4/2 are set in the priority period setting 601, temperature is designated in the priority analysis item setting 602, and the device A is designated in the priority analyzed device setting 603, for example.
When designation on the priority designation screen 610 is completed, the designation button 604 for fixing the designated content or the cancel button 605 for canceling the set is operated, and the analysis setting screen 510 is displayed again on the display device 120.
As described above, on the analysis setting screen 510 and the priority designation screen 610, it is possible to specify the analysis target data in detail by increasing the display items. Accordingly, it is possible to quickly provide information matching the operator's request to the operator.
It should be noted that the respective items displayed on the analysis setting screen 510 and the priority designation screen 610 are not limited to those described above. The contents and the number thereof can be changed according to the analysis target. Further, a configuration of giving further priority in stages such as low, intermediate, and high, is also acceptable.
100, 200, 210 data analysis information processing device 101 pre-normalization data 101a memory 102 database 103 memory 110 analysis instruction unit 111 normalization instruction unit 112, 212 normalization processing unit 113 visualization instruction unit 114, 214 database processing unit 115 priority instruction unit 120 display device
216 analysis processing unit 300 analysis screen 500, 510 analysis setting screen 501 analysis period setting 502 analysis item setting
503 analyzed device setting 504 analysis start button 505 cancel button 506 priority designation button 507 day selection 508 time selection 600, 610 priority designation screen 601 priority period setting
602 priority analysis item setting 603 priority analyzed device setting
604 designation button 605 cancel button 606 day selection
607 time selection 700, 700a, 720b analysis screen 701 sensor information 702 analysis period 703 graph 704 message 705, 705a, 705b progress indicator 706 analysis designation button 710 bar graph
720 distribution map 730 pie chart.
Number | Date | Country | Kind |
---|---|---|---|
PCT/JP2015/067269 | Jun 2015 | JP | national |
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/JP2016/065794 | 5/27/2016 | WO | 00 |