The embodiments discussed herein are related to an allocation program, an extraction program, an allocation method, an extraction method, an allocation apparatus, and an extraction apparatus.
Heretofore, technologies for optimizing advertisement placement have been known. Particularly, in digital marketing, measures for the optimization are sometimes planned or implemented based on an analysis result of log data.
However, the above technologies have a problem that, in some cases, it is difficult to planning and implement the measures more efficiently. For example, assume a case where an importance degree of each item value of log data is calculated by a technique such as logistic regression, and an analysis is further conducted by combining a plurality of the item values based on the importance degrees. In this case, the combination number will be enormous. Thus, it is difficult to conduct the analysis with all the combinations taken into account using a related technology. Accordingly, the related technologies sometimes have a difficulty to lead the analysis result of log data into more efficient planning and implementation of measures.
According to an aspect of the embodiments, a non-transitory computer-readable recording medium stores therein an allocation program that causes a computer to execute a process including: performing, by using a part of data including an objective variable and one or more explanatory variables corresponding to the objective variable as training data, training of a model that predicts the objective variable from the explanatory variables of the data; classifying test data obtained by excluding the training data from the data into a group according to a classification condition regarding at least a part of the explanatory variables of the data; predicting the objective variable from the explanatory variables of the test data using the trained model for each of groups by which classification has been performed at the classifying; and calculating a predetermined resource amount to be allocated to each of the groups based on the objective variable for each of the groups predicted at the predicting.
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.
Preferred embodiments will be explained with reference to accompanying drawings. Note that the embodiments will not limit the present invention Each embodiment may be combined appropriately without inconsistencies.
Functional Configuration
A functional configuration of an extraction apparatus according to a first embodiment will be described with reference to
The communication unit 11 is an interface to communicate data with another apparatus. For example, the communication unit 11 is a Network Interface Card (NIC) and communicates data via the Internet.
The input unit 12 is an apparatus with which a user inputs information. An example of the input unit 12 includes a mouse and a key board. The output unit 13 is a display that displays a screen, for example. The input unit 12 and the output unit 13 may be a touch panel display.
The storage unit 14 is an example of a storage apparatus that stores data, programs to be executed by the control unit 15, and the like. For example, the storage unit 14 is a hard disk, a memory, or the like. The storage unit 14 stores log data 141, information on hypothesis 142, and information on variable 143.
The log data 141 is data that has, as item values, an objective variable and a plurality of explanatory variables corresponding to the objective variable.
In the first embodiment, it is assumed that the log data 141 is data that has been collected on a predetermined date and time, and associates information on an advertisement having been placed on the Web with measures having been implemented for the information.
In some cases, the log data 141 may be utilized as training data for training a model for deriving effective measures. Accordingly, the measures in the log data 141 may be measures planned by a skilled planner, for example. The log data 141 may also be data collected from the cases where the implemented measures have succeeded.
As illustrated in
For example, the first line of
The information on hypothesis 142 is information that associates a combination of an objective variable and conditions regarding one or more explanatory variables corresponding to the objective variable with an importance degree.
For example, the first line of
The hypothesis can be considered as a combination of conditions regarding a plurality of item values without discriminating between an explanatory variable and an objective variable. In this case, the hypothesis of the first line of
The information on variable 143 is an importance degree of each variable.
The control unit 15 is realized, for example, in such a manner that a program stored in the internal storage apparatus is executed on a RAM as a work area by a Central Processing Unit (CPU), a Micro Processing Unit (MPU), a Graphics Processing Unit (GPU), or the like. The control unit 15 may be realized, for example, by an integrated circuit such as an Application Specific Integrated Circuit (ASIC) or a Field Programmable Gate Array (FPGA). The control unit 15 includes a generation unit 151, a calculation unit 152, and an extraction unit 153.
The generation unit 151 generates combinations of conditions regarding a plurality of item values included in the data, i.e., hypotheses. The generation unit 151 can generate a hypothesis from data having an explanatory variable and an objective variable like the log data 141. In this case, the generation unit 151 generates combinations of the objective variable and conditions regarding one or more explanatory variables corresponding to the objective variable as hypotheses.
The generation unit 151 also generates combinations of conditions regarding a plurality of item values included in data that increases with a lapse of time. For example, the generation unit 151 can generate combinations from time series data to which data is added with a lapse of time like the log data 141.
Herein, an example of a training technique of the extraction apparatus 10 will be described. The extraction apparatus 10 generates, by training, a model combining a hypothesis and an importance degree.
Specifically, the extraction apparatus 10 treats all the combination patterns of the data items of the input data as hypotheses (chunks) and, by a hit rate of a classification label to each of the hypotheses, decides on the importance degree of the hypothesis. Then, the extraction apparatus 10 constructs a model based on a plurality of the extracted knowledge chunks and the label (objective variable). At this time, the extraction apparatus 10 performs a control such that the importance degree is small when the items constituting a knowledge chunk largely include the same items constituting another knowledge chunk.
A specific example will be described with reference to
Meanwhile, there are 100 customers in the data for whom a hypothesis combining the items ““MALE”, “HAVE”” is true. When only 60 people out of the 100 people have purchased the product or the like, a hit rate to PURCHASE is 60% and less than a threshold (e.g., 80). Thus, the hypothesis “a person who is “MALE”, “HAVE” will PURCHASE” is considered as a hypothesis with a low hit rate, and is not extracted as a knowledge chunk.
Further, there are 20 customers in the data for whom a hypothesis combining the items ““MALE”, “NOT HAVE”, “NOT MARRIED”” is true. When 18 people out of the 20 people have not purchased the product or the like, a hit rate to NOT PURCHASE is 90% and more than or equal to the threshold (e.g., 80). Thus, the hypothesis “a person who is “MALE”, “NOT HAVE”, “NOT MARRIED” will NOT PURCHASE” is considered as a hypothesis with a high hit rate, and is extracted as a knowledge chunk.
In this manner, the extraction apparatus 10 derives tens of millions or hundreds of millions of knowledge chunks that support PURCHASE or NOT PURCHASE, and performs training of a model. The model thus trained enumerates combinations of features as hypotheses (chunks). An importance degree as an example of likelihood that indicates probability is added to each of the hypotheses. Summation of the importance degrees of the hypotheses appearing in the input data serves a score. When the score is more than or equal to a threshold, output of the model is a positive example.
In other words, the score is an index that indicates the probability of the state and a total value of the importance degrees of the chunks that satisfy all the belonging features out of the chunks (hypotheses) generated for the model. For example, assume that, in a state where a chunk A is corresponding to “importance degree: 20, feature (A1, A2)”, a chunk B is corresponding to “importance degree: 5, feature (B1)”, and a chunk C is corresponding to “importance degree: 10, feature (C1, C2)”, there are actions (A1, A2, B1, C1) in a user log. At this time, since all the features of the chunk A and the chunk B appear, the score is “20+5=25”. Herein, the features correspond to the user's actions or the like.
A specific method of generating a model by the generation unit 151 will be described with reference to
P1, P2, P3, P4, N1, N2, and N3 are included in the log data 141, and represent data that associates the objective variable with conditions of the explanatory variables. Herein, Pi represents the data of which objective variable is “UP” and Nj represents the data of which objective variable is “DOWN” (however, i and j are arbitrary integers). As illustrated in
First, as illustrated in
The generation unit 151 may place a limitation such that the number of the explanatory variables to be combined is less than or equal to a predetermined number. For example, the generation unit 151 may place a limitation such that, in a case of the four explanatory variables A to D, the number of the explanatory variables to be combined is two or less. In this case, the generation unit 151 combines at least two explanatory variables that are * (not used) out of the four explanatory variables. As the number of the explanatory variables increases (e.g., 1000), the number of the combinations explosively increases. Accordingly, the limitation can preliminarily suppress the increase in the number of the combinations to be enumerated.
The generation unit 151 classifies the enumerated combination according to whether the combination is P1, P2, P3, P4, N1, N2, or N3, and determines whether the combination is a valid combination that satisfies a specific condition. An example of the specific condition is that the conditions for the explanatory variables coincide with the data of the log data 141 more than or equal to a predetermined number of times. In this case, the generation unit 151 can generate combinations of the conditions that coincide with the data more than or equal to the predetermined number of times out of the conditions.
In the example of
As illustrated in
Meanwhile, the generation unit 151 enumerates N1, and N2 as the data that falls into the combination C08. In this case, the data enumerated for the combination C08 only includes data (N1, N2) of which objective variable is −. Thus, the generation unit 151 adopts the combination C08 as a valid hypothesis.
The generation unit 151 may adopt, even when the different objective variable is mixed, the combination as a valid hypothesis according to the mixture ratio. For example, when 80% or more of data that corresponds to a certain combination has the objective variable that is +, the generation unit 151 may adopt the combination as a valid hypothesis.
The generation unit 151 excludes a combination that corresponds to a special case of a certain combination from the hypotheses. For example, the combinations C05 and C06 of
The generation unit 151 adopts combinations illustrated in
Herein, the data (P1, P3, P4) with the objective variable of + falls into the combination of −C in S33. In S33, the number or the rate of the data (P1, P3, P4) to be classified into a + class is more than or equal to a predetermined value. Thus, the generation unit 151 determines the combination of −C in S33 are valid combination (hypothesis) to be classified into the + class. In the following processing, the combinations obtained by adding a literal to −C are excluded.
Secondly, after considering all the combinations of which three explanatory variables are * (not used), the generation unit 151 starts considering combinations of which two explanatory variables are * (not used) (S34). Herein, the training data (P1, P2) with the objective variable of + falls into the combination of A−B in S35. In S35, the number or the rate of the training data (P1, P2) to be classified into the + class is more than or equal to the predetermined value. Thus, the generation unit 151 determines the combination of A−B in S35 are valid combination (hypothesis) to be classified into the + class.
Each of the hypotheses H1 to H11 is an independent hypothesis that has a request of properly explaining that the classification result of the data is + or −. Accordingly, in some cases, there may be hypotheses inconsistent with each other like the hypothesis H2 and the hypothesis H6.
The calculation unit 152 calculates an importance degree that is a conjunction degree in the data for each of the combinations using the model trained from the data. For example, the calculation unit 152 calculates the importance degree of each of the hypotheses using logistic regression.
Then, the importance degree of each of the hypotheses becomes larger as the conjunction degree in the log data 141 is larger. Further, the importance degree can be called likelihood of the objective variable when the condition of each of the explanatory variables is satisfied. Thus, the calculation unit 152 calculates, as the importance degree, the likelihood of the objective variable with respect to satisfaction of the conditions for each of the combinations.
The extraction unit 153 extracts a specific combination from the combinations based on the condition or the importance degree. In other words, the extraction unit 153 extracts a hypothesis that is considered particularly important from the information on hypothesis 142 based on the importance degree. For example, the extraction unit 153 extracts a combination of which importance degree is more than or equal to a predetermined value from the combinations.
The hypotheses extracted by the extraction unit 153 and the importance degrees of the hypotheses are displayed in a list form by the output unit 13 that functions as a display apparatus such as a display. At this time, the output unit 13 highlights a condition regarding a variable that is not important alone but is important when combined with another variable.
The output unit 13 highlights a first combination compared to another combination when an importance degree of the first combination that is a combination of a first condition and another condition exceeds a first standard, and an importance degree of the first condition alone does not exceed a second standard.
For example, assume that the first standard is “an importance degree of a hypothesis is more than or equal to 0.5”. Further, assume that the second standard is “an importance degree of a variable is less than or equal to 0.1”. Then, as illustrated in
A flow of a process by the extraction apparatus 10 will be described with reference to
Secondly, the extraction apparatus 10 calculates an importance degree of each of the hypotheses (Step S12). The extraction apparatus 10 then displays a list of the hypotheses and the importance degrees, and highlights a condition for a variable of which importance degree alone is less than or equal to a predetermined value (Step S13).
Advantageous Effect
As described above, the extraction apparatus 10 generates combinations of conditions regarding a plurality of item values included in the data. The extraction apparatus 10 calculates an importance degree that is a conjunction degree in the data for each of the combinations using a model trained from the data. The extraction apparatus 10 extracts a specific combination from the combinations based on the condition or the importance degree. In this way, the extraction apparatus 10 can evaluate the importance degree of a condition combining a plurality of item values. Therefore, according to the embodiment, it is possible to evaluate an enormous number of hypotheses resulting from the combinations of the item values, and make planning and implementation of measures more efficient.
The extraction apparatus 10 generates combinations of the objective variable and conditions regarding one or more explanatory variables corresponding to the objective variable. The extraction apparatus 10 calculates, as an importance degree, the likelihood of the objective variable with respect to satisfaction of the condition for each of the combinations. Therefore, according to the embodiment, it is possible to evaluate the hypotheses based on a model for estimating the objective variable from the explanatory variable.
The extraction apparatus 10 extracts a combination of which importance degree is more than or equal to a predetermined value from the combinations. In this way, the extraction apparatus 10 extracts the combination that is considered important after exhaustively calculating the importance degrees of the combinations. Accordingly, the extraction apparatus 10 can provide a hypothesis that is particularly important in planning measures.
The extraction apparatus 10 displays a list of the combinations extracted by the extraction unit with highlighting a first combination compared to another combination when an importance degree of the first combination that is a combination of a first condition and another condition out of the combinations extracted by the extraction unit exceeds a first standard, and an importance degree of the first condition alone does not exceed a second standard. It is particularly difficult for a human to detect a hypothesis including a variable of which importance degree alone is not large. According to the embodiment, it is possible to suggest such a hypothesis while indicating that the detection is difficult.
The extraction apparatus 10 generates combinations of a condition that coincide with the data more than or equal to a predetermined number of times out of the conditions. In this way, the extraction apparatus 10 can make the calculation more efficient by excluding a condition that is considered unimportant in advance.
The extraction apparatus 10 generates combinations of conditions regarding a plurality of item values included in data that increases with a lapse of time. This allows the extraction apparatus 10 to extract a hypothesis even when an amount of the data is small.
In the above-mentioned embodiment, the case where the objective variable indicates whether the advertisement price is raised, maintained, or lowered has been described. Meanwhile, the objective variable may indicate whether a conversion (CV) of the advertisement has occurred or not. In this case, as in the example of
The extraction apparatus 10 may classify the extracted hypothesis into a predetermined group. As a second embodiment, an example in a case where an extraction apparatus 10 classifies a hypothesis according to a classification condition will be described. In the description of the second embodiment, the description common to the first embodiment will be appropriately omitted.
Functional Configuration
A functional configuration of the extraction apparatus according to the second embodiment will be described with reference to
The storage unit 14 stores log data 141, information on hypothesis 142, information on variable 143, and information on group 144. In the second embodiment, unlike the first embodiment, the storage unit 14 stores the information on group 144. The log data 141, the information on hypothesis 142, and the information on variable 143 in the second embodiment are data used for the same purpose as in the first embodiment.
For example, the first line of
The information on group 144 is a classification condition for classifying a hypothesis into a group.
The control unit 15 includes a generation unit 151, a calculation unit 152, an extraction unit 153, and an updating unit 154. The generation unit 151 and the calculation unit 152 perform the same processing as in the first embodiment. The generation unit 151 generates combinations of conditions regarding a plurality of item values included in the data, i.e., hypotheses. The calculation unit 152 calculates an importance degree that is a conjunction degree in the data for each of the combinations using a model trained from the data. The hypotheses generated by the generation unit 151 and the importance degrees calculated by the calculation unit 152 are stored in the storage unit 14 as the information on hypothesis 142.
The extraction unit 153 extracts a specific combination from the combinations based on the conditions or the importance degree for each of groups by which classification has been performed according to a classification condition that is at least a part of the conditions The extraction unit 153 refers to the information on group 144 and classifies the hypotheses in the information on hypothesis 142 into the groups.
The updating unit 154 updates the classification condition based on the hypotheses generated by the generation unit 151. For example, the updating unit 154 adds a condition that is included in a hypothesis generated by the generation unit 151 and is not included in the classification condition to the classification condition.
For example, assume that there is no classification condition that includes a condition “domicile=KANSAI”. In this case, when a hypothesis “sex=MALE ∧ number of accesses ≥20 ∧ domicile=KANSAI” is generated, the updating unit 154 adds a classification condition that includes the condition “domicile=KANSAI”. For example, the updating unit 154 can diverts the existing classification condition for adding the classification conditions such as “sex=FEMALE ∧ domicile=KANSAI” and “sex=MALE ∧ domicile=KANSAI”.
A flow of a process by the extraction apparatus 10 will be described with reference to
Secondly, the extraction apparatus 10 calculates an importance degree of each of the hypotheses (Step S22). The extraction apparatus 10 then displays a list of the extracted hypotheses after classifying the extracted hypotheses into groups according to classification conditions (Step S23).
Advantageous Effect
As described above, the extraction apparatus 10 generates combinations of conditions regarding a plurality of item values included in the data. The extraction apparatus 10 calculates an importance degree that is a conjunction degree in the data for each of the combinations using a model learned from the data. The extraction apparatus 10 extracts a specific combination from the combinations based on the conditions or the importance degree for each of groups by which classification has been performed according to a classification condition that is at least a part of the conditions In this way, the extraction apparatus 10 can evaluate the importance degree of a condition combining a plurality of item values and further classify the combinations into the groups. Therefore, according to the embodiment, it is possible to evaluate an enormous number of hypotheses resulting from the combinations of the item values, and more easily comprehend validity of a hypothesis in a group unit. This can make planning and implementation of measures more efficient.
The extraction apparatus 10 updates the classification condition based on the generated combinations. This makes it possible to optimize the classification condition depending on accumulation of the log data and the generation of a new hypothesis, and perform group classification that will further contributes to planning measures.
The updating unit 154 adds a condition that is included in the combinations generated by the generation unit 151 and is not included in the classification condition to the classification condition. This makes it possible to add a classification condition even when a hypothesis that has not been present is newly generated.
In the above embodiments, the extraction of a hypothesis based on the importance degree has been explained. Meanwhile, the calculated importance degree can be utilized for planning measures such that the objective variable is optimized.
For example, as illustrated in
Especially in the early cycles, more efficient budget allocation may be needed based on limited CV result data. Thus, a method of predicting the CV of the data with high accuracy using a model learned from the known CV result data will be described as a third embodiment. Herein, the known CV result data is the hypotheses extracted by the method of the first embodiment and the importance degree of each of the hypotheses.
Functional Configuration
A functional configuration of an allocation apparatus according to the third embodiment will be described with reference to
The communication unit 21 is an interface to communicate data with another apparatus. For example, the communication unit 21 is an NIC and communicates data via the Internet.
The input unit 22 is an apparatus with which a user inputs information. An example of the input unit 22 includes a mouse and a key board. The output unit 23 is a display that displays a screen, for example. The input unit 22 and the output unit 23 may be a touch panel display.
The storage unit 24 is an example of a storage apparatus that stores data, programs to be executed by the control unit 25, and the like. For example, the storage unit 24 is a hard disk, a memory, or the like. The storage unit 24 stores information on model 241 and information on group 242.
The information on model 241 is information that enables construction of a model for predicting an objective variable based on an explanatory variable. For example, the importance degree in the second embodiment becomes larger as the CV occurs more frequently. Accordingly, the model constructed from the information on model 241 may be a model that calculates the importance degree from the conditions for the explanatory variables illustrated in
The information on group 242 is a classification condition for classifying a hypothesis into a group. The information on group 242 is the same information as the information on group 144 of the second embodiment.
The control unit 25 is realized, for example, in such a manner that a program stored in the internal storage apparatus is executed on a RAM as a work area by a CPU, an MPU, a GPU, or the like. The control unit 25 may be realized, for example, by an integrated circuit such as an ASIC or an FPGA. The control unit 25 includes a learning unit 251, a prediction unit 252, and a calculation unit 253.
Herein, the learning unit 251, the prediction unit 252, and the calculation unit 253 perform processing concerning optimization of budget allocation.
The learning unit 251 performs learning of a model. The prediction unit 252 uses the learned model to predict the CV score from the explanatory variable of unknown data. The calculation unit 253 then calculates an amount of the budget to be allocated from the predicted CV score. Processing by the units will be describe below.
The learning unit 251 performs, by using a part of data including an objective variable and one or more explanatory variables corresponding to the objective variable as learning data, learning of a model that predicts the objective variable from the explanatory variables of the data. For example, the learning unit 251 performs learning of the model by the above-mentioned Wide Learning technique.
As illustrated in
The prediction unit 252 classifies test data obtained by excluding the learning data from the data into a group according to a classification condition regarding at least a part of the explanatory variables of the data. The prediction unit 252 uses, for example, two tenths of the information on hypothesis generated by the extraction apparatus as the test data. The prediction unit 252 classifies the hypothesis into a group according to a classification condition of the information on group 242.
The prediction unit 252 predicts the objective variable, i.e., the CV score, from the explanatory variable of the test data using the learned model for each of groups.
The prediction unit 252 calculates an average of the CV score in a group unit. Further, as illustrated in
The calculation unit 253 calculates an amount of the budget to be allocated to each of the groups based on the objective variable for each of the groups predicted by the predicting processing. The amount of the budget exemplifies a resource amount. The resource amount may be the number of people in charge, distribution time, or the like.
The calculation unit 253 calculates in such a manner that the resource amount to be allocated becomes larger as size ranking of the objective variable of each of the groups predicted by the prediction unit 252 is higher. The calculation unit 253 calculates the budget to be allocated according to Expression (1), for example. Note that haibun is an allocation amount to a certain group, rank is the ranking of the group, yosan is the total budget, and e is a preset constant. Herein, assume e=3 as an example.
haibun(rank,yosan,e)=(e−1)×yosan/erank (1)
Expression (1) means that ⅔ of the total budget is allocated to the first-ranked group, ⅔ of the remaining budget is allocated to the second-ranked group, and similarly ⅔ of the remaining budget is allocated to the next-ranked group, and so forth. As a result, as illustrated in
A flow of a process by the allocation apparatus 20 will be described with reference to
The allocation apparatus 20 inputs the test data into the CV prediction model for each of groups and predicts the CV score (Step S53). The allocation apparatus 20 then calculates the budget to be allocated based on the ranking of the CV score of the group (Step S54).
Advantageous Effect
As described above, the allocation apparatus 20 performs, by using a part of data including an objective variable and one or more explanatory variables corresponding to the objective variable as learning data, learning of a model that predicts the objective variable from the explanatory variables of the data. The allocation apparatus 20 classifies test data obtained by excluding the learning data from the data into a group according to a classification condition regarding at least a part of the explanatory variables of the data. The allocation apparatus 20 predicts the objective variable from the explanatory variables of the test data using the learned model for each of groups. The allocation apparatus 20 calculates a predetermined resource amount to be allocated to each of the groups based on the objective variable for each of the groups predicted by the predicting processing. In this way, the allocation apparatus 20 can predict the objective variable by utilizing a hypothesis based on the result data. Therefore, according to the embodiment, even when the result data is limited, it is possible to predict a result for a hypothesis and plan effective measures.
The allocation apparatus 20 calculates in such a manner that the resource amount to be allocated becomes larger as size ranking of the objective variable of each of the groups predicted by the prediction unit 252 is higher. This makes it possible to directly calculate the suitable budget allocation to achieve a goal by setting the final goal of the measures such as occurrence of the CV, for example, to the objective variable.
System
The processing procedures, control procedures, specific names, and information including a variety of data and parameters that are described above or illustrated in the drawings may be arbitrarily changed unless otherwise noted. The specific examples, distributions, numerical values, and the like described in the embodiments are merely examples and may be arbitrarily changed.
The components of the illustrated apparatuses are functionally conceptual and not necessarily physically configured as illustrated. In other words, the specific forms of distribution or integration of the apparatuses are not limited to the illustrated forms. All or a part of the apparatuses may be functionally or physically distributed or integrated in arbitrary units depending on a variety of loads, usage conditions, or the like. Further, all or an arbitrary part of the processing functions that are implemented in the apparatuses may be realized by a CPU and a program analyzed and executed by the CPU, or may be realized as a hardware by a wired logic.
Hardware
The communication interface 10a is a network interface card or the like, and communicates with another server. The HDD 10b stores a program that causes the functions illustrated in
The processor 10d reads the program that performs the same processing as the processing units illustrated in
The extraction apparatus 10 thus operates as an information processing apparatus that implements the classification method by reading and executing the program. The extraction apparatus 10 may further realize the same functions as in the above-mentioned embodiments by reading the program from a recording medium using a medium reading apparatus and executing the read program. A program mentioned in the other embodiment is not limited to being executed by the extraction apparatus 10. For example, the present invention is similarly applicable to a case where another computer or server executes the program or where they execute the program in collaboration.
The programs may be distributed via a network such as the Internet. The programs may be recorded in a computer-readable recording medium such as a hard disk, a flexible disk (FD), a CD-ROM, a Magneto-Optical disk (MO), and a Digital Versatile Disc (DVD) and may be read from the recording medium to be executed by a computer.
According to one aspect, it is possible to make the planning and implementation of measures more efficient.
All examples and conditional language recited herein are intended for pedagogical purposes of aiding the reader in understanding the invention and the concepts contributed by the inventors to further the art, and are not to be construed as limitations 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 |
---|---|---|---|
2019-036945 | Feb 2019 | JP | national |
This application a continuation of application Ser. No. 16/795,706, filed Feb. 20, 2020, which is based upon and claims the benefit of priority of the prior Japanese Patent Application No. 2019-036945, filed on Feb. 28, 2019, the entire contents of which are incorporated herein by reference.
Number | Date | Country | |
---|---|---|---|
Parent | 16795706 | Feb 2020 | US |
Child | 18185924 | US |