This application is based upon and claims the benefit of priority of the prior Japanese Patent Application No. 2015-186769, filed on Sep. 24, 2015, the entire contents of which are incorporated herein by reference.
The embodiments discussed herein are related to a common information output method, a common information output device and a non-transitory computer-readable storage medium.
There are techniques of performing analysis regarding routes of mobile bodies as spatial information analysis. For example, there are techniques of performing OD search, where each of trajectories indicated by a plurality of pieces of trajectory data, which is actual observation data, is searched for a route with a designated point that serves as an “origin (O)” or a “destination (D)”. Further, there are techniques of analyzing a frequently-occurring OD indicating an O-to-D combination that appears for not less than a predetermined number of times, such as ten, which is Shinjuku Station to Shibuya Station or Shinagawa Station to Ikebukuro Station for example, in a plurality of trajectories. In addition, there are techniques of searching trajectories for a partial route, such as a route that passes through Shinagawa Station and then through Ikebukuro Station on the outer track of Yamanote Line. Moreover, there are techniques of analyzing a frequently-occurring partial route indicating a partial route that appears for not less than a predetermined number of times, such as ten, in trajectories.
In performing such route analyses described above, a common portion or similarity between a plurality of trajectories is determined so as to recognize that mobile bodies pass an identical route. For example, techniques by which the trajectory indicated by the movement history of each of two users is converted into a semantic trajectory to compute a longest common subsequence (LCS) between the two semantic trajectories are proposed. According to the techniques, similarity between the users is calculated using the computed LCS.
Also, an algorithm that uses dynamic programming is known as techniques of computing an LCS.
J. J. Ying, E. H. -C. Lu, W. -C. Lee, T. -C. Weng, and V. S. Tseng, “Mining user similarity from semantic trajectories”, Proc. LBSN '10, pp. 19-26, 2010, and D. S. Hirschberg, “A linear space algorithm for computing maximal common subsequences”, Comm. of ACM, 18(6), pp. 341-343, 1975 are examples of related art.
According to an aspect of the invention, a common information output method executed by a computer, the common information output method including acquiring first trajectory information and second trajectory information, the first trajectory information indicating a first node sequence corresponding to nodes at which a first object has arrived in order, the second trajectory information indicating a second node sequence corresponding to nodes at which a second object has arrived in order, specifying a number of common node based on the first trajectory information and the second trajectory information when at least a part of the first node sequence indicated by the first trajectory information and at least a part of the second node sequence indicated by the second trajectory information are overlapped, the common node being same node appearing at same position in the overlapped part of the first node sequence and the overlapped part of the second node sequence, the specifying being executed for each of a plurality of patterns of overlap of the first node sequence and the second node sequence, and outputting information in accordance with the specified number of common node.
The object and advantages of the invention will be realized and attained by means of the elements and combinations particularly pointed out in the claims.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory and are not restrictive of the invention, as claimed.
To identify a common portion among trajectory data accurately, however, a large amount of computation is desired and particularly when large-scale trajectory data is the target, combinations of the trajectory data burst and the amount of the computation further increases. For example, to identify a common portion among trajectory data included in approximately 10,000 pieces of trajectory data using a conventional algorithm, it is expected to take approximately one day.
An aspect of the present application is aimed at reducing the amount of computation desired so as to identify a common portion among trajectory data.
Examples of embodiments of the present application are described in detail below with reference to the drawings.
As illustrated in
For example, movement trajectory data that indicates movement trajectories as illustrated in
Data that indicates a road network is stored in the road network DB 22. For example, as illustrated in
The acquisition unit 11 acquires each movement trajectory data from the movement trajectory DB 21. In the movement trajectory DB 21, a group of data with an identical movement trajectory ID constitutes one piece of the movement trajectory data. The acquisition unit 11 acquires data that indicates the road network of a target range from the road network DB 22. The “x coordinates” and the “y coordinates” in the road network DB 22 are used to determine whether or not it is the target range. The acquisition unit 11 transfers the acquired movement trajectory data and the data that indicates the road network to the normalization unit 12.
As illustrated in
The calculation unit 13 acquires a pair of normalized trajectories from the normalized trajectory DB 23 as the target for identifying common portion. The pair of normalized trajectories includes two normalized trajectories. Further, the calculation unit 13 calculates information on commonness in the single pair of normalized trajectories. In the present embodiment, as the information on commonness, information on the identification of the common portion between the two normalized trajectories and the length of the common portion, which is hereinafter referred to as the “common portion length”, are calculated.
A common portion between normalized trajectories according to the present embodiment is described below.
For example, a common portion between a path 1 (A→B→F→G→C→D→H) and a path 2 (A→E→F→G→H) in a network graph including nodes A to H illustrated in
Although
In the present embodiment, the normalized trajectories obtained by normalizing the movement trajectories of mobile bodies constitute the paths in
Thus, in the present embodiment, reduction in the amount of computation desired for identifying a common portion is attempted by approximately calculating common portions between normalized trajectories while utilizing such characteristics of the movement trajectories.
Specifically, the calculation unit 13 arranges one normalized trajectory, which is included in a pair of normalized trajectories, on the upper side and arranges the other normalized trajectory on the lower side so that the normalized trajectories are in parallel and the node IDs of each row correspond to each other one by one. Hereinafter, in overlapping portions between the one normalized trajectory and the other normalized trajectory, node IDs at corresponding positions, that is, a node ID of the one normalized trajectory and a node ID of the other normalized trajectory, which are present at the same column, are referred to as a “node pair”. After that, the calculation unit 13 calculates the number of nodes that overlap between the one normalized trajectory and the other normalized trajectory, that is, the number of node pairs with common node IDs for each of the arrangements where the numbers of node pairs differ from each other.
More specifically, in the parallel arrangements of both normalized trajectories, an arrangement where the node ID at the left (front) end of the one normalized trajectory and the node ID at the right (rear) end of the other normalized trajectory correspond to each other is referred to as an initial arrangement. An arrangement where the node ID at the right end of the one normalized trajectory and the node ID at the left end of the other normalized trajectory correspond to each other is referred to as a final arrangement. The calculation unit 13 calculates the number of node pairs with common node IDs for each arrangement by shifting the other normalized trajectory to the right side by one column from the initial arrangement to the final arrangement. The calculation unit 13 identifies a node sequence in which the node IDs indicated respectively by the node pairs in a case where the number of node pairs with common node IDs calculated for each arrangement is the largest are enumerated as a common portion between both normalized trajectories.
As regards the paths of the general network graph described with reference to
In contrast, when a common portion between normalized trajectories is identified as in the present embodiment, as described above, the numbers of nodes between common portions present discontinuously are highly likely to be the same. Thus, even when a common portion is approximately identified simply while shifting the node sequence of each normalized trajectory by one column, as illustrated in
The calculation unit 13 calculates the number of node IDs included in the identified common portion as a common portion length. The calculation of the common portion length may be presented as expression (1) below. In expression (1), ti represents the i-th node ID of the one normalized trajectory, si represents the i-th node ID of the other normalized trajectory, |t| represents the length of the one normalized trajectory (the number of node IDs), and |s| represents the length of the other normalized trajectory. Further, {i:ti=si+k} represents the number of node pairs, which satisfies that ti=si+k.
The calculation unit 13 notifies the calculated common portion length to the determination unit 14 and causes the identified common portion and the calculated common portion length to be stored in for example, the output information DB 24 as illustrated in
The determination unit 14 compares the common portion length notified from the calculation unit 13 with a predetermined threshold value and when the common portion length is equal to or larger than the threshold value, determines that both normalized trajectories included in the single pair of normalized trajectories are similar to each other. Further, when the common portion length is smaller than the threshold value, the determination unit 14 determines that both normalized trajectories are dissimilar to each other. The determination unit 14 causes the determination result to be stored in the item “SIMILAR OR DISSIMILAR” in the output information DB 24.
The common information output device 10 may be implemented by for example, a computer 40 illustrated in
The storage unit 43 may be implemented by a hard disk drive (HDD), a solid state drive (SSD), flash memory, or the like. The storage unit 43 as a storage medium stores a common information output program 50 for causing the computer 40 to function as the common information output device 10.
The CPU 41 reads the common information output program 50 from the storage unit 43 and expands the common information output program 50 in the memory 42 to sequentially execute processes included in the common information output program 50. The common information output program 50 includes an acquisition process 51, a normalization process 52, a calculation process 53, and a determination process 54.
The CPU 41 operates as the acquisition unit 11 illustrated in
The functions implemented by the common information output program 50 may also be implemented by for example, a semiconductor integrated circuit, and more specifically, by an application specific integrated circuit (ASIC) or the like.
Advantages of the common information output device 10 according to the first embodiment are described below. In a state where the movement trajectory DB 21 in which a plurality of pieces of movement trajectory data are stored and the road network DB 22 that indicates a road network are prepared, the common information output process illustrated in
In step S20 of the common information output process illustrated in
After that, in step S30, the normalization unit 12 normalizes the movement trajectories indicated by the movement trajectory data by causing the movement trajectories to correspond to the road network and converts the movement trajectory data into respective normalized trajectories. After that, the normalization unit 12 adds a normalized trajectory ID to each of the converted normalized trajectories and causes the resultant normalized trajectories to be stored in the normalized trajectory DB 23, which is illustrated in
After that, in step S40, the common portion information calculation process illustrated in detail in
In step S41 of the common portion information calculation process illustrated in
After that, in step S42, the calculation unit 13 acquires a pair of normalized trajectories from the normalized trajectory DB 23, and arranges one normalized trajectory included in the pair of normalized trajectories on the upper side and arranges the other normalized trajectory on the lower side in parallel so that the arrangement is the initial arrangement. It is assumed here that the calculation unit 13 arranges the normalized trajectory 1, which is longer, that is, larger in the number of node IDs in the two normalized trajectories, on the upper side and arranges the normalized trajectory 2, which is shorter, that is, smaller in the number of node IDs, on the lower side. Further, as illustrated in the uppermost row and the row of loop 1 in
After that, in step S43, the calculation unit 13 calculates the number of node pairs with common node IDs between the normalized trajectory 1 and the normalized trajectory 2. Although one node pair is present as illustrated in the uppermost row and the row of loop 1 in
After that, in step S44, when the number of node pairs with common node IDs, which is calculated in step S43 described above, is larger than max, the calculation unit 13 updates the value of max with the calculated number of node pairs with common node IDs. Further, when max is updated, the calculation unit 13 updates the sequence CS with a node sequence in which node IDs indicated by each node pair with common node IDs are enumerated. Here, since the calculated number of node pairs with common node IDs=0 and max=0, max and CS are not updated.
After that, in step S50, as illustrated in the row of loop 2 in
After that, in step S51, the calculation unit 13 determines whether or not an overlapping portion, that is, a node pair is present between the normalized trajectories. When an overlapping portion is present, the procedure returns to step S43 and when no overlapping portion is present, the procedure proceeds to step S52. Since an overlapping portion is present in this case, the procedure returns to step S43 and operations of steps S43, S44, and S50 are repeated. Since a node pair with common nodes ID is not present between the normalized trajectory 1 and the normalized trajectory 2 in the arrangement indicated in the row of loop 2 in
In the arrangements of the normalized trajectory 1 indicated in the uppermost row and the normalized trajectory 2 indicated in the row of loop 3 in
After that, when the normalized trajectory 2 is arranged as indicated in the row of loop 4 in
After that, when the normalized trajectory 2 is arranged as indicated in the row of loop 5 in
After that, when the normalized trajectory 2 is arranged as indicated in each of the rows of loops 6 to 10 in
In step S52, while the value currently stored as max is the common portion length and the node sequence stored in the sequence CS is the common portion, the calculation unit 13 causes the common portion length and the common portion to be stored in the output information DB 24 so that the common portion length and the common portion correspond to the normalized trajectory IDs of the normalized trajectories included in a pair of normalized trajectories. Further, the calculation unit 13 notifies the calculated common portion length to the determination unit 14. After that, the common portion information calculation process ends and the procedure returns to the common information output process illustrated in
After that, in step S60 of the common information output process illustrated in
As described above, in the common information output device according to the first embodiment, characteristics that the numbers of nodes between common portions between movement trajectories are highly likely to be the same are utilized to approximately identify a common portion between normalized movement trajectories. Specifically, the maximum value of the numbers of node pairs with common node IDs is calculated as a common portion length by arranging two normalized movement trajectories in parallel and performing calculation for each of the arrangements in which the numbers of overlapping nodes are different from one another. Accordingly, compared with a case where search for a common portion is performed in view of a difference in the number of nodes between common portions present discontinuously while variously changing combinations of corresponding nodes between both movement trajectories, the amount of computation desired for identifying the common portion between the movement trajectories may be reduced.
Thus, when the amount of computation desired for identifying a common portion between movement trajectories may be reduced, time taken to analyze the movement trajectories may be shortened as well and analysis whose target is large-scale data is also enabled.
In addition, from the initial arrangement in which the left end of one movement trajectory and the right end of the other movement trajectory are caused to correspond to each other, the number of node pairs with common node IDs is calculated by shifting the other movement trajectory by one column. Accordingly, arrangements with the numbers of overlapping nodes, which are different from one another, may be overall handled by a simple procedure.
Although the first embodiment describes a case where an arrangement in which the left end of one movement trajectory and the right end of the other movement trajectory are caused to correspond to each other serves as the initial arrangement and the arrangements are changed while the other movement trajectory is shifted to the right side relative to the one movement trajectory, the present disclosure is not limited thereto. An arrangement in which the right end of the one movement trajectory and the left end of the other movement trajectory are caused to correspond to each other may serve as the initial arrangement, the arrangements may be changed while the other movement trajectory is shifted to the left side relative to the one movement trajectory.
A second embodiment is described next. In a common information output device 210 according to the second embodiment, the same references are given to parts similar to those of the common information output device 10 according to the first embodiment and detailed descriptions thereof are omitted.
As illustrated in
Similar to the calculation unit 13 according to the first embodiment, the calculation unit 213 calculates information on commonness between a pair of normalized trajectories. Hereinafter, what is different from the calculation unit 13 according to the first embodiment is described. In calculating the number of node pairs with common node IDs for each arrangement, the calculation unit 213 according to the second embodiment performs the calculation sequentially from the arrangement large in the number of overlapping nodes.
Specifically, in parallel arrangements of both normalized trajectories, an arrangement in which the node ID at the left (front) end of one of the normalized trajectories and the node ID at the left (front) end of the other normalized trajectory correspond to each other is referred to as an initial arrangement. It is assumed, for example, that in the current arrangements, the other normalized trajectory is out on the left side of the one normalized trajectory. In this case, the calculation unit 213 shifts the arrangement of the other normalized trajectory so that at least one node of the same number as the number of the outside nodes is out on the right side of the one normalized trajectory to create an arrangement in which the number of node pairs with common node IDs is calculated subsequently. For another example, it is assumed that in the current arrangements, the other normalized trajectory is out on the right side of the one normalized trajectory. In this case, the calculation unit 213 shifts the arrangement of the other normalized trajectory so that nodes of the number larger by one than the number of the outside nodes are out on the left side of the one normalized trajectory to create an arrangement in which the number of node pairs with common node IDs is calculated subsequently.
Accordingly, arrangements with the numbers of overlapping nodes, which are different from one another, may be overall handled sequentially from an arrangement large in the number of nodes. After that, when the number of overlapping nodes becomes equal to or smaller than the maximum value of the number of node pairs with common node IDs, which is already calculated, the calculation unit 213 ends the calculation of the number of node pairs with common node IDs.
The common information output device 210 may be implemented by for example, the computer 40 illustrated in
The CPU 41 reads the common information output program 250 from the storage unit 43 and expands the common information output program 250 in the memory 42 to sequentially execute processes included in the common information output program 250. The common information output program 250 includes an acquisition process 51, a normalization process 52, a calculation process 253, and a determination process 54.
The CPU 41 operates as the calculation unit 213 illustrated in
The functions implemented by the common information output program 250 may also be implemented by for example, a semiconductor integrated circuit, and more specifically, by an ASIC or the like.
The common information output device 210 according to the second embodiment is described below. Also in the second embodiment, similar to the first embodiment, the common information output process illustrated in
In step S41 of the common portion information calculation process illustrated in
After that, in step S43, the calculation unit 213 calculates the number of node pairs with common node IDs between the normalized trajectory 1 and the normalized trajectory 2. As illustrated in the uppermost row and the row of loop 1 in
After that, in step S45, the calculation unit 213 determines whether or not, in the current arrangements of a pair of normalized trajectories, the left end of the other normalized trajectory corresponds to or is further on the right side than the left end of the one normalized trajectory. That is, the calculation unit 213 determines whether or not the other normalized trajectory is out on the left side relative to the other normalized trajectory. When the other normalized trajectory is not out on the left side, the procedure proceeds to step S46 and when the other normalized trajectory is out on the left side, the procedure proceeds to step S48. Since, as illustrated in the uppermost row and the row of loop 1 in
In step S46, the calculation unit 213 determines whether or not, in the current arrangements of a pair of normalized trajectories, the right end of the other normalized trajectory is further on the left side than the right end of the one normalized trajectory. That is, the calculation unit 213 determines whether or not the right end of the other normalized trajectory accords with the right end of the other normalized trajectory, or determines whether or not the other normalized trajectory is out relative to the right side of the one normalized trajectory. When the right end of the other normalized trajectory is further on the left side than the right end of the one normalized trajectory, the procedure proceeds to step S50 and when the right ends of both normalized trajectories accord with each other or the other normalized trajectory is out on the right side, the procedure proceeds to step S47. Since, as illustrated in the uppermost row and the row of loop 1 in
In step S50, as illustrated in the row of loop 2 in
After that, in step S251, the calculation unit 213 determines whether or not the length of the overlapping portions, that is, the number of node pairs between the normalized trajectories is equal to or smaller than the current value of max. When the length of the overlapping portions is equal to or smaller than max, the procedure proceeds to step S52 and when the length of the overlapping portions is larger than max, the procedure returns to step S43. Since, as illustrated in the uppermost row and the row of loop 2 in
Since in the arrangement indicated in the row of loop 2 in
In step S47, the calculation unit 213 shifts the other normalized trajectory so that the other normalized trajectory is out on the left side of the one normalized trajectory by the number larger by one than the number of node IDs of the other normalized trajectory that is out on the right side of the one normalized trajectory. Since in the arrangement indicated in the row of loop 2 in
Since in the arrangement indicated in the row of loop 3 in
In step S48, the calculation unit 213 shifts the other normalized trajectory so that the other normalized trajectory is out on the right side of the one normalized trajectory by the number of node IDs of the other normalized trajectory that is out on the left side of the one normalized trajectory. Since in the arrangement indicated in the row of loop 3 in
In the arrangement indicated in the row of loop 4 in
In step S52, the calculation unit 213 causes information on the common portion length and the common portion to be stored in the output information DB 24. After that, the common portion information calculation process ends and the procedure returns to the common information output process illustrated in
As described above, in the common information output device according to the second embodiment, two normalized movement trajectories are arranged in parallel and for each of arrangements different in the number of overlapping nodes, the maximum value of the number of node pairs with common node IDs is calculated as a common portion length. At the time, the calculation is performed sequentially from the arrangement large in the number of overlapping nodes and when the number of overlapping nodes becomes equal to or smaller than the maximum value of the number of node pairs with common node IDs, which is already calculated, the procedure ends. Accordingly, the amount of computation desired for identifying a common portion between movement trajectories may be further reduced.
Although the second embodiment describes a case where an arrangement in which the left end of one movement trajectory and the left end of the other movement trajectory are caused to correspond to each other serves as the initial arrangement, the present disclosure is not limited thereto. An arrangement in which the right end of one movement trajectory and the right end of the other movement trajectory are caused to correspond to each other may serve as the initial arrangement. In this case, when the right end of the other normalized trajectory is present further on the left side than the right end of the one normalized trajectory and the left end of the other normalized trajectory is present further on the right side than the left end of the one normalized trajectory, the other movement trajectory is shifted to the right side by one column. When the other normalized trajectory is out on the right side of the one normalized trajectory, the other normalized trajectory is shifted so that the other normalized trajectory is out on the left side of the one normalized trajectory by the number larger by one than the number of nodes that are out. For another example, when the other normalized trajectory is out on the left side of the one normalized trajectory, the other normalized trajectory is shifted so that the other normalized trajectory is out on the right side of the one normalized trajectory by the number larger by one than the number of nodes that are out.
A third embodiment is described below. The third embodiment describes a route graph generation system that includes a common information output device. In the third embodiment, the same references are given to parts similar to those of the common information output device 10 according to the first embodiment and detailed descriptions thereof are omitted.
As illustrated in
The movement trajectory generation device 32 acquires observation data, which indicates locations of mobile bodies observed regularly by each of sensors 36 that observe the locations of the mobile bodies, through a network 38. The sensor 36 may be a terminal, such as a mobile phone or a smartphone, held by a human, which is an example of the mobile body, or may be the Global Positioning System (GPS) or the like utilized in a car navigation system or the like mounted on a vehicle, which is an example of the mobile body. The observation data includes location data indicated with the latitude and longitude of each observation point, observation times, and sensor IDs for distinguishing the sensors 36. The movement trajectory generation device 32 extracts a plurality of pieces of acquired observation data for each sensor ID and arranges the location data included in each piece of the observation data on the time series based on the observation times to generate movement trajectory data. The movement trajectory generation device 32 causes the plurality of pieces of generated movement trajectory data to be stored in the movement trajectory DB 21.
In terms of functions, the common information output device 310 includes an acquisition unit 311, a generation unit 15, a normalization unit 12, a calculation unit 13, and a determination unit 14.
The acquisition unit 311 transfers the movement trajectory data acquired from the movement trajectory DB 21 to the generation unit 15. Further, similar to the acquisition unit 11 according to the first embodiment, the acquisition unit 311 transfers the movement trajectory data acquired from the movement trajectory DB 21 and data that indicates the route graph acquired from the route graph DB 322, which is described below, to the normalization unit 12.
The generation unit 15 generates a route graph from the movement trajectory data transferred from the acquisition unit 311. Similar to the road network according to the first embodiment, the route graph is indicated as a plurality of nodes that are each caused to correspond to the location information and as links that couple the nodes. For example, as illustrated in the upper diagram of
The generation unit 15 causes data that indicates the generated route graph to be stored in the storage device 20 as for example, the route graph DB 322 illustrated in
The common information output device 310 included in the route graph generation system 30 may be implemented by for example, the computer 40 illustrated in
The CPU 41 reads the common information output program 350 from the storage unit 43 and expands the common information output program 350 in the memory 42 to sequentially execute the processes included in the common information output program 350. The common information output program 350 includes an acquisition process 351, a normalization process 52, a calculation process 53, a determination process 54, and a generation process 55.
The CPU 41 operates as the acquisition unit 311 illustrated in
The functions implemented by the common information output program 350 may also be implemented by for example, a semiconductor integrated circuit, and more specifically, by an ASIC or the like.
Advantages of the route graph generation system 30 according to the third embodiment are described below. The movement trajectory generation device 32 acquires observation data observed by each of the plurality of sensors 36 through the network 38 and generates movement trajectory data from the observation data to cause the movement trajectory data to be stored in the movement trajectory DB 21. After that, the common information output device 310 executes the route graph generation process illustrated in
In step S10 of the route graph generation process illustrated in
Since the process described below is different from the common information output process according to the first embodiment merely in that the route graph generated in step S10 described above is used instead of the road network, the descriptions thereof are omitted.
As described above, according to the third embodiment, a route graph is generated using movement trajectories and information on a common portion between movement trajectories normalized by causing the movement trajectories used for the generation of the route graph to correspond to the route graph is output. Accordingly, along with the route graph, information on the common portion between the movement trajectories used for the generation of the route graph may also be obtained. Since, similar to the first embodiment, the common portion is approximately calculated by utilizing the characteristics of the movement trajectories, the amount of computation desired for identifying the common portion between the movement trajectories may be reduced.
Although the third embodiment describes a case where the common portion information calculation process according to the first embodiment is applied, the common portion information calculation process according to the second embodiment may be applied.
Although the first to third embodiments each describe a case where, as the information on commonness, information on an identified common portion, a common portion length, and a determination result regarding similarity or dissimilarity between movement trajectories are output, the present disclosure is not limited to the case where all of these are output. Any one or two thereof may be output. As another possibility, information on commonness other than these may be output.
Various services may be provided by utilizing information on commonness between movement trajectories, which may be obtained in each of the first to third embodiments. For example, users corresponding to movement trajectories determined to be similar to each other may be provided with information indicating that the users may know each other or information suggesting making friends with each other. As another possibility, for example, users corresponding movement trajectories with a large common portion length may be provided with information suggesting sharing a taxi.
The above-described embodiments each describe an aspect where the common information output programs 50, 250, and 350 are each stored (installed) in the storage unit 43 in advance, the present disclosure is not limited thereto. The common information output program according to the present application may be provided in the form of being recorded in a recording medium, such as compact disc read-only memory (CD-ROM), digital versatile disc read-only memory (DVD-ROM), or Universal Serial Bus (USB) memory.
All examples and conditional language recited herein are intended for pedagogical purposes to aid the reader in understanding the invention and the concepts contributed by the inventor to furthering the art, and are to be construed as being without limitation to such specifically recited examples and conditions, nor does the organization of such examples in the specification relate to a showing of the superiority and inferiority of the invention. Although the embodiments of the present invention have been described in detail, it should be understood that the various changes, substitutions, and alterations could be made hereto without departing from the spirit and scope of the invention.
Number | Date | Country | Kind |
---|---|---|---|
2015-186769 | Sep 2015 | JP | national |