The present invention relates to an information processing device, combination condition generating method, and combination generating program for combining a plurality of tables to generate information.
Data mining is a technique in which useful knowledge not known before it is found in a large amount of data. A large number of attribute candidates must be generated in order to find useful knowledge not known before. Specifically, a large number of candidates for attributes (explanatory variables) must be generated that can affect the variable being predicted (target variable). By generating a large number of these candidates, the likelihood that predictive attributes will be included among the candidates can be increased.
For example, Patent Document 1 describes the generation of feature candidates used in machine learning by combining target tables including a target variable with source tables not including the target variable. In the method described in Patent Document 1, the processing performed to generate feature candidates is defined using combinations of three conditions, namely, a filter condition, map condition, and reduction condition, to reduce the number of hours of labor that analysts must perform to generate feature candidates.
Patent Document 2 describes a demand predicting device that performs regression analysis to predict the demand for vehicles such as taxis from a dispatching service in a given area. The demand predicting device in Patent Document 2 acquires estimated population information in a given area and uses the estimated population information as an explanatory variable in the regression analysis.
The present inventors came up with the idea that prediction accuracy could be improved by using a wide variety of information sources when predicting a target in a given area. In other words, they believed that information is preferably obtained by combining a plurality of related information sources.
For example, Patent Document 1 uses customer IDs in a target table and source table in the combination conditions (that is, map conditions) for the target table and the source table. Patent Document 2 describes defining, using the same criteria (area ID, area polygon), the prediction target area serving as a unit for predicting demand for a service and a given area serving as a unit of estimated population information in an explanatory variable.
However, when trying to use various types of information sources in predictions, the present inventors discovered that the method used to define geographic information in each information source sometimes differs from the method used to define geographic information in the prediction. For example, geographic information can be specified by latitude and longitude or by municipality name. The present inventors also discovered that the task of generating feature candidates for predicting a prediction target from various information sources can be complicated.
Specifically, Patent Document 1 and Patent Document 2 assume each information source is associated using customer ID and the same criteria. However, even if one were to use geographic information associated in each information source, the geographic information is not always defined using the same criteria. Because it can be difficult to simply associate the information sources, the hours of labor required for data analysis using this information is very high. The present inventors also discovered that associating temporal information can be as complicated as associated geographic information.
Therefore, it is an object of the present invention to provide an information processing device, a combination condition generating method, and a combination condition generating program able to reduce the number of hours of labor required to associate information via geographic information or temporal information.
An aspect of the present invention is an information processing device comprising: a table acquiring means for acquiring a first table including prediction targets and first geographic attributes, and a second table including second geographic attributes; a receiving means for receiving geographic relationships and degrees of geographic relationships; and a combination condition generating means for generating a combination condition for combining a record included in the first table with a record included in the second table so that the relationship between the value of a first geographic attribute and the value of a second geographic attribute satisfies the degree of geographic relationship.
Another aspect of the present invention is an information processing device comprising: a table acquiring means for acquiring a first table including prediction targets and first temporal attributes, and a second table including second temporal attributes; a receiving means for receiving temporal relationships and degrees of temporal relationships; and a combination condition generating means for generating a combination condition for combining a record included in the first table with a record included in the second table so that the relationship between the value of a first temporal attribute and the value of a second temporal attribute satisfies the degree of temporal relationship.
Another aspect of the present invention is a combination condition generating method comprising: acquiring a first table including prediction targets and first geographic attributes, and a second table including second geographic attributes; receiving geographic relationships and degrees of geographic relationships; and generating a combination condition for combining a record included in the first table with a record included in the second table so that the relationship between the value of a first geographic attribute and the value of a second geographic attribute satisfies the degree of geographic relationship.
Another aspect of the present invention is a combination condition generating method comprising: acquiring a first table including prediction targets and first temporal attributes, and a second table including second temporal attributes; receiving temporal relationships and degrees of temporal relationships; and generating a combination condition for combining a record included in the first table with a record included in the second table so that the relationship between the value of a first temporal attribute and the value of a second temporal attribute satisfies the degree of temporal relationship.
Another aspect of the present invention is a combination condition generating program causing a computer to execute: a table acquiring process for acquiring a first table including prediction targets and first geographic attributes, and a second table including second geographic attributes; a receiving process for receiving geographic relationships and degrees of geographic relationships; and a combination condition generating process for generating a combination condition for combining a record included in the first table with a record included in the second table so that the relationship between the value of a first geographic attribute and the value of a second geographic attribute satisfies the degree of geographic relationship.
Another aspect of the present invention is a combination condition generating program causing a computer to execute: a table acquiring process for acquiring a first table including prediction targets and first temporal attributes, and a second table including second temporal attributes; a receiving process for receiving temporal relationships and degrees of temporal relationships; and a combination condition generating process for generating a combination condition for combining a record included in the first table with a record included in the second table so that the relationship between the value of a first temporal attribute and the value of a second temporal attribute satisfies the degree of temporal relationship.
The technical means of the present invention have the technical effect of reducing the number of hours of labor required to associate information via geographic information or temporal information.
The following is a description of an embodiment of the present invention with reference to the drawings.
The information processing system in the present embodiment acquires a table including variables for a predicted target (such as target variables) (referred to as the first table below) and a table different from the first table (referred to as the second table below). In the following example, the first table is sometimes referred to as the target table and the second table is sometimes referred to as the source table. The first table and the second table may also include sets of data.
In the present embodiment, the first table and the second table include attributes from a shared perspective. A shared perspective means the semantic content of attribute data is the same. The method used to express the data may be the same or different. In the following explanation, the attributes in the first table are referred to as first attributes and the attributes in the second table are referred to as second attributes.
The shared perspective may be a geographic perspective or a temporal perspective. For example, attribute values from a geographic perspective can be classified as being one of the following four types of geographic data. The description following the colon in the header indicates the syntax of the data.
(1) Point P (Point): p=(x, y)∈P
Point P is indicated as (longitude, latitude) coordinates.
(2) Polygon G (Polygon): g=(b1, b2, . . . , bn)∈G
Polygon G is defined by a single outer boundary b1 and zero or more inner boundaries (b2, . . . , ba). Here, b1=(p1, p2, . . . , pn) is a boundary of a closed ring defined as an order of three or more points (provided p1, p2, . . . , pn∈P)
(3) Multipolygon M (Multipolygon): m=(g1, g2, . . . , gn)εM, g1, g2, . . . , gn∈G
A multipolygon M consists of one or more polygons.
(4) String S (String): s∈S
This is an address represented by a character string.
The analysis data type may be defined in association with a data type as semantic information related to data analysis. For example, from a geographic perspective, polygons G and multipolygons M may be defined as analysis data types for areas (Area), and points P may be defined as an analysis data type related to points (Point). A character string relating to an address may be defined as an analysis data type relating to, for example, a country, city, town, landmark, street, or point. An analysis data type representing geographic information is sometimes referred to as a geographic data type below.
Also, an attribute type from a time perspective (temporal data type) can be defined as a time stamp (TimeStamp) type.
When the attributes with a shared perspective are geographic attributes, the attributes in the first table are referred to as first geographic attributes and the attributes in the second table are referred to as second geographic attributes. When the attributes with a shared perspective are temporal attributes, the attributes in the first table are referred to as first temporal attributes and the attributes in the second table are referred to as second temporal attributes. Other attributes are described in similar ways. The first geographic attribute may be the primary key in the first table.
In the following examples, the attributes share either a geographic perspective or a temporal perspective. However, the attributes do not have to share a geographic perspective or a temporal perspective. For example, the attributes may share a textual perspective or a structural perspective. The attribute value from a textual perspective may be an address. The attribute value from a structural perspective may be a URL (Uniform Resource Locator) or tree structure path. For the sake of simplicity, the attributes with a shared perspective in the following explanation are primarily geographic attributes and temporal attributes.
The input unit 10 acquires a first table and a second table. Because the input unit 10 acquires these tables, the input unit 10 can be referred to as the table acquiring means. The input unit 10 may acquire a plurality of second tables. When the first table and the second table are stored by the storage unit 80, the input unit 10 may acquire the first table and the second table from the storage unit 80. The input unit 10 may also acquire the first table and the second table from another system or storage unit via a communication network (not shown).
When a geographic perspective is shared, the input unit 10 may acquire a first table including prediction targets and first geographic attributes and a second table including second geographic attributes. When a temporal perspective is shared, the input unit 10 may acquire a first table including prediction targets and first temporal attributes and a second table including second temporal attributes. The input unit 10 may acquire a first table including prediction targets and first textual attributes and a second table including second textual attributes, or a first table including prediction targets and first structural attributes and a second table including second structural attributes. Structural attributes will be described later.
The input unit 10 also receives a function for calculating the degree of similarity between a first attribute and a second attribute (referred to below as the similarity function) and a condition for determining the similarity between the value of a first attribute and the value of a second attribute when there is a certain degree of similarity (referred to below as the similarity condition). The similarity function may be expressed as an equation or as a parameter. Also, the similarity condition may be expressed as a threshold value for determining whether or not there is similarity based on the degree of similarity (referred to simply as the similarity threshold value below) or may be expressed as an equation for outputting whether or not there is a similarity based on a parameter, etc.
When a geographic perspective is shared, the input unit 10 receives the geographic relationship as a similarity function and receives a similarity threshold value indicating the degree of geographic relationship as a condition. In other words, when the first attribute and the second attribute are geographic attributes, the similarity function can be defined as a function that calculates a higher degree of similarity when the distance is closer.
When a temporal perspective is shared, the input unit 10 receives the temporal relationship as a similarity function and receives a similarity threshold value indicating the degree of temporal relationship as a condition. In other words, when the first attribute and the second attribute are temporal attributes, the similarity function can be defined as a function that calculates a higher degree of similarity when the time difference is smaller.
When a textual perspective is shared, the input unit 10 receives the textual relationship as a similarity function and receives a similarity threshold value indicating the degree of textual relationship as a condition. In other words, when the first attribute and the second attribute are textual attributes, the similarity function can be defined as a function that calculates a higher degree of similarity when there is a greater match between the two texts. The Simpson coefficient for morphemes can be used to determine the textual similarity.
morph (a) is defined as the set of morphemes in text string a. For example, the following four text strings indicating an address can be expressed as a set of morphemes.
morph(‘Kawasaki-shi, Nakahara-ku’)={‘Kawasaki’, ‘shi’, ‘Nakahara’, ‘ku’}
morph(‘Kanagawa-ken, Kawasaki-shi, Nakahara-ku’)={‘Kanagawa’, ‘ken’, ‘Kawasaki’, ‘shi’, ‘Nakahara’, ‘ku’}
morph(‘Kanagawa-ken, Kawasaki-shi, Saiwai-ku’)={‘Kanagawa’, ‘ken’, ‘Kawasaki’, ‘shi’, ‘Saiwai’, ‘ku’}
morph(‘Kanagawa-ken, Yokohama-shi, Konan-ku’)={‘Kanagawa’, ‘ken’, ‘Yokohama’, ‘shi’, ‘Konan’, ‘ku’}
The function textSim (a, b) used to calculate the degree of similarity between text string a and text string b can be defined using Equation 1 below.
textSim (a, b)=|morph(a)∪morph(b)|/min(|morph(a)|, |morph(b)|) (Equation 1)
Here, the degree of similarity between the text strings for the addresses in the examples provided above is calculated in the following way.
textSim(‘Kawasaki-shi, Nakahara-ku’, ‘Kanagawa-ken, Kawasaki-shi, Nakahara-ku’)=4/4=1.0
textSim(‘Kawasaki-shi, Nakahara-ku’, ‘Kawasaki-shi, Saiwai-ku’)=3/4=0.75
textSim(‘Kawasaki-shi, Nakahara-ku’, ‘Kanagawa-ken, Yokohama-shi, Konan-ku’)=2/4=0.5
When a structural perspective is shared, the input unit 10 receives the structural relationship as a similarity function and receives a similarity threshold value indicating the degree of structural relationship as a condition. A character string in which tree structure information such as the directory structure for an address or file is expressed using forward slashes is defined as a path string below. For example, the address ‘Kanagawa-ken, Kawasaki-shi’ is expressed by the path string ‘Kanagawa-ken/Kawasaki-shi’. The directory structure ‘news→economy→bigdata’ is expressed by the path string ‘news/economy/bigdata’.
When the first attribute and the second attribute are structural attributes defined by the path string mentioned above, the similarity function can be defined as a function that calculates a higher degree of similarity when there is a closer distance between the two path strings. For example, the distance coefficient for path strings can be the minimum value for the distance to the lowest common ancestor (LCA) node.
The lowest common ancestor node is the same node that first appears when tracing from the lowest node represented by each of two paths in the upper (ancestor) direction. The distance to the lowest common ancestor node is the number of nodes when tracing from the lowest node to the lowest common ancestor node.
Take, for example, the two path character strings ‘/a/b/c’ and ‘/a/b/z’. Here, the lowest common ancestor node of the two paths is ‘a/b’. The distance from ‘/a/b/c’ to ‘/a/b’ is 1 and the distance from ‘/a/b/z’ to ‘/a/b’ is 1.
Take, also, the two path character strings ‘/a/b/c’ and ‘/a/d/e/z’. Here, the lowest common ancestor node of the two paths is ‘/a’. The distance from ‘/a/b/c’ to ‘/a’ is 2 and the distance from ‘/a/d/e/z’ to ‘/a’ is 3.
When the function representing the distance for path character string is pathDis (x, y), the distance for the path character strings described above are calculated as follows.
pathDis(‘/a/b/c’,‘/a/b/z’)=1
pathDis(‘/a/b/c’,‘/a/d/e/z’)=2
Portion C1 in the config file shown in
The “Point-Point” line in portion C1 defines the geographic relationship indicating the distance between a first geographic attribute represented by a point and a second geographic attribute represented by a point.
“DistanceMap” is a map function that defines the degree of the geographic relationship, and includes a distance threshold as a parameter. The three parameters in the DistanceMap function indicate in successive order the “start value,” the “end value,” and the “interval” (the threshold value applied from the start value to the end value). When the unit of distance is km, (“DistanceMap,” 1, 3, 1) in
“KNearestMap” is a map function that defines the degree of geographic relationship, and includes a threshold value for the number of nearby geographic information items as a parameter. The three parameters in the KNearestMap function similarly indicate the “start value,” the “end value,” and the “interval” (the threshold value applied from the start value to the end value). In the example shown in
“SameCityMap” is a map function that defines the degree of geographic relationship, and is a function that determines whether two points are included in the same area. While the SameCityMap function does not include a parameter, it determines whether or not the points are included in the same area based on area information defining the area. Area information is defined in advance.
The “Point-Area” line in portion C1 defines the geographic relationship indicating the distance between a first geographic attribute represented by a point and a second geographic attribute represented by an area.
“InclusionMap” is a map function that defines the degree of geographic relationship, and determines whether the first geographic attribute represented by a point is included in the second geographic attribute represented by an area. InclusionMap does not include a parameter.
“KNearestMap” is also defined in the “Point-Area” line. The content of the KNearestMap function is the same as the KNearestMap function in “Point-Point.”
The “Area-Area” line in portion C1 defines the geographic relationship indicating the distance between a first geographic attribute represented by an area and a second geographic attribute represented by an area.
“Intersect Map” is a map function that defines the degree of geographic relationship, and determines whether the first geographic attribute represented by an area intersects with the second geographic attribute represented by an area. IntersectMap does not include a parameter.
As indicated above, the first geographic data type and the second geographic data type may be the same geographic data type or may be different geographic data types. The first geographic data type may be a type of data able to specify geography using point information, and the second geographic data type may be a type of data able to specify geography using range information.
The “TimeStamp-TimeStamp” line in portion C1 defines the temporal relationship indicating the difference between a first temporal attribute and a second temporal attribute.
“TimeDiffMap” is a map function that defines the degree of temporal relationship, and includes a threshold value for time difference as a parameter. The three parameters in the TimeDiffMap function indicate the “start value,” the “end value,” and the “interval” (the threshold value applied from the start value to the end value). When the unit of time is minutes, (“TimeDiffMap,” 30, 60, 30) in
The “Text-Text” line in portion C1 defines the matching relationship between a first attribute representing a character string and a second attribute representing a character string. “ExactMap” is a function for determining whether or not the attributes represented by character strings match.
A similarity relationship between a first attribute representing a character string and a second attribute representing a character string may also be defined in the “Text-Text” line. Specifically, a map function “textSimMap” that defines the degree of the relationship between the character strings may be set in the “Text-Text” line. “TextSimMap” is a map function that defines the degree of relationship between character strings, and includes a threshold value for similarity as a parameter. As in the DistanceMap function, the textSimMap function has three parameters indicating in successive order the “start value,” the “end value,” and the “interval” (the threshold value applied from the start value to the end value).
Take, for example, [(“textSimMap,” 0.8, 1.0, 0.1] defined using the textSimMap function. This indicates that three thresholds of “similarity of 0.8 or more,” “similarity of 0.9 or more,” and “similarity of 1.0 or more” are applied to the function.
Note that the method used to set the similarity function and the threshold value for similarity is not limited to the contents shown in portion C1 of
Specifically, map function “pathDisMap” that defines the degree of structural relationship may be set in the “Path-Path” line. “pathDisMap” is a map function that defines the degree of structural relationship, and includes a distance threshold as a parameter. As in the DistanceMap function, the pathDisMap function has three parameters indicating in successive order the “start value,” the “end value,” and the “interval” (the threshold value applied from the start value to the end value).
Take, for example, [(“pathDisMap,” 1, 3, 1] defined using the pathDisMap function. This indicates that three thresholds of “distance of 1 or less,” “distance of 2 or less,” and “distance of 3 or less” are applied to the function.
When a config file shown in
The input unit 10 may also receive the attributes of the data in each column of the table.
The geo-coder 20 converts attribute data represented by a character string. For example, when geographic attribute data is represented by a character string, the geo-coder 20 converts the character string into point, polygon, or multipolygon data. When there is no need to convert data, the information processing system 100 does not require a geo-coder 20.
In this situation, the input unit 10 acquires target table T, source table S1, and source table S2 shown in
The map parameter generator 30, the filter parameter generator 50, and the reduction parameter generator 60 generate parameters to be used by the feature descriptor generator 81 described later to generate a feature descriptor for generating a feature serving as a variable that can affect a prediction target.
In the following explanation, a feature refers to the content of the feature itself (such as “population” or “location”). A feature vector (or feature table with more than one vector) is obtained by applying specific data to the feature (such as population=“8112” or location=“(−73.965, 40.724)”).
A feature generated by the feature generator 82 described later is a candidate for an explanatory variable when a model is generated using machine learning. In other words, a feature descriptor generated in the present embodiment can be used to automatically generate candidates for explanatory variables when a model is generated using machine learning.
The parameter generated by the filter parameter generator 50 is a parameter representing an extraction condition for a row in the second table. This parameter is referred to as a filter parameter below, and the process of extracting a row from the second table based on a filter parameter is sometimes called “filtering.” A list of extraction conditions is sometimes called an “F list.” An extraction condition can be used, including, for example, a condition for determining whether a value is the same as (or larger or smaller than) a value in the designated column.
The parameter generated by the reduction parameter generator 60 is a parameter indicating the reduction method used to reduce the data in each row of the second table by each target variable. The rows in the first table and the rows in the second table often have a one-to-many correspondence. As a result, the rows are reduced. The reduction information may be defined as a reduction function for columns in a source table (second table).
Any reduction method can be used. Examples include the total number of columns, the maximum value, the minimum value, the average value, the median value, and the distribution. The total of the total number of columns may be calculated from any perspective to include or exclude duplicate data.
This parameter is referred below to as the reduction parameter, and the process used to reduce data in each column using the method indicated by the reduction parameter is referred to as the reduction process. The process used to reduce geographic information is a geo-reduction process. The reduction processing list is sometimes referred to as the “R list.” The process of reducing geographic information will be described later in greater detail.
The parameter generated by the map parameter generator 30 is a parameter representing the condition for the correspondence between the columns of the first table and the columns of the second table. This parameter is referred to as the map parameter below, and the process of associating columns in each table based on the map parameter is sometimes referred to as mapping. The list of conditions for correspondence is sometimes referred to as the “M list.” The process of associating geographic information is sometimes referred to as geo-mapping. The association of the columns in each table by mapping can be said to entail combining (joining) a plurality of tables into a single table using associated columns. The process of associating geographic information will be described later in greater detail.
The map parameter generator 30 includes a geo-map generator 40, TimeDiff map generator 31, exact map generator 32, and attribute specifying unit 33. The map parameter generator 30 (more specifically, each generator in the map parameter generator 30) generates the combination condition for combining records from a first table that contain the value of a first attribute with records from a second table that contain the value of a second attribute so that the similarity calculated using the value of the first attribute and the value of the second attribute satisfies the condition. Satisfying the condition means the similarity is at or below a threshold value or within a predetermined range.
The geo-map generator 40 generates a parameter indicating the condition for correspondence between columns of the first table and the second table including geographic attributes. The geo-map generator 40 has a distance map generator 41, an inclusion map generator 42, an overlap map generator 43, and a same area map generator 44.
The geo-map generator 40 (more specifically, each generator in the geo-map generator 40) generates the combination condition (map parameter) for combining records contained in the first table with records contained in the second table so that the relationship between the value of a first geographic attribute and the value of a second geographic attribute satisfy the degree of geographic relationship. The processing performed by each generator will be described below in greater detail.
The distance map generator 41 generates a map parameter when the similarity and a condition (such as a similarity threshold value) have been received for associating the first table and the second table based on proximity in distance. In the example shown in
The distance map generator 41 generates a map parameter for combining records contained in the first table with records contained in the second table so that the value of a first geographic attribute and the value of the second geographic attribute are at or below a threshold value.
In the case of the DistanceMap function shown in
In the example shown in
As a result, the parameter P11 shown in
In the case of the KNearestMap function shown in
In the example shown in
As a result, the parameter P12 shown in
The same area map generator 44 generates a map parameter when a similarity function is received for associating records in the first table and the second table based on whether they are in the same area. In the example shown in
The same area map generator 44 generates a map parameter for combining a record in the first table with a record in the second table when the location indicated by the value of the first geographic attribute and the location indicated by the value of the second geographic attribute are within the same area.
First, it is determined whether or not two locations are in the same area based on the common area table CAT. Specifically, the area indicated by the location of record t1 in the target table T is identified and it is determined whether or not the location of record s1 in the source table S is within this area. The same processing is then performed on all of the records in the target table T and in the source table S.
In the case of the SameCityMap function shown in
In the example shown in
As a result, parameter P13 shown in
The inclusion map generator 42 generates a map parameter when a similarity function for associating a first table with a second table based on the inclusion relationship is received. In the example shown in
The inclusion map generator 42 generates a map parameter for combining records contained in the first table with records contained in the second table when a location indicated by the value of a first geographic attribute is present in the area indicated by the value of the second geographic attribute.
In the case of the InclusionMap function shown in
In the example shown in
As a result, parameter P14 shown in
The overlap map generator 43 generates a map parameter when a similarity function for associating a first table and a second table based on overlapping areas is received. In the example shown in
The overlap map generator 43 generates a map parameter for combining records contained in the first table with records contained in the second table when an area indicated by the value of a first geographic attribute overlaps with an area indicated by the value of the second geographic attribute.
The time difference map generator 31 generates a map parameter when a similarity function and condition (such as a similarity threshold value) for associating a first table and a second table based on a time difference is received. In the example shown in
The time difference map generator 31 generates a combination condition for combining a record in a first table with a record in a second table so that the relationship between the value of a first temporal attribute and the value of a second temporal attribute satisfy a degree of temporal relationship. In the present embodiment, the time difference map generator 31 generates a parameter for combining a record in a first table with a record in a second table when the difference between the value of a first temporal attribute and the value of a second temporal attribute is at or below a threshold value.
In the case of the TimeDiffMap function shown in
In the example shown in
As a result, parameter P15 shown in
The exact map generator 32 generates a map parameter when a similarity function for associating a first table with a second table has been received. In the present embodiment, a parameter is generated for associating records in the target table with records in a source table based on the value of an attribute that is neither a geographic attribute nor a temporal attribute.
In the example shown in
In the case of the textSimMap function described above, the exact map generator 32 generates a parameter for associating each record in the target table T with records in the source table S when the degree of similarity between the value of the first character string attribute and the value of the second character string attribute is 0.8 or more. The exact map generator 32 generates a parameter for associating each record in the target table T with records in the source table S when the degree of similarity between the value of the first character string attribute and the value of the second character string attribute is 0.9 or more or 1.0 or more.
In the example shown in
The map data M in
In the case of the pathDisMap function described above, the exact map generator 32 generates a parameter for associating each record in the target table T with records in the source table S when the distance between the value of the first structural attribute and the value of the second structural attribute is 1 or less. The exact map generator 32 generates a parameter for associating each record in the target table T with records in the source table S when the distance between the value of the first structural attribute and the value of the second structural attribute is 2 or less or 3 or less.
In the example shown in
The map data M in
The attribute specifying unit 33 specifies attributes with a shared perspective in the first table and the second table. Specifically, the attribute specifying unit 33 specifies the attribute of data indicated by each string in the first table and the attribute of data indicated by each string in the second table as the same attribute. For example, in the case of the geographic data type, the attribute specifying unit 33 specifies first geographic attributes having the same data type as the first geographic data type in the first table and second geographic attributes having the same data type as the second geographic data type in the second table. In this way, strings having a geographic data type can be specified in each table. The attribute specifying unit 33 may specify the attribute of strings in the first table and the second table from string attribute information inputted to the input unit 10.
The map parameter generator 30 (more specifically, each generator in the map parameter generator 30) may store in the storage unit 80 parameters including the degree of geographic (or temporal) relationship between strings in the first table including a first geographic (or temporal) attribute whose geographic (or temporal) relationship is to be determined and strings in the second table including a second geographic (or temporal) attributes. For example, the map parameter generator 30 may store in the storage unit 80 parameter P11 in
The filter parameter generator 50 includes exact filter generator 51. The exact filter generator 51 generates a filter parameter in which a column in the second table is associated with an extraction condition applied to the column.
Any method can be used to generate the filter parameter. The exact filter generator 51 may generate a filter parameter based, for example, on the information defined in portion C2 of the config file shown in
The exact filter generator 51 may also combine multiple extraction conditions to generate an extraction condition. Any number of extraction conditions may be combined. The input unit 10 may, for example, receive the maximum number for such combinations. For example, as shown in
The reduction parameter generator 60 (more specifically, each generator in the reduction parameter generator 60) generates a parameter indicating the method used to reduce the data in each row of the second table. The reduction parameter generator 60 includes a geo-reduce generator 70 and a numerical reduce generator 61.
The geo-reduce generator 70 (more specifically, each generator in the geo-reduce generator 70) generates a reduction parameter indicating the method used to reduce data in each row using values in a column including geographic attributes in the second table. Specifically, the geo-reduce generator 70 calculates the statistical value of the geographic attribute based on the indicated reduction method.
Any method may be indicated as the reduction method. The input unit 10 may receive the indicated reduction method. Specifically, the reduction method may be defined based on geographic attribute analysis data type as indicated in portion C3 of the config file in
The “Point” line in portion C3 defines the reduction method when the second geographic attribute (more specifically, the geographic data type) is expressed by a point (Point).
(“sum,” “distance”) defines a reduction method in which the total distance based on a first geographic attribute value and a second geographic attribute value among records in the second table associated with records in the first table is calculated as a statistical value.
(“avg,” “distance”) defines a reduction method in which the average distance based on a first geographic attribute value and a second geographic attribute value among records in the second table associated with records in the first table is calculated as a statistical value.
(“count”) defines a reduction method in which the number of records in the second table associated with each record in the first table (that is, target variables) is calculated as a statistical value.
The “Area” line in portion C3 defines the reduction method when the second geographic attribute (more specifically, the geographic data type) is expressed by an area (Area).
(“sum,” “areaSize”) defines a reduction method in which the total size of the area in the second geographic attribute value among records in the second table associated with records in the first table is calculated as a statistical value.
(“avg,” “areaSize”) defines a reduction method in which the average size of the area in the second geographic attribute value among records in the second table associated with records in the first table is calculated as a statistical value.
(“count”) defines a reduction method in which the number of records in the second table associated with each record in the first table (that is, target variables) is calculated as a statistical value.
The geo-reduce generator 70 has a point reduce generator 71 and an area reduce generator 72.
The point reduce generator 71 generates a reduction parameter for calculating the distance based on the value of the first geographic attribute and the value of the second geographic attribute as a statistical value. Here, the records in the second table to be processed are each associated with a record in the first table. In the case of geographic attributes, as mentioned above, records are associated with each other that satisfy a certain condition such as the value of the first geographic attribute and the value of the second geographic attribute matching or falling within a certain range. When the value of the first geographic attribute and the value of the second geographic attribute satisfy a predetermined condition, the point reduce generator 71 generates a reduction parameter for calculating the distance as a statistical value based on the value of the first geographic attribute and the value of the second geographic attribute satisfying the condition. The calculated statistical value is used as a feature.
When at least one of (“sum,” “distance”), (“avg,” “distance”) and (“count”) in
The reduce list R21 shown in
The area reduce generator 72 generates a reduction parameter for calculating the statistical value of an area based on the value of the second geographic attribute. As in the case of the point reduce generator 71, the records in the second table to be processed are each associated with a record in the first table.
When at least one of (“sum,” “areaSize”), (“avg,” “areaSize”) and (“count”) in
The reduce list R22 shown in
The numerical reduce generator 61 generates a reduction parameter indicating the method used to reduce the data in each line using a value including attributes with a numerical value (numerical attribute below) in the second table. Specifically, the numerical reduce generator 61 calculates numerical statistics based on the indicated reduction method.
Any reduction method can be indicated. As in the case of the geo-reduce generator 70, the input unit 10 may receive the indicated reduction method. Specifically, the reduction method for the numerical attributes may be defined as indicated in portion C3 of the config file in
The reduction parameter generator 60 (more specifically, the generators in the reduction parameter generator 60) may store the generated reduction parameter in the storage unit 80.
Reduction parameter P23 is a reduction parameter for numerical attribute columns in source table S2. Reduction parameter P24 is a reduction parameter for numerical attribute columns in source table S1. The reduction parameter generator 60 (more specifically, the generators in the reduction parameter generator 60) generates the sixteen map parameters P21-24 in
The feature descriptor generator 81 generates a feature descriptor generator for generating the features described above from the first table and the second table. Specifically, the feature descriptor generator 81 generates a feature descriptor using (combining) the combination condition (map parameter) and reduction condition (reduction parameter) described above. The feature descriptor generator 81 may generate a feature descriptor using (combining) an extraction condition (filter parameter) in addition to the combination condition and reduction condition. -p In the present embodiment, the feature descriptor generator 81 may generate a map parameter previously combining a map parameter for geographic attributes and a map parameter for temporal attributes among the combination conditions (map parameters). For example, when “True” has been set in the parameter “time_spatial_map_combination” as in portion C4 of the config file shown in
The following is a detailed explanation of the process performed by the feature descriptor generator 81 to generate feature descriptors. Here, target table T and source tables S1 and S2 in
In the example shown in
In the example shown in
Next, the feature descriptor generator 81 generates a feature descriptor based on the generated combination. More specifically, the feature descriptor generator 81 converts the parameters in the generated combination into the format of the query language for operating and defining table data. For example, the feature descriptor generator 81 may use SQL as the query language.
At this time, the feature descriptor generator 81 may apply the parameters to a template for producing an SQL statement to generate a feature descriptor. The template for generating an SQL statement may be prepared for each parameter in advance, and the feature descriptor generator 81 apply each parameter in the generated combination to the template in successive order to generate an SQL statement. Here, the feature descriptor is defined as an SQL statement and each of the selected parameters corresponds to a parameter for generating an SQL statement.
When a feature is defined by combining parameters, various feature descriptors can be expressed as combinations of simple elements. Therefore, various feature candidates can be efficiently generated using table data. For example, in the example described above, 130 different features can be easily generated by generating four map parameters and nine reduction parameters and by generating 14 map parameters and seven reduction parameters. Because the definitions of each parameter generated can be reused, the labor required to generate feature descriptors can be reduced.
The feature generator 82 generates features using feature descriptors. For example, feature descriptors may include parameters for calculating distances as statistical values as described above. In this case, the feature generator 82 may calculate distances as statistical values by reducing the records in the second table meeting a predetermined condition by each record with a first geographic attribute based on a feature descriptor.
Specifically, the feature generator 82 may calculate the total or average for the distance in second table geographic attributes satisfying a predetermined condition with each record having a first table geographic attribute to reduce the records in the second table. The feature generator 82 may then add the calculated total or average for the distance as a feature to an attribute in the first table.
Alternatively, the feature generator 82 may calculate the number of records with geographic attributes satisfying a predetermined condition in the second table with each record having a geographic attribute in the first table to reduce the records in the second table. The feature generator 82 may then add the calculated number of records as a feature to an attribute in the first table.
Because the feature generator 82 can add generated features to attributes in the first table, the feature generator 82 can be said to be an attribute adding means. Because features generated by the feature generator 82 are candidates for the feature selector 83 to select as described later, the features can also be referred to as feature candidates.
In the present embodiment, the feature generator 82 generates feature candidates using feature descriptors. However, feature candidates may also be generated directly by the feature generator 82 from the first table and the second table using a similarity function, a combination condition, and a reduction condition. As described above, the degree of similarity calculated from the value of a first attribute and the value of a second attribute is a combination condition used to combine records in the first table including values for first attributes and records in the second table including values for second attributes that satisfy the condition. A reduction condition is expressed as a reduction method for records in the second table and columns to be reduced.
When there are multiple combination conditions and reduction conditions, the feature generator 82 may generate features by combining combination conditions with reduction conditions. By combining combination conditions and reduction conditions, the same effect can be achieved as the feature descriptor generator 81 generating feature descriptors.
The feature selector 83 selects the optimum feature for a prediction from among the generated features. Any feature selecting method may be used. The feature selector 83 may select a feature using, for example, L1 regularization. However, the algorithm used to select a feature is not limited to L1 regularization. The feature selector 83 may select the optimum feature for a prediction based on the algorithm used to select the feature.
The output unit 90 outputs the generated feature. The output unit 90 may output only the feature selected by the feature selector 83 or may output all of the features generated by the feature generator 82.
The learning unit 91 learns a prediction model using the generated feature. The learning unit 91 learns prediction models using added attributes as features. Specifically, the learning unit 91 applies data from the first table and the second table to the generated feature to produce training data. The learning unit 91 uses generated features as candidates for explanatory variables to learn a model that predicts the values to be predicted. Any model learning method can be used.
The predicting unit 92 makes predictions using the model learned by the learning unit 91. Specifically, the predicting unit 92 applies data from the first table and the second table to a generated feature to generate prediction data. The predicting unit 92 applies the generated prediction data to the learned model and obtains prediction results.
The input unit 10, geo-coder 20, map parameter generator 30, filter parameter generator 50, reduction parameter generator 60, feature descriptor generator 81, feature generator 82, feature selector 83, output unit 90, learning unit 91, and predicting unit 92 are realized by a computer processor that operates according to a program (information processing program) such as a central processing unit (CPU), graphics processing unit (GPU), or field-programmable gate array (FPGA). More specifically, the map parameter generator 30 is realized by the geo-map generator 40 (distance map generator 41, inclusion map generator 42, overlap map generator 43, same area map generator 44), time difference map generator 31, exact map generator 32, and attribute specifying unit 33. The reduction parameter generator 60 is realized by the geo-reduce generator 70 (point reduce generator 71, area reduce generator 72) and the numerical reduce generator 61.
The input unit 10, geo-coder 20, map parameter generator 30, filter parameter generator 50, reduction parameter generator 60, feature descriptor generator 81, feature generator 82, feature selector 83, output unit 90, learning unit 91, and predicting unit 92 may be operated in accordance with a program stored in the storage unit 80 and retrieved by a processor. The functions of the information processing system may be provided in the SaaS (software as a service) format.
The input unit 10, geo-coder 20, map parameter generator 30, filter parameter generator 50, reduction parameter generator 60, feature descriptor generator 81, feature generator 82, feature selector 83, output unit 90, learning unit 91, and predicting unit 92 may also be realized by dedicated hardware. Some or all of the components in these devices may be realized by a combination of general or dedicated circuitry and processors. These may be mounted in a single chip or across multiple chips connected via a bus. Some or all of the components in these devices may be realized by a combination of the circuitry and processors described above.
When some or all of the components in these devices are realized by a plurality of information processing devices and circuits, the plurality of information processing devices and circuits may be arranged centrally or may be distributed. For example, the information processing devices and the circuits may be realized in a form connected via a communication network, such as in a client and server system or in a cloud computing system. The information processing system 100 in the present embodiment may be realized as a single information processing device. Because some or all of the information processing system 100 in the present embodiment is used to generate features, the device including the function of producing a feature can be referred to as the feature generating device.
The following is an explanation of the operations performed by the information processing system 100 in the present embodiment.
The input unit 10 acquires a first table including a prediction target and first geographic attributes and a second table including second geographic attributes (Step S11). The input unit 10 also receives a geographic relation and the degree of geographic relation (Step S12). The map parameter generator 30 generates a combination condition for combining records in the first table with records in the second table so that the relationship between the value of the first geographic attribute and the value of the second geographic attribute satisfy the degree of geographic relationship (Step S13).
In the present embodiment, the input unit 10 acquires a first table including a prediction target and first geographic attributes and a second table including second geographic attributes. The input unit 10 also receives a geographic relation and the degree of geographic relation. The map parameter generator 30 generates a combination condition for combining records in the first table with records in the second table so that the relationship between the value of the first geographic attribute and the value of the second geographic attribute satisfy the degree of geographic relationship. Similarly, in the present embodiment, the input unit 10 acquires a first table including a prediction target and first temporal attributes and a second table including second temporal attributes. The input unit 10 also receives a temporal relation and the degree of temporal relation. The map parameter generator 30 generates a combination condition for combining records in the first table with records in the second table so that the relationship between the value of the first temporal attribute and the value of the second temporal attribute satisfy the degree of temporal relationship. In this way, the amount of labor required to associate information via geographic information or temporal information can be reduced. As a result, the burden on a computer to process information expressed using a variety of expressions can be reduced.
Also, in the present embodiment, the input unit 10 acquires a first table including a prediction target and first geographic attributes and a second table including second geographic attributes. The feature generator 82 calculates the statistical value of the distance when the value of the second geographic attribute satisfies a predetermined condition relative to the value of the first geographic attribute, and the calculated statistical value is added to an attribute of the first table as a feature. In this way, features can be generated efficiently from information sources having geographic information.
Also, in the present embodiment, the input unit 10 acquires a first table including a prediction target and first attributes and a second table including second attributes. The input unit 10 also receives a similarity function used to calculate the degree of similarity between a first attribute and a second attribute and a similarity condition. Feature candidates are generated from the first table and the second table using a combination condition and reduction condition in accordance with the similarity function. The feature selector 83 then selects the most appropriate feature for a prediction from the feature candidates. In this way, the labor required for analysts to generate features can be reduced.
The following is an overview of the present invention.
This configuration can reduce the amount of work required to associate information via geographic information.
The receiving means 182 may receive a geographic relationship (DistanceMap, etc.) representing the distance between a first geographic attribute represented by a point (Point) and a second geographic attribute represented by a point (Point), and may receive one or more of the degree of geographic relationship and the distance threshold value. The combination condition generating means 183 (such as a distance map generator 41) may generate a combination condition based on the received geographic relationship and the degree of the geographic relationship.
Alternatively, the receiving means 182 may receive a geographic relationship (KNearestMap, etc.) representing the distance between a first geographic attribute represented by a point (Point) and a second geographic attribute represented by an area (Area), and may receive one or more of the degree of geographic relationship and the distance threshold value. The combination condition generating means 183 (such as a distance map generator 41) may generate a combination condition based on the received geographic relationship and the degree of the geographic relationship.
Alternatively, the receiving means 182 may receive a geographic relationship indicating that a first geographic attribute represented by a point (Point) and a second geographic attribute represented by a point (Point) are present in the same area (SameCityMap, etc.), and the combination condition generating means 183 (same area map generator 44) may generate a combination condition based on the received geographic relationship and the degree of the geographic relationship.
Alternatively, the receiving means 182 may receive a geographic relationship (InclusionMap, etc.) indicating that a first geographic attribute represented by a point (Point) is included in a second geographic attribute represented by an area (Area), and the combination condition generating means 183 (inclusion map generator 42) may generate a combination condition based on the received geographic relationship and the degree of the geographic relationship.
Alternatively, the receiving means 182 may receive a geographic relationship (IntersectMap, etc.) indicating that a first geographic attribute represented by an area (Area) and a second geographic attribute represented by an area (Area) intersect, and the combination condition generating means 183 (overlap map generator 43) may generate a combination condition based on the received geographic relationship and the degree of the geographic relationship.
Note that the first geographic attribute may be the primary key in the first table.
Also, the first geographic data type and the second geographic data type may be geographic data types different from one another.
Also, the first geographic data type may be a type of data able to specify geography using point information and the second geographic data type may be a type of data able to specify geography using range information.
The information processing device 180 may further comprise: a feature descriptor generating means (feature descriptor generator 81) for generating a feature descriptor for generating a feature as a variable able to affect the prediction target from the first table and the second table using a combination condition, a reduction method for the number of records in the second table, and a reduction condition (reduction parameter, etc.), represented by a column to be reduced; a feature generating means (feature generator 82) for generating the feature using the feature descriptor; and a descriptor selecting means (feature selector 83) for selecting the optimum feature for prediction from among the generated features.
Also, the table acquiring means 181 may acquire a first table and one or more second tables. At this time, the first geographic attribute and the second geographic attribute may each have a geographic data type; the receiving means 182 may receive a combination of first geographic data types and second geographic data types. The information processing device 180 may further comprise an attribute specifying means (attribute specifying unit 33) for specifying a first geographic attribute having the same data type as the first geographic data type from the first table, and for specifying a second geographic attribute having the same data type as the second geographic data type from the second table. The combination condition generating means 183 may generate a combination condition for combining a record included in the first table with a record included in the second table so that the relationship between the value of a first geographic attribute and the value of a second geographic attribute satisfies the degree of geographic relationship.
The combination condition generating means 183 may store in a storage unit (storage unit 80) a combination condition containing a column from the first table including a first geographic attribute used to determine a geographic relationship, a column from the second table including a second geographic attribute, and a degree of geographic relationship.
This configuration can reduce the amount of work required to associate information via temporal information.
The receiving means 192 may receive a temporal relationship (TimeDiffMap, etc.) representing the difference between a first temporal attribute and a second temporal attribute, and may receive one or more of the degree of temporal relationship and the difference threshold value. The combination condition generating means 193 may generate a combination condition based on the received temporal relationship and the degree of the temporal relationship.
Also, the combination condition generating means 193 may store in a storage unit (storage unit 80) a combination condition containing a column from the first table including a first temporal attribute used to determine a temporal relationship, a column from the second table including a second temporal attribute, and a degree of temporal relationship.
Information processing device 190 may have the function generating means, feature generating means, and feature selecting means in information processing device 180. Information processing device 190 may also have the attribute selecting means in information processing device 180.
This information processing system may be installed in a computer 1000. The operations performed by each processing unit may be stored in an auxiliary storage device 1003 in the format of a program (combination condition generating program). The processor 1001 may retrieve the program from the auxiliary storage device 1003 and load the program in the main storage device 1002 to execute processing in accordance with the program.
The auxiliary storage device 1003 in at least one embodiment is a non-temporary physical medium. An example of a non-temporary physical medium is a magnetic disk, a magneto-optical disk, a CD-ROM, a DVD-ROM, or a semiconductor memory connected via the interface 1004. When the program is distributed to the computer 1000 via a communication line, the computer 1000 receiving the program may load the program in the main storage device 1002 and execute the processing described above.
The program may realize some of the functions described above. The program may also combine these functions with those of another program already stored in the auxiliary storage device in the form of a so-called difference file (difference program).
Some or all of these embodiments are described in the addenda listed below. Note, however, that the present invention is not limited to the following.
(Addendum 1)
An information processing device comprising: a table acquiring means for acquiring a first table including prediction targets and first geographic attributes, and a second table including second geographic attributes; a receiving means for receiving geographic relationships and degrees of geographic relationships; and a combination condition generating means for generating a combination condition for combining a record included in the first table with a record included in the second table so that the relationship between the value of a first geographic attribute and the value of a second geographic attribute satisfies the degree of geographic relationship.
(Addendum 2)
An information processing device according to addendum 1, wherein the receiving means receives a geographic relationship representing the distance between a first geographic attribute represented by a point and a second geographic attribute represented by a point, and the combination condition generating means generates a combination condition based on the received geographic relationship and the degree of the geographic relationship.
(Addendum 3)
An information processing device according to addendum 1, wherein the receiving means receives a geographic relationship representing the distance between a first geographic attribute represented by a point and a second geographic attribute represented by a point, and receives at the same time one or more threshold values for the distance as the degree of the geographic relationship, and the combination condition generating means generates a combination condition based on the received geographic relationship and the degree of the geographic relationship.
(Addendum 4)
An information processing device according to addendum 1, wherein the receiving means receives a geographic relationship indicating that a first geographic attribute represented by a point and a second geographic attribute represented by a point are present in the same area, and the combination condition generating means generates a combination condition based on the received geographic relationship and the degree of the geographic relationship.
(Addendum 5)
An information processing device according to addendum 1, wherein the receiving means receives a geographic relationship indicating that a first geographic attribute represented by a point is included in a second geographic attribute represented by an area, and the combination condition generating means generates a combination condition based on the received geographic relationship and the degree of the geographic relationship.
(Addendum 6)
An information processing device according to addendum 1, wherein the receiving means receives a geographic relationship indicating that a first geographic attribute represented by an area and a second geographic attribute represented by an area intersect, and the combination condition generating means generates a combination condition based on the received geographic relationship and the degree of the geographic relationship.
(Addendum 7)
An information processing device according to any one of addenda 1 to 6, wherein the first geographic attribute is the primary key in the first table.
(Addendum 8)
An information processing device according to any one of addenda 1 to 7, wherein the first geographic data type and the second geographic data type are geographic data types different from one another.
(Addendum 9)
An information processing device according to any one of addenda 1 to 8, wherein the first geographic data type is a type of data able to specify geography using point information and the second geographic data type is a type of data able to specify geography using range information.
(Addendum 10)
An information processing device according to any one of addenda 1 to 9, wherein the combination condition generating means stores in a storage unit a combination condition containing a column from the first table including a first geographic attribute used to determine a geographic relationship, a column from the second table including a second geographic attribute, and a degree of geographic relationship.
(Addendum 11)
An information processing device comprising: a table acquiring means for acquiring a first table including prediction targets and first temporal attributes, and a second table including second temporal attributes; a receiving means for receiving temporal relationships and degrees of temporal relationships; and a combination condition generating means for generating a combination condition for combining a record included in the first table with a record included in the second table so that the relationship between the value of a first temporal attribute and the value of a second temporal attribute satisfies the degree of temporal relationship.
(Addendum 12)
An information processing device according to addendum 11, wherein the receiving means receives a temporal relationship representing the difference between the first geographic attribute and the second geographic attribute, and receives at the same time one or more threshold values for the distance as the degree of the temporal relationship, and the combination condition generating means generates a combination condition based on the received temporal relationship and the degree of the temporal relationship.
(Addendum 13)
An information processing device according to addendum 11 or addendum 12, wherein the combination condition generating means stores in a storage unit a combination condition containing a column from the first table including a first temporal attribute used to determine a temporal relationship, a column from the second table including a second temporal attribute, and a degree of temporal relationship.
(Addendum 14)
An information processing device according to any one of addenda 1 to 13, further comprising: a feature descriptor generating means for generating a feature descriptor for generating a feature as a variable able to affect the prediction target from the first table and the second table using a combination condition, a reduction method for the number of records in the second table, and a reduction condition represented by a column to be reduced; a feature generating means for generating the feature using the feature descriptor; and a descriptor selecting means for selecting the optimum feature for prediction from among the generated features.
(Addendum 15)
An information processing device according to any one of addenda 1 to 14, wherein the table acquiring means acquires a first table and one or more second tables, the first geographic attribute and the second geographic attribute each have a geographic data type, the receiving means receives a combination of first geographic data types and second geographic data types, the information processing device further comprises an attribute specifying means for specifying a first geographic attribute having the same data type as the first geographic data type from the first table, and for specifying a second geographic attribute having the same data type as the second geographic data type from the second table, and the combination condition generating means generates a combination condition for combining a record included in the first table with a record included in the second table so that the relationship between the value of a first geographic attribute and the value of a second geographic attribute satisfies the degree of geographic relationship.
(Addendum 16)
A combination condition generating method comprising: acquiring a first table including prediction targets and first geographic attributes, and a second table including second geographic attributes; receiving geographic relationships and degrees of geographic relationships; and generating a combination condition for combining a record included in the first table with a record included in the second table so that the relationship between the value of a first geographic attribute and the value of a second geographic attribute satisfies the degree of geographic relationship.
(Addendum 17)
A combination condition generating method according to addendum 16, further comprising: receiving a geographic relationship representing the distance between a first geographic attribute represented by a point and a second geographic attribute represented by a point; receiving at the same time one or more threshold values for the distance as the degree of the geographic relationship; and generating a combination condition based on the received geographic relationship and the degree of the geographic relationship.
(Addendum 18)
A combination condition generating method comprising: acquiring a first table including prediction targets and first temporal attributes, and a second table including second temporal attributes; receiving temporal relationships and degrees of temporal relationships; and generating a combination condition for combining a record included in the first table with a record included in the second table so that the relationship between the value of a first temporal attribute and the value of a second temporal attribute satisfies the degree of temporal relationship.
(Addendum 19)
A combination condition generating method according to addendum 18, further comprising: receiving a temporal relationship representing the difference between a first temporal attribute and a second temporal attribute; receiving at the same time one or more threshold values for the difference as the degree of the temporal relationship; and generating a combination condition based on the received temporal relationship and the degree of the temporal relationship.
(Addendum 20)
A combination condition generating program causing a computer to execute: a table acquiring process for acquiring a first table including prediction targets and first geographic attributes, and a second table including second geographic attributes; a receiving process for receiving geographic relationships and degrees of geographic relationships; and a combination condition generating process for generating a combination condition for combining a record included in the first table with a record included in the second table so that the relationship between the value of a first geographic attribute and the value of a second geographic attribute satisfies the degree of geographic relationship.
(Addendum 21)
A combination condition generating program according to addendum 20, wherein the program causes a computer to receive a geographic relationship representing the distance between a first geographic attribute represented by a point and a second geographic attribute represented by a point; receive at the same time one or more threshold values for the distance as the degree of the geographic relationship; and generate a combination condition based on the received geographic relationship and the degree of the geographic relationship.
(Addendum 22)
A combination condition generating program causing a computer to execute: a table acquiring process for acquiring a first table including prediction targets and first temporal attributes, and a second table including second temporal attributes; a receiving process for receiving temporal relationships and degrees of temporal relationships; and a combination condition generating process for generating a combination condition for combining a record included in the first table with a record included in the second table so that the relationship between the value of a first temporal attribute and the value of a second temporal attribute satisfies the degree of temporal relationship.
(Addendum 23)
A combination condition generating program according to addendum 22, wherein the program causes a computer to receive a temporal relationship representing the difference between a first temporal attribute and a second temporal attribute; receive at the same time one or more threshold values for the difference as the degree of the temporal relationship; and generate a combination condition based on the received temporal relationship and the degree of the temporal relationship.
The present invention was explained above with reference to embodiments and examples. However, it should be noted that the present invention is not limited to these embodiments and examples. For example, it should be clear to those skilled in the art that various modifications can be made to the configuration and details of the present invention without departing from the spirit and scope of the present invention.
10: Input unit
20: Geo-coder
30: Map parameter generator
31: Time difference map generator
32: Exact map generator
33: Attribute specifying unit
40: Geo-map generator
41: Distance map generator
42: Inclusion map generator
43: Overlap map generator
44: Same area map generator
50: Filter parameter generator
51: Filter generator
60: Reduction parameter generator
61: Numerical reduce generator
70: Geo-reduce generator
71: Point reduce generator
72: Area reduce generator
80: Storage unit
81: Feature descriptor generator
82: Feature generator
83: Feature selector
90: Output unit
91: Learning unit
92: Predicting unit
The present application claims priority based on U.S. Provisional Patent Application No. 62/568,544 filed on Oct. 5, 2017, which is incorporated herein by reference in its entirety.
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/JP2018/022427 | 6/12/2018 | WO | 00 |
Number | Date | Country | |
---|---|---|---|
62568544 | Oct 2017 | US |