WO2017138624A1 - Information processing device and information processing method - Google Patents

Information processing device and information processing method Download PDF

Info

Publication number
WO2017138624A1
WO2017138624A1 PCT/JP2017/004832 JP2017004832W WO2017138624A1 WO 2017138624 A1 WO2017138624 A1 WO 2017138624A1 JP 2017004832 W JP2017004832 W JP 2017004832W WO 2017138624 A1 WO2017138624 A1 WO 2017138624A1
Authority
WO
WIPO (PCT)
Prior art keywords
graph
property
similarity
information
information processing
Prior art date
Application number
PCT/JP2017/004832
Other languages
French (fr)
Japanese (ja)
Inventor
山崎 俊彦
康平 大原
Original Assignee
国立大学法人東京大学
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 国立大学法人東京大学 filed Critical 国立大学法人東京大学
Publication of WO2017138624A1 publication Critical patent/WO2017138624A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Information and communication technology [ICT] specially adapted for implementation of business processes of specific business sectors, e.g. utilities or tourism
    • G06Q50/10Services
    • G06Q50/16Real estate
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor

Definitions

  • Some aspects according to the present invention relate to an information processing apparatus and an information processing method for searching for real estate properties, for example.
  • Non-Patent Document 1 describes a method of confirming the influence of room layout on rent by creating a room layout as a graph and then performing graph mining.
  • Non-Patent Document 1 does not disclose any method for searching based on the room arrangement.
  • Some aspects of the present invention have been made in view of the above-described problems, and an object thereof is to provide an information processing apparatus and an information processing method capable of suitably searching for a property.
  • the information processing apparatus includes a unit that manages graph information in which rooms and connections between rooms are expressed as a graph structure including nodes and edges for each piece of property information, and a user operation.
  • An input unit that receives an input of a created query graph indicating a graph structure to be searched, a graph unit related to each property information, a calculation unit that calculates a similarity between the graph structure related to the query graph, and the similarity Depending on the degree, output means for outputting the property information is provided.
  • An information processing method includes a step in which an information processing apparatus manages, for each piece of property information, graph information in which a room and a connection between rooms are represented as a graph structure including nodes and edges; A step of receiving an input of a query graph indicating a graph structure to be searched, created according to a user operation, a step of calculating a similarity between the graph structure according to each property information and the graph structure according to the query graph; And outputting the property information according to the degree of similarity.
  • “part”, “means”, “apparatus”, and “system” do not simply mean physical means, but “part”, “means”, “apparatus”, “system”. This includes the case where the functions possessed by "are realized by software. Further, even if the functions of one “unit”, “means”, “apparatus”, and “system” are realized by two or more physical means or devices, two or more “parts” or “means”, The functions of “device” and “system” may be realized by a single physical means or device.
  • FIGS. 1 to 5 are diagrams for explaining the embodiment. Hereinafter, embodiments will be described along the following flow with reference to these drawings.
  • First, an outline of the property search apparatus according to the embodiment will be described with “1”. Subsequently, the processing of the property search apparatus will be described in “2” with a specific example. “3” describes the functional configuration of the property search apparatus, and “4” describes a specific example of a hardware configuration capable of realizing the property search device. Finally, after “5”, the effects according to the embodiment and other embodiments will be described.
  • the property search device enables a search focusing on the layout of the floor plan. More specifically, first, the user inputs the layout of the floor plan that the user wants to search as a graph structure (hereinafter also referred to as a query graph). The property search device calculates a similarity between the input query graph and a graph structure indicating a layout of each property included in the database. In addition, the property search apparatus creates a property list according to the calculated similarity and presents the list to the user. Thereby, the said property search apparatus provides the search function according to the layout of a floor plan to a user. Details will be described below.
  • FIG. 1 is a flowchart showing a processing flow of the property search apparatus.
  • the property search apparatus causes a user to input a layout of a floor plan to be searched as a graph structure (S101).
  • a specific example of a query graph created by the property search device according to the present embodiment in response to a user operation will be described with reference to FIGS. 2A and 2B.
  • FIG. 2A is a specific example of a layout of a floor plan that the user wants to search
  • FIG. 2B is a specific example of a graph structure showing the layout.
  • FIG. 2A In the floor plan layout that the user wants to search shown in FIG. 2A, a 6-cm Western-style room and a Japanese-style room, and a 4-cm washroom are connected to an 8-cm dining kitchen. In addition, a 4cm bath and a 3cm toilet are connected to the washroom.
  • the entrance is not described, but this is because the user does not particularly emphasize the entrance position in the floor plan search and does not include it in the search target.
  • FIG. 2B shows a specific example of a graph structure showing the layout of the floor plan shown in FIG. 2A, that is, a query graph input by the user.
  • a dining kitchen DK
  • JR Japanese-style room
  • WR Western-style room
  • PR washroom
  • Ba A room such as a toilet (WC: Water Closet) is represented as a node having a label indicating the type and size of each room.
  • WC Water Closet
  • connection between rooms that can be moved between rooms through a door or the like is expressed as an edge connecting the nodes.
  • the corridor and stairs are expressed as nodes, What is necessary is just to connect with the node which shows this room by an edge.
  • the user can set a room and a connection between the rooms that are desired to be emphasized when searching. For example, if the user wants to emphasize the presence of a dining kitchen or direct connection between a Western-style room and a dining kitchen, the user is “Important” for the node or edge of the corresponding portion, as shown in FIG. 2B. Can be set. Nodes and edges that have been shown to be important in this way are given a large weight when calculating the similarity described later.
  • the property search apparatus displays a graph corresponding to the floor layout of each property from the database (DB).
  • the structure is read (S105).
  • the property search device specifies a maximum common subgraph (MCS) between the graph structure of the read property information and the query graph that is the search condition (S107).
  • the calculation time required for each method varies depending on the number of nodes, the number of edges, the density of the graph, and the like included in the graph.
  • the Durand-Pasari algorithm, the Balas Yu algorithm, the McGregor algorithm, and the like can be cited as methods for specifying the MCS. Any method may be used to specify the MCS, but here, the McGregor algorithm is modified and used.
  • requires MCS is demonstrated, referring FIG. 3A and FIG. 3B.
  • FIG. 3A shows an example of a graph structure to be compared.
  • MCS of graph 1 and graph 2 shown in FIG. 3A is obtained.
  • three nodes id 0, 1, and 2, respectively labeled “A”, “B”, and “C”, are connected in series.
  • four nodes id 0 ′, 1 ′, 2 ′, and 3 ′, which are respectively labeled “A”, “B”, “A”, and “C”, are connected in series.
  • the nodes are read from graph 1 in ascending order of id.
  • the node with the id “0” of the label “A” is read from the graph 1.
  • the nodes of id0 ′ and 2 ′ having the same label “A” as the node read from the graph 1 are read from the graph 2 and added to the search tree as MCS candidates (nodes 31A and 31B).
  • the node of id1 in graph 1 is read. Since the label of the node with id1 is “B”, the node with id1 ′ having the label “B” is also read out in the graph 2. In addition, if there is an edge between the id0 and id0 ′ nodes whose correspondence has been specified in the graph nodes 31A and 31B of the MCS candidates, and the id1 and id1 ′ nodes read this time Both the read node and the edge are added as search tree candidates. In the example of graphs 1 and 2 in FIG.
  • the node with id1 and the node with id1 ′ are added to the search tree as MCS candidates along with edges (nodes 33A and 33B).
  • the id2 node is read from the graph 1. Since the label of the node with id2 is “C”, the node with id3 ′ having the label “C” is also read out in the graph 2. In addition, there is an edge between the id0 and id0 ′ nodes identified in the graph nodes 33A and 33B of the MCS candidates and the id1 and id1 ′ nodes and the id2 and id3 ′ nodes read this time. Check if it exists. In the example of graphs 1 and 2 of FIG. 3A, no such edge exists. Therefore, the node of id2 and the node of id3 'read this time are added to the search tree as MCS candidates (nodes 35A and 35B).
  • the read node is not included in the MCS candidate. That is, when the MCS is obtained by a normal McGregor algorithm, the nodes id2 and id3 'are not added to the search tree of the MCS candidate in the nodes 35A and 35B.
  • the property search device adds a node to an MCS candidate even if there is no edge. This is because the specification of MCS in this embodiment is used to calculate the similarity of the floor plan. When calculating the similarity of the floor plan, even if the rooms are not connected, the same type of room itself is used. This is because it is considered that the existence fact should be reflected in the similarity.
  • the property search device determines the similarity between the query graph and the graph structure related to the read property information. Calculate (S109 in FIG. 1). There are various methods for calculating the degree of similarity. For example, it can be calculated by the following mathematical formula.
  • q and g indicate a graph structure G, and can include elements of a node set V, an edge set E, a map L that returns a node label, and a map W that returns a width.
  • mcs is a maximum common subgraph (MCS) between q and g.
  • is a weighting coefficient set according to the importance. For example, 100 can be set if the edge or node is set as important by the user, and 1 can be set if the edge or node is not set.
  • the weighting value set by ⁇ is not limited to this, and can be adjusted as appropriate.
  • the importance (weight) that can be set for each node or edge is two stages, but the present invention is not limited to this, and the user may be able to set the importance in multiple stages. .
  • v q, v g is the corresponding node of each graph q and g.
  • the similarity sim (q, g) in the first term, the number of nodes that match between the query graph q and the graph structure g related to the read property information, and the importance of those nodes A value is calculated according to whether or not the degree is specified.
  • a value corresponding to the number of matching edges between the query graph q and the graph structure g related to the read property information, and the presence / absence of importance designation of those edges is calculated.
  • a value corresponding to the difference in the size of each room between the query graph q and the graph structure g is calculated. By summing these values, the similarity between the query graph q and the graph structure g is calculated.
  • the property search apparatus After calculating the similarity between the graph structure related to the property information read from the DB and the query graph (S109 in FIG. 1), the property information for which the similarity is not yet calculated in the DB. If it remains (No in S111), the property search apparatus newly reads unprocessed property information from the DB and performs the same processing (S105 to S109). When the similarity calculation for all the property information in the DB is completed (Yes in S111), the property search apparatus sorts the property information according to the similarity and outputs a list of property information (S113). ).
  • FIG. 4 is a functional block diagram illustrating a specific example of a functional configuration of the property search apparatus.
  • the property search apparatus 100 includes a query graph input unit 111, a query graph display unit 113, a maximum common partial graph specification unit 115, a graph similarity calculation unit 117, a search result output unit 119, and a database (DB) 120. Including.
  • the property search apparatus 100 is connected to an information processing apparatus (user terminal) such as a PC (Personal Computer) or a smartphone operated by a user via a network, for example,
  • a property search service can be provided as a website.
  • the user checks and inputs various information on a browser operating on the user terminal.
  • the method for providing the property search service is not limited to this.
  • the property search service can be provided to the user.
  • the query graph input unit 111 described later receives the query graph and searches for a property.
  • the search result output unit 119 described later may transmit the search result to the application of the user terminal, and the application may display the search result on the display device.
  • a user with a property search function as an application that operates on an information processing device such as a PC or a smartphone operated by each user who operates alone.
  • the property information 121 stored in the DB 120 may be sequentially updated by an external server or the like.
  • the property search device 100 is described as one device. However, the present invention is not limited to this, and the function of the property search device 100 is realized by a plurality of cooperating computers. Is also possible.
  • the query graph input unit 111 receives a graph structure corresponding to a layout to be searched for a user to search for a property, that is, a query graph created according to a user operation.
  • the query graph display unit 113 sequentially displays the query graph created by the user on the display device. Thereby, the user can create a query graph while checking the graph structure on the display device.
  • the maximum common partial graph specifying unit 115 specifies the maximum common partial graph (MCS) between the query graph created by the query graph input unit 111 and the graph structure indicated by the graph data 123 included in the property information 121. .
  • MCS maximum common partial graph
  • a node label corresponding to the type of room
  • an edge included in both the query graph and the graph structure related to the property information 121 are used. That is, it is not always necessary to specify the size of the room and the importance indicating whether or not the node or edge is important for the search by the user in order to specify the MCS. Since the specific method for specifying the MCS has been described in “2.2. Specifying the MCS”, the description thereof is omitted here.
  • the graph similarity calculation unit 117 calculates the similarity between the query graph created by the query graph input unit 111 and the graph structure indicated by the graph data 123 included in the property information 121.
  • the degree of similarity includes the number of nodes and edges included in the common subgraph (MCS) between the two, whether or not the nodes and edges are designated as important by the user, the difference in the size of each room, etc. Can be calculated based on The specific method for calculating the similarity is described in “2.3. Calculation of similarity” above, and thus the description thereof is omitted here.
  • the search result output unit 119 outputs a search result obtained by searching the property information 121 using the created query graph in order to present it to the user according to the similarity calculated by the graph similarity calculation unit 117. For example, on the display screen that displays the search result by the output of the search result output unit 119, the list of the property information 121 can be shown after sorting the property information 121 in descending order of similarity to the query graph.
  • the DB 120 manages property information 121 that is information related to each property to be searched.
  • the property information 121 includes at least graph data 123 indicating a layout of each room as a graph structure. Other properties that are necessary for users to grasp the detailed contents of the property, such as exclusive area, nearest station, route and seller, contractor, address, floor plan, and photos showing the room and surrounding environment, etc.
  • Information 121 can be included.
  • the property search apparatus 100 includes a control unit 501, a communication interface (I / F) unit 505, a storage unit 507, a display unit 511, and an input unit 513, each of which is a bus line. Connected via 515.
  • the controller 501 includes a CPU (Central Processing Unit, not shown), a ROM (Read Only Memory, not shown), a RAM (Random Access Memory) 503, and the like.
  • the control unit 501 is configured to execute the control program 509 stored in the storage unit 507 so that the above-described property search process can be realized in addition to the function as a general computer.
  • the query graph input unit 111, query graph display unit 113, maximum common subgraph specifying unit 115, graph similarity calculation unit 117, and search result output unit 119 described with reference to FIG. 4 are temporarily stored in the RAM 503. Above, it is realizable as the control program 509 which operate
  • the RAM 503 temporarily holds part or all of the property information 121 in addition to the code included in the control program 509.
  • the RAM 503 is also used as a work area when the CPU executes various processes.
  • the communication I / F unit 505 is a device for performing data communication with another information processing apparatus such as a user terminal operated by the user by wire or wireless.
  • the communication I / F unit 505 can perform various inputs from the user terminal for creating the query graph and output of the created query graph and search results to the user terminal.
  • the storage unit 507 is a nonvolatile storage medium such as an HDD (Hard Disk Drive) or a flash memory.
  • the storage unit 507 stores an operating system (OS), applications, and data (not shown) for realizing functions as a general computer.
  • the storage unit 507 stores a control program 509.
  • the query graph input unit 111, the query graph display unit 113, the maximum common subgraph specifying unit 115, the graph similarity calculation unit 117, and the search result output unit 119 illustrated in FIG. 4 are realized by the control program 509. Can do.
  • the display unit 511 is a display device for presenting information to the administrator. Specific examples of the display unit 511 include a liquid crystal display and an organic EL (Electro-Luminescence) display.
  • the input unit 513 is a device for receiving input from the administrator. Specific examples of the input unit 513 include a keyboard, a mouse, and a touch panel.
  • the property search apparatus 100 does not necessarily include the display unit 511 and the input unit 513.
  • the display unit 511 and the input unit 513 may be connected to the property search apparatus 100 from the outside via various interfaces such as a USB (Universal Serial Bus) and a display port.
  • USB Universal Serial Bus
  • the property search device 100 when searching for a property such as a condominium or a detached house, can search for a property based on the layout of the floor plan. For this purpose, when a query graph expressing the layout desired by the user is created, the property search apparatus 100 creates a property list including a layout having a high similarity to the layout indicated by the query graph and presents the list to the user. This makes it easy for the user to search for a property having a specific floor plan structure, such as when there are two or more rooms that are living-in.
  • the property search apparatus 100 when creating a query graph, it is possible to specify a room (node) and a connection (edge) between the rooms that are emphasized by the user. By searching for a property by the property search device 100 according to the importance, it is possible to easily find a property that is close to the floor plan layout that is emphasized by the user. Furthermore, the property search apparatus 100 according to the present embodiment performs property search in consideration of the size of the room. This makes it easier for the user to extract, for example, a property with a wider living room.
  • the user inputs whether they like or dislike each floor plan. It can be considered. For example, when a user evaluates N floor plans as being liable and M dislikes floor plans (N and M are integers of 0 or more), a query graph relating to those N and M floor plans. MCS identification and similarity calculation are performed between the actual floor plan and the search target. Furthermore, the user's implicit preference and the actual search target using the similarity between the query graph determined to be liable and the query graph determined to be disliked and the actual floor plan to be searched. The similarity SIM with the floor plan is calculated. In this case, for example, the following formula can be used to calculate the similarity SIM.
  • pq is a floor plan query graph determined by the user to like
  • nq is a floor plan query graph determined by the user to dislike.
  • sim (q, g) it is the same as the above-mentioned formula.
  • the method for presenting the user with the property in which the property having a high similarity SIM is arranged at the top and the property having a property with a low similarity SIM arranged at the bottom is shown as a search result. It is the same. By doing in this way, even if the user himself / herself does not input a graph, it is possible to search for an actual property with a floor plan according to the user's preference by simply inputting whether or not the user likes or dislikes.
  • Property search device 111 Query graph input unit 113: Query graph display unit 115: Maximum common partial graph specification unit 117: Graph similarity calculation unit 119: Search result output unit 120: Database 121: Property information 123: Graph data 501 : Control unit 503: RAM 505: Communication interface unit 507: Storage unit 509: Control program 511: Display unit 513: Input unit 515: Bus line

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Physics & Mathematics (AREA)
  • Tourism & Hospitality (AREA)
  • General Physics & Mathematics (AREA)
  • General Health & Medical Sciences (AREA)
  • Primary Health Care (AREA)
  • Strategic Management (AREA)
  • Marketing (AREA)
  • General Business, Economics & Management (AREA)
  • Human Resources & Organizations (AREA)
  • Economics (AREA)
  • Health & Medical Sciences (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

(Problem) To provide an information processing device and an information processing method with which properties can be searched for in a suitable manner. (Solution) This information processing device is provided with: a means for managing graph information in which rooms and connections between rooms are represented as a graph structure including nodes and edges, for each set of property information; an input means for accepting input of a query graph indicating a graph structure to be searched for, created in accordance with a user operation; a calculating means for calculating a degree of similarity between the graph structures relating to each set of property information, and the graph structure relating to the query graph; and an output means for outputting the property information in accordance with the degree of similarity.

Description

情報処理装置及び情報処理方法Information processing apparatus and information processing method
 本発明に係るいくつかの態様は、例えば不動産物件等を検索するための情報処理装置及び情報処理方法に関する。 Some aspects according to the present invention relate to an information processing apparatus and an information processing method for searching for real estate properties, for example.
 近年、インターネット上のウェブサイト等において、例えば賃貸や販売用のマンションや一戸建て等の住戸を検索する物件検索サービスが提供されている。このような物件検索サービスでは、通常、最寄駅や専有面積、家賃、キーワード等の検索条件を組み合わせることにより不動産物件に対する検索が行われる。しかしながら、リビングダイニングや和室等の個々の部屋の広さや、リビングダイニングと洋室が直接つながっているか否か等の部屋間の接続方法等、具体的な間取りを条件として検索することはできない。
 また、非特許文献1には、部屋の配置をグラフとして作成した上でグラフマイニングを行うことにより、室配置が賃料に与える影響を確認する手法が記載されている。
2. Description of the Related Art In recent years, a property search service for searching for apartments for rent or sale, for example, and a dwelling unit such as a detached house is provided on a website on the Internet. In such a property search service, a search for a real estate property is usually performed by combining search conditions such as the nearest station, exclusive area, rent, and keyword. However, it is not possible to search on the condition of specific floor plans such as the size of individual rooms such as living dining and Japanese-style rooms and the connection method between rooms such as whether or not the living dining and Western rooms are directly connected.
Non-Patent Document 1 describes a method of confirming the influence of room layout on rent by creating a room layout as a graph and then performing graph mining.
 しかしながら、非特許文献1に記載の手法も、部屋の配置を元に検索する方法については、何ら開示されていない。 However, the method described in Non-Patent Document 1 does not disclose any method for searching based on the room arrangement.
 本発明のいくつかの態様は前述の課題に鑑みてなされたものであり、好適に物件を検索することのできる情報処理装置及び情報処理方法を提供することを目的の1つとする。 Some aspects of the present invention have been made in view of the above-described problems, and an object thereof is to provide an information processing apparatus and an information processing method capable of suitably searching for a property.
 本発明の1の態様に係る情報処理装置は、部屋及び部屋間の接続が、ノード及びエッジを含むグラフ構造として表現されたグラフ情報を、物件情報毎に管理する手段と、ユーザ操作に応じて作成された、検索対象のグラフ構造を示すクエリグラフの入力を受ける入力手段と、各物件情報に係るグラフ構造と、前記クエリグラフに係るグラフ構造との類似度を算出する算出手段と、前記類似度に応じて、前記物件情報を出力する出力手段とを備える。 The information processing apparatus according to one aspect of the present invention includes a unit that manages graph information in which rooms and connections between rooms are expressed as a graph structure including nodes and edges for each piece of property information, and a user operation. An input unit that receives an input of a created query graph indicating a graph structure to be searched, a graph unit related to each property information, a calculation unit that calculates a similarity between the graph structure related to the query graph, and the similarity Depending on the degree, output means for outputting the property information is provided.
 本発明の1の態様に係る情報処理方法は、情報処理装置が、部屋及び部屋間の接続が、ノード及びエッジを含むグラフ構造として表現されたグラフ情報を、物件情報毎に管理するステップと、ユーザ操作に応じて作成された、検索対象のグラフ構造を示すクエリグラフの入力を受けるステップと、各物件情報に係るグラフ構造と、前記クエリグラフに係るグラフ構造との類似度を算出するステップと、前記類似度に応じて、前記物件情報を出力するステップとを行う。 An information processing method according to one aspect of the present invention includes a step in which an information processing apparatus manages, for each piece of property information, graph information in which a room and a connection between rooms are represented as a graph structure including nodes and edges; A step of receiving an input of a query graph indicating a graph structure to be searched, created according to a user operation, a step of calculating a similarity between the graph structure according to each property information and the graph structure according to the query graph; And outputting the property information according to the degree of similarity.
 なお、本発明において、「部」や「手段」、「装置」、「システム」とは、単に物理的手段を意味するものではなく、その「部」や「手段」、「装置」、「システム」が有する機能をソフトウェアによって実現する場合も含む。また、1つの「部」や「手段」、「装置」、「システム」が有する機能が2つ以上の物理的手段や装置により実現されても、2つ以上の「部」や「手段」、「装置」、「システム」の機能が1つの物理的手段や装置により実現されても良い。 In the present invention, “part”, “means”, “apparatus”, and “system” do not simply mean physical means, but “part”, “means”, “apparatus”, “system”. This includes the case where the functions possessed by "are realized by software. Further, even if the functions of one “unit”, “means”, “apparatus”, and “system” are realized by two or more physical means or devices, two or more “parts” or “means”, The functions of “device” and “system” may be realized by a single physical means or device.
実施形態に係る情報処理装置の処理の流れを示すフローチャートである。It is a flowchart which shows the flow of a process of the information processing apparatus which concerns on embodiment. 検索対象の間取りレイアウトの具体例を示す図である。It is a figure which shows the specific example of the floor plan layout of search object. クエリグラフの具体例を示す図である。It is a figure which shows the specific example of a query graph. 最大共通部分グラフの特定方法の具体例を説明するための図である。It is a figure for demonstrating the specific example of the identification method of the largest common subgraph. 最大共通部分グラフの特定方法の具体例を説明するための図である。It is a figure for demonstrating the specific example of the identification method of the largest common subgraph. 実施形態に係る情報処理装置の機能構成を示すブロック図である。It is a block diagram which shows the function structure of the information processing apparatus which concerns on embodiment. 図4に示す情報処理装置を実装可能なハードウェア構成の具体例を示すブロック図である。It is a block diagram which shows the specific example of the hardware constitutions which can mount the information processing apparatus shown in FIG.
 以下、図面を参照して本発明の実施形態を説明する。ただし、以下に説明する実施形態は、あくまでも例示であり、以下に明示しない種々の変形や技術の適用を排除する意図はない。即ち、本発明は、その趣旨を逸脱しない範囲で種々変形して実施することができる。また、以下の図面の記載において、同一又は類似の部分には同一又は類似の符号を付して表している。図面は模式的なものであり、必ずしも実際の寸法や比率等とは一致しない。図面相互間においても互いの寸法の関係や比率が異なる部分が含まれていることがある。 Hereinafter, embodiments of the present invention will be described with reference to the drawings. However, the embodiment described below is merely an example, and there is no intention to exclude various modifications and technical applications that are not explicitly described below. That is, the present invention can be implemented with various modifications without departing from the spirit of the present invention. In the following description of the drawings, the same or similar parts are denoted by the same or similar reference numerals. The drawings are schematic and do not necessarily match actual dimensions and ratios. In some cases, the dimensional relationships and ratios may be different between the drawings.
 図1乃至図5は、実施形態を説明するための図である。以下、これらの図を参照しながら、以下の流れに沿って実施形態を説明する。まず「1」で実施形態に係る物件検索装置の概要を説明する。続いて「2」で当該物件検索装置の処理を、具体例を挙げながら説明する。「3」では、物件検索装置の機能構成を説明し、「4」では、物件検索装置を実現可能なハードウェア構成の具体例を説明する。最後に「5」以降で、実施形態に係る効果やその他の実施形態などを説明する。 1 to 5 are diagrams for explaining the embodiment. Hereinafter, embodiments will be described along the following flow with reference to these drawings. First, an outline of the property search apparatus according to the embodiment will be described with “1”. Subsequently, the processing of the property search apparatus will be described in “2” with a specific example. “3” describes the functional configuration of the property search apparatus, and “4” describes a specific example of a hardware configuration capable of realizing the property search device. Finally, after “5”, the effects according to the embodiment and other embodiments will be described.
(1. 概要)
 近年、インターネット上のウェブサイト等において、例えば賃貸や販売用のマンションや一戸建て等の住戸を検索する物件検索サービスが提供されている。このような物件検索サービスでは、通常、最寄駅や専有面積、路線、家賃、キーワード等のAND/ORで組み合わせた検索条件を用いた絞り込み検索が行われることが一般的である。
(1. Overview)
2. Description of the Related Art In recent years, a property search service for searching for apartments for rent or sale, for example, and a dwelling unit such as a detached house is provided on a website on the Internet. In such a property search service, it is common to perform a refined search using search conditions combined with AND / OR such as the nearest station, exclusive area, route, rent, and keyword.
 ここで、各ユーザの具体的な生活スタイル等に応じて、物件の間取りに着目して物件を検索したいという要望がある。例えば、子供が勝手に出かけないように子供部屋から家を出る際には必ずリビングを通ることになる構造、すなわち各部屋がリビングインとなっている物件をユーザが探している場合等である。しかしながら、従来の物件検索サービスでは、このような各部屋の間取りのレイアウトに基づく検索には対応することができなかった。 Here, there is a demand to search for a property by paying attention to the layout of the property according to the specific lifestyle of each user. For example, there is a structure in which a child always goes through the living room when leaving the child room so that the child does not go out of the house, that is, when the user is looking for a property where each room is a living-in. However, the conventional property search service cannot cope with the search based on the layout of each room.
 そこで本実施形態に係る物件検索装置では、間取りのレイアウトに着目した検索を可能とする。より具体的には、まず、ユーザが検索したい間取りのレイアウトをグラフ構造(以下、クエリグラフともいう。)としてユーザに入力させる。物件検索装置は、入力されたクエリグラフと、データベースに含まれる各物件のレイアウトを示すグラフ構造との間でそれぞれ類似度を算出する。その上で物件検索装置は、算出した類似度に応じて、物件のリストを作成して当該リストをユーザに提示する。これにより、当該物件検索装置は、ユーザに、間取りのレイアウトに応じた検索機能を提供する。以下、詳細を説明する。 Therefore, the property search device according to the present embodiment enables a search focusing on the layout of the floor plan. More specifically, first, the user inputs the layout of the floor plan that the user wants to search as a graph structure (hereinafter also referred to as a query graph). The property search device calculates a similarity between the input query graph and a graph structure indicating a layout of each property included in the database. In addition, the property search apparatus creates a property list according to the calculated similarity and presents the list to the user. Thereby, the said property search apparatus provides the search function according to the layout of a floor plan to a user. Details will be described below.
(2. 処理の流れ)
 まず、図1を参照しながら、本実施形態に係る物件検索装置の処理を、具体例を交えながら説明する。図1は、物件検索装置の処理の流れを示すフローチャートである。
(2. Process flow)
First, referring to FIG. 1, the processing of the property search apparatus according to the present embodiment will be described with a specific example. FIG. 1 is a flowchart showing a processing flow of the property search apparatus.
(2.1. クエリグラフの入力)
 まず物件検索装置は、ユーザから、検索したい間取りのレイアウトをグラフ構造として入力させる(S101)。この点、図2A及び図2Bを参照しながら、本実施形態に係る物件検索装置が、ユーザ操作に応じて作成するクエリグラフの具体例を説明する。図2Aは、ユーザが検索したいと考えている間取りのレイアウトの具体例、図2Bは当該レイアウトを示すグラフ構造の具体例である。
(2.1. Input of query graph)
First, the property search apparatus causes a user to input a layout of a floor plan to be searched as a graph structure (S101). In this regard, a specific example of a query graph created by the property search device according to the present embodiment in response to a user operation will be described with reference to FIGS. 2A and 2B. FIG. 2A is a specific example of a layout of a floor plan that the user wants to search, and FIG. 2B is a specific example of a graph structure showing the layout.
 図2Aに示すユーザが検索したいと考えている間取りレイアウトでは、8帖のダイニング・キッチンに、6帖の洋室及び和室、並びに4帖の洗面所が接続されている。また、当該洗面所には、4帖の風呂及び3帖のトイレが接続されている。なお、図2Aの例では、玄関が記載されていないが、これはユーザが玄関位置を間取り検索において特に重視しておらず、検索対象に含めていないためである。 In the floor plan layout that the user wants to search shown in FIG. 2A, a 6-cm Western-style room and a Japanese-style room, and a 4-cm washroom are connected to an 8-cm dining kitchen. In addition, a 4cm bath and a 3cm toilet are connected to the washroom. In the example of FIG. 2A, the entrance is not described, but this is because the user does not particularly emphasize the entrance position in the floor plan search and does not include it in the search target.
 図2Bに、図2Aに示した間取りのレイアウトを示すグラフ構造、すなわちユーザが入力するクエリグラフの具体例を示す。図2Bに示すグラフ構造では、ダイニング・キッチン(DK)、和室(JR:Japanese-style Room)、洋室(WR:Western-style Room)、洗面所(PR:Powder Room)、風呂(Ba:Bath)、トイレ(WC:Water Closet)等の部屋が、各部屋の種別及び広さを示すラベルを持つノードとして表現されている。なお、各ノードの部屋の種類を示す「DK」「JR」「WR」「PR」等は、ノードのラベルに相当する。 FIG. 2B shows a specific example of a graph structure showing the layout of the floor plan shown in FIG. 2A, that is, a query graph input by the user. In the graph structure shown in FIG. 2B, a dining kitchen (DK), a Japanese-style room (JR), a Western-style room (WR), a washroom (PR), a bath (Ba) A room such as a toilet (WC: Water Closet) is represented as a node having a label indicating the type and size of each room. Note that “DK”, “JR”, “WR”, “PR” and the like indicating the room type of each node correspond to the label of the node.
 また、図2Bのグラフ構造において、ドア等を通じて部屋間の行き来ができる部屋間の接続は、ノード間を結ぶエッジとして表現されている。図2Bの例では、例えば8帖のダイニング・キッチンを示すノード「DK8」と、6帖の和室を示すノード「JR6」との間や、ノード「DK8」と、6帖の洋室を示すノード「WR6」との間等にエッジが設けられている。なお、図2Bのグラフには含まれていないが、ユーザが廊下や階段の配置も含めて間取りのレイアウトを検索したい場合には、廊下や階段をノードとして表現した上で、当該ノードと、他の部屋を示すノードとの間をエッジで接続すれば良い。 Also, in the graph structure of FIG. 2B, the connection between rooms that can be moved between rooms through a door or the like is expressed as an edge connecting the nodes. In the example of FIG. 2B, for example, between the node “DK8” indicating the dining kitchen of 8 cm and the node “JR6” indicating the 6-inch Japanese-style room, or the node “DK8” and the node “DK8” indicating the 6-inch Western-style room “ An edge is provided between “WR6” and the like. Although not included in the graph of FIG. 2B, when the user wants to search a layout of the floor plan including the arrangement of the corridor and stairs, the corridor and stairs are expressed as nodes, What is necessary is just to connect with the node which shows this room by an edge.
 本実施形態に係る物件検索装置では、ユーザが、検索の際に重視したい部屋や部屋間の接続を設定できる。例えば、ダイニング・キッチンの存在や、洋室とダイニング・キッチンとの直接の接続を重視したい場合には、図2Bに示すように、該当部分のノードやエッジに対して、ユーザが「Important」である旨を設定することができる。このようにして重要であることが示されたノードやエッジは、後述する類似度算出の際、大きな重みが与えられる。 In the property search apparatus according to the present embodiment, the user can set a room and a connection between the rooms that are desired to be emphasized when searching. For example, if the user wants to emphasize the presence of a dining kitchen or direct connection between a Western-style room and a dining kitchen, the user is “Important” for the node or edge of the corresponding portion, as shown in FIG. 2B. Can be set. Nodes and edges that have been shown to be important in this way are given a large weight when calculating the similarity described later.
(2.2. MCSの特定)
 ユーザが検索対象とするレイアウトのグラフ構造(クエリグラフ)を入力し、検索を要求すると(図1のS103のYes)、物件検索装置は、データベース(DB)から各物件の間取りレイアウトに対応するグラフ構造を読み出す(S105)。その上で、物件検索装置は、読み出した物件情報のグラフ構造と、検索条件となっているクエリグラフとの間で、最大共通部分グラフ(MCS:Maximum Common Subgraph)を特定する(S107)。
(2.2. Identification of MCS)
When a user inputs a graph structure (query graph) of a layout to be searched and requests a search (Yes in S103 in FIG. 1), the property search apparatus displays a graph corresponding to the floor layout of each property from the database (DB). The structure is read (S105). In addition, the property search device specifies a maximum common subgraph (MCS) between the graph structure of the read property information and the query graph that is the search condition (S107).
 ここで、MCSを特定する手法は種々考えられ、グラフに含まれるノード数やエッジ数、グラフの密度等によって、各手法で必要となる計算時間は異なる。例えば、Durand-PasariアルゴリズムやThe Balas Yuアルゴリズム、マクレガー(Mcgregor)アルゴリズム等がMCSを特定する手法として挙げられる。MCSの特定にはどの手法を用いても良いが、ここでは、マクレガーのアルゴリズムを変形して用いる。本実施形態における物件検索装置がMCSを求める手法の概要を、図3A及び図3Bを参照しながら説明する。 Here, there are various methods for specifying the MCS, and the calculation time required for each method varies depending on the number of nodes, the number of edges, the density of the graph, and the like included in the graph. For example, the Durand-Pasari algorithm, the Balas Yu algorithm, the McGregor algorithm, and the like can be cited as methods for specifying the MCS. Any method may be used to specify the MCS, but here, the McGregor algorithm is modified and used. The outline | summary of the method in which the property search apparatus in this embodiment calculates | requires MCS is demonstrated, referring FIG. 3A and FIG. 3B.
 図3Aに、比較対象とするグラフ構造の例を示す。ここでは、図3Aに示すグラフ1とグラフ2のMCSを求める。グラフ1では、それぞれラベル「A」「B」「C」が付された、id0、1、2の3つのノードが直列に接続されている。グラフ2では、それぞれラベル「A」「B」「A」「C」が付された、id0’、1’、2’、3’の4つのノードが直列に接続されている。 FIG. 3A shows an example of a graph structure to be compared. Here, MCS of graph 1 and graph 2 shown in FIG. 3A is obtained. In the graph 1, three nodes id 0, 1, and 2, respectively labeled “A”, “B”, and “C”, are connected in series. In the graph 2, four nodes id 0 ′, 1 ′, 2 ′, and 3 ′, which are respectively labeled “A”, “B”, “A”, and “C”, are connected in series.
 まず、グラフ1から、idの小さい順にノードを読み出す。図3Bの例では、ラベル「A」のid0のノードをグラフ1から読み出す。その上で、グラフ2から、グラフ1から読み出したノードと同じラベル「A」を持つid0’及び2’のノードを読出し、それらをMCSの候補として探索木に加える(ノード31A、31B)。 First, the nodes are read from graph 1 in ascending order of id. In the example of FIG. 3B, the node with the id “0” of the label “A” is read from the graph 1. Then, the nodes of id0 ′ and 2 ′ having the same label “A” as the node read from the graph 1 are read from the graph 2 and added to the search tree as MCS candidates ( nodes 31A and 31B).
 次に、グラフ1のid1のノードを読み出す。当該id1のノードのラベルは「B」であるため、グラフ2においても、ラベル「B」を持つid1’のノードを読み出す。その上で、MCS候補のグラフノード31A及びノード31Bにおいて対応を特定していたid0のノード及びid0’のノードと、今回読み出したid1のノード及びid1’のノードとの間にエッジが存在すれば、読み出したノード、及びエッジの両者を、探索木の候補として加える。図3Aのグラフ1及び2の例では、id0のノード及びid0’のノードと、今回読み出したid1のノード及びid1’のノードとの間にエッジが存在するので、id1のノード及びid1’のノードを、エッジとともにMCSの候補として探索木に加える(ノード33A、33B)。 Next, the node of id1 in graph 1 is read. Since the label of the node with id1 is “B”, the node with id1 ′ having the label “B” is also read out in the graph 2. In addition, if there is an edge between the id0 and id0 ′ nodes whose correspondence has been specified in the graph nodes 31A and 31B of the MCS candidates, and the id1 and id1 ′ nodes read this time Both the read node and the edge are added as search tree candidates. In the example of graphs 1 and 2 in FIG. 3A, since an edge exists between the node with id0 and the node with id0 ′ and the node with id1 and the node with id1 ′ read this time, the node with id1 and the node with id1 ′ Are added to the search tree as MCS candidates along with edges (nodes 33A and 33B).
 続いて、グラフ1からid2のノードを読み出す。当該id2のノードのラベルは「C」であるため、グラフ2においても、ラベル「C」を持つid3’のノードを読み出す。その上で、MCS候補のグラフノード33A及びノード33Bにおいて特定していたid0及びid0’のノード、並びにid1及びid1’のノードと、今回読み出したid2及びid3’のノードとの間に、エッジが存在するか否かを確認する。図3Aのグラフ1及び2の例では、そのようなエッジは存在しない。よって、今回読み出したid2のノード及びid3’のノードを、MCSの候補として探索木に加える(ノード35A、35B)。 Subsequently, the id2 node is read from the graph 1. Since the label of the node with id2 is “C”, the node with id3 ′ having the label “C” is also read out in the graph 2. In addition, there is an edge between the id0 and id0 ′ nodes identified in the graph nodes 33A and 33B of the MCS candidates and the id1 and id1 ′ nodes and the id2 and id3 ′ nodes read this time. Check if it exists. In the example of graphs 1 and 2 of FIG. 3A, no such edge exists. Therefore, the node of id2 and the node of id3 'read this time are added to the search tree as MCS candidates ( nodes 35A and 35B).
 なお、通常のマクレガーのアルゴリズムでは、MCS候補のグラフノードと、読み出したノードとの間にエッジが存在しない場合には、当該読みだしたノードは、MCSの候補には含めない。即ち、通常のマクレガーのアルゴリズムでMCSを求める場合には、ノード35A及び35Bにおいて、id2のノード及びid3’のノードをMCSの候補の探索木には加えない。しかしながら本実施形態に係る物件検索装置では、上述の通り、エッジが存在しなくとも、ノードをMCSの候補に加える。これは、本実施形態においてMCSの特定は、間取りの類似度を算出するために用いており、間取りの類似度を算出する場合には、たとえ部屋間が接続されていなくとも、同種の部屋自体が存在すれば、存在する事実を類似度に反映させるべきだと考えられるからである。 In the normal McGregor algorithm, if there is no edge between the graph node of the MCS candidate and the read node, the read node is not included in the MCS candidate. That is, when the MCS is obtained by a normal McGregor algorithm, the nodes id2 and id3 'are not added to the search tree of the MCS candidate in the nodes 35A and 35B. However, as described above, the property search device according to the present embodiment adds a node to an MCS candidate even if there is no edge. This is because the specification of MCS in this embodiment is used to calculate the similarity of the floor plan. When calculating the similarity of the floor plan, even if the rooms are not connected, the same type of room itself is used. This is because it is considered that the existence fact should be reflected in the similarity.
(2.3. 類似度の算出)
 検索条件に相当するクエリグラフと、読み出した物件情報に係るグラフ構造との間でMCSを特定すると、物件検索装置は、クエリグラフと、読み出した物件情報に係るグラフ構造との間で類似度を算出する(図1のS109)。類似度の算出方法は種々考えられるが、例えば以下の数式により算出することができる。
(2.3. Calculation of similarity)
When the MCS is specified between the query graph corresponding to the search condition and the graph structure related to the read property information, the property search device determines the similarity between the query graph and the graph structure related to the read property information. Calculate (S109 in FIG. 1). There are various methods for calculating the degree of similarity. For example, it can be calculated by the following mathematical formula.
Figure JPOXMLDOC01-appb-M000001
Figure JPOXMLDOC01-appb-M000001
 この式において、q及びgはグラフ構造Gを示しており、ノード集合V、エッジ集合E、ノードのラベルを返す写像L、広さを返す写像Wの各要素を含むことができる。 In this equation, q and g indicate a graph structure G, and can include elements of a node set V, an edge set E, a map L that returns a node label, and a map W that returns a width.
Figure JPOXMLDOC01-appb-M000002
Figure JPOXMLDOC01-appb-M000002
Figure JPOXMLDOC01-appb-M000003
 また、上述の式においてmcsは、qとgとの間の最大共通部分グラフ(MCS)である。
Figure JPOXMLDOC01-appb-M000003
In the above formula, mcs is a maximum common subgraph (MCS) between q and g.
Figure JPOXMLDOC01-appb-M000004
Figure JPOXMLDOC01-appb-M000004
 γは、重要度に応じて設定される重み付け係数であり、例えばユーザにより重要として設定されているエッジ又はノードであれば100、そうでないエッジ又はノードは1として設定することができる。なお、γで設定される重み付けの値はこれに限られるものではなく、適宜調整することが可能である。また、本実施形態では、各ノードやエッジに対して設定できる重要度(重み)を2段階としているがこれに限られるものではなく、ユーザが多段階に重要度を設定できるようにしても良い。 Γ is a weighting coefficient set according to the importance. For example, 100 can be set if the edge or node is set as important by the user, and 1 can be set if the edge or node is not set. The weighting value set by γ is not limited to this, and can be adjusted as appropriate. Further, in this embodiment, the importance (weight) that can be set for each node or edge is two stages, but the present invention is not limited to this, and the user may be able to set the importance in multiple stages. .
Figure JPOXMLDOC01-appb-M000005
Figure JPOXMLDOC01-appb-M000005
 λは、算出対象の類似度に、部屋間の広さの差をどの程度反映させるかを決めるための係数である。例えば、λ=0.1として設定すると、部屋の広さの合計の10帖の差が与える類似度への影響が、ノード数又はエッジ数1つの差が類似度へ与える影響と等しくなる。ユーザがクエリグラフで設定した部屋の広さとなるべく近い部屋を抽出したい(類似度を高くしたい)場合には、λを大きく設定すれば良い。vq、vgは、それぞれグラフq及びgの対応するノードである。 λ is a coefficient for determining how much the difference in area between rooms is reflected in the similarity of the calculation target. For example, when λ = 0.1 is set, the influence on the similarity given by the difference of 10 squares in the total size of the room becomes equal to the influence given by the difference in the number of nodes or the number of edges on the similarity. When it is desired to extract a room as close as possible to the size of the room set by the user in the query graph (to increase the similarity), λ may be set large. v q, v g is the corresponding node of each graph q and g.
 つまり、上記の類似度sim(q,g)算出の式において、第1項ではクエリグラフqと読み出した物件情報に係るグラフ構造gとの間で一致するノードの個数、及びそれらのノードの重要度指定の有無に応じて値が算出される。第2項では、同様にクエリグラフqと読み出した物件情報に係るグラフ構造gとの間で一致するエッジの個数、及びそれらのエッジの重要度指定の有無に応じた値が算出される。第3項では、クエリグラフqと、グラフ構造gとの間の、各部屋の広さの差に応じた値が算出される。これらの値を各々合計することにより、クエリグラフqとグラフ構造gとの間の類似度が算出される。 That is, in the above formula for calculating the similarity sim (q, g), in the first term, the number of nodes that match between the query graph q and the graph structure g related to the read property information, and the importance of those nodes A value is calculated according to whether or not the degree is specified. In the second term, similarly, a value corresponding to the number of matching edges between the query graph q and the graph structure g related to the read property information, and the presence / absence of importance designation of those edges is calculated. In the third term, a value corresponding to the difference in the size of each room between the query graph q and the graph structure g is calculated. By summing these values, the similarity between the query graph q and the graph structure g is calculated.
 このようにして、DBから読み出した物件情報に係るグラフ構造と、クエリグラフとの類似度を算出した上で(図1のS109)、まだDB内に類似度をまだ算出していない物件情報が残っていれば(S111のNo)、物件検索装置は、新たに未処理の物件情報をDBから読み出して同様の処理を行う(S105乃至S109)。DB内の全ての物件情報に対する類似度算出が終了すれば(S111のYes)、物件検索装置は、それらの物件情報を類似度に応じてソートした上で、物件情報のリストを出力する(S113)。 Thus, after calculating the similarity between the graph structure related to the property information read from the DB and the query graph (S109 in FIG. 1), the property information for which the similarity is not yet calculated in the DB. If it remains (No in S111), the property search apparatus newly reads unprocessed property information from the DB and performs the same processing (S105 to S109). When the similarity calculation for all the property information in the DB is completed (Yes in S111), the property search apparatus sorts the property information according to the similarity and outputs a list of property information (S113). ).
(3. 物件検索装置の機能構成)
 以下、図4を参照しながら、本実施形態に係る物件検索装置100の機能構成を説明する。図4は、物件検索装置の機能構成の具体例を示す機能ブロック図である。本実施形態において物件検索装置100は、クエリグラフ入力部111、クエリグラフ表示部113、最大共通部分グラフ特定部115、グラフ類似度算出部117、検索結果出力部119、及びデータベース(DB)120を含む。
(3. Functional configuration of the property search device)
Hereinafter, the functional configuration of the property search apparatus 100 according to the present embodiment will be described with reference to FIG. FIG. 4 is a functional block diagram illustrating a specific example of a functional configuration of the property search apparatus. In the present embodiment, the property search apparatus 100 includes a query graph input unit 111, a query graph display unit 113, a maximum common partial graph specification unit 115, a graph similarity calculation unit 117, a search result output unit 119, and a database (DB) 120. Including.
 ここで、先述の通り、物件検索装置100は、例えばネットワークを介してユーザの操作するPC(Personal Computer)やスマートフォン等の情報処理装置(ユーザ端末)に接続されており、当該ユーザ装置に対して、例えばウェブサイトとして物件検索サービスを提供することができる。この場合、ユーザはユーザ端末上で動作するブラウザ上で各種情報の確認や入力を行う。 Here, as described above, the property search apparatus 100 is connected to an information processing apparatus (user terminal) such as a PC (Personal Computer) or a smartphone operated by a user via a network, for example, For example, a property search service can be provided as a website. In this case, the user checks and inputs various information on a browser operating on the user terminal.
 しかしながら、物件検索サービスの提供方法はこれに限られるものではない。例えば、各ユーザの操作するPCやスマートフォン等のユーザ端末に専用のアプリケーションをインストールし、当該アプリケーションと物件検索装置100が協働することで、ユーザに物件検索サービスを提供することもできる。この場合、ユーザは例えばユーザ端末にクエリグラフを入力し、所定の検索ボタンを選択すると、当該クエリグラフを後述のクエリグラフ入力部111が受取り、物件の検索を行う。検索結果は、後述の検索結果出力部119がユーザ端末のアプリケーションに検索結果を送信し、当該アプリケーションが表示装置上に検索結果を表示すれば良い。 However, the method for providing the property search service is not limited to this. For example, by installing a dedicated application on a user terminal such as a PC or a smartphone operated by each user and the application and the property search apparatus 100 cooperate, the property search service can be provided to the user. In this case, for example, when the user inputs a query graph to the user terminal and selects a predetermined search button, the query graph input unit 111 described later receives the query graph and searches for a property. As for the search result, the search result output unit 119 described later may transmit the search result to the application of the user terminal, and the application may display the search result on the display device.
 或いは、例えば単体で動作する各ユーザの操作するPCやスマートフォン等の情報処理装置上で動作するアプリケーションとして物件検索機能をユーザに提供することも考えられる。この場合、例えばDB120に格納される物件情報121は外部サーバ等により逐次更新すれば良い。 Alternatively, for example, it may be possible to provide a user with a property search function as an application that operates on an information processing device such as a PC or a smartphone operated by each user who operates alone. In this case, for example, the property information 121 stored in the DB 120 may be sequentially updated by an external server or the like.
 なお、図4の例では、物件検索装置100を1台の装置として記載しているが、これに限られるものではなく、協働する複数台のコンピュータにより物件検索装置100の機能を実現することも考えられる。 In the example of FIG. 4, the property search device 100 is described as one device. However, the present invention is not limited to this, and the function of the property search device 100 is realized by a plurality of cooperating computers. Is also possible.
 クエリグラフ入力部111は、ユーザが物件を検索するための検索対象の間取りレイアウトに対応するグラフ構造、即ちクエリグラフをユーザ操作に応じて作成したクエリグラフの入力を受ける。また、クエリグラフ表示部113は、ユーザが作成しているクエリグラフを逐次表示装置上に表示させる。これにより、ユーザはグラフ構造を表示装置上で確認しながらクエリグラフを作成することができる。 The query graph input unit 111 receives a graph structure corresponding to a layout to be searched for a user to search for a property, that is, a query graph created according to a user operation. In addition, the query graph display unit 113 sequentially displays the query graph created by the user on the display device. Thereby, the user can create a query graph while checking the graph structure on the display device.
 最大共通部分グラフ特定部115は、クエリグラフ入力部111により作成されたクエリグラフと、物件情報121に含まれるグラフデータ123で示されるグラフ構造との間の最大共通部分グラフ(MCS)を特定する。MCSの特定には、クエリグラフ及び物件情報121に係るグラフ構造の両グラフに含まれるノードのラベル(部屋の種類に相当する)、及びエッジが用いられる。即ち、部屋の広さや、ユーザが検索の際に重視しているノードやエッジであるか否かを示す重要度については、MCSの特定には必ずしも用いる必要はない。MCSの具体的な特定方法については、上記「2.2. MCSの特定」にて説明したので、ここでは説明を省略する。 The maximum common partial graph specifying unit 115 specifies the maximum common partial graph (MCS) between the query graph created by the query graph input unit 111 and the graph structure indicated by the graph data 123 included in the property information 121. . To specify the MCS, a node label (corresponding to the type of room) and an edge included in both the query graph and the graph structure related to the property information 121 are used. That is, it is not always necessary to specify the size of the room and the importance indicating whether or not the node or edge is important for the search by the user in order to specify the MCS. Since the specific method for specifying the MCS has been described in “2.2. Specifying the MCS”, the description thereof is omitted here.
 グラフ類似度算出部117は、クエリグラフ入力部111により作成されたクエリグラフと、物件情報121に含まれるグラフデータ123で示されるグラフ構造との間の類似度を算出する。当該類似度は、両者の間の共通部分グラフ(MCS)に含まれるノードやエッジの数、ユーザにより重要と指定されているノードやエッジであるか否か、各部屋の広さの差分、等に基づいて算出することができる。類似度の具体的な算出方法については、上記「2.3. 類似度の算出」にて説明したため、ここでは説明を省略する。 The graph similarity calculation unit 117 calculates the similarity between the query graph created by the query graph input unit 111 and the graph structure indicated by the graph data 123 included in the property information 121. The degree of similarity includes the number of nodes and edges included in the common subgraph (MCS) between the two, whether or not the nodes and edges are designated as important by the user, the difference in the size of each room, etc. Can be calculated based on The specific method for calculating the similarity is described in “2.3. Calculation of similarity” above, and thus the description thereof is omitted here.
 検索結果出力部119は、作成したクエリグラフを用いて物件情報121を検索した検索結果を、グラフ類似度算出部117で算出する類似度に応じてユーザに提示するために出力する。例えば、検索結果出力部119による出力により検索結果を表示する表示画面では、クエリグラフとの類似度の高い順に物件情報121をソートした上で、物件情報121のリストを示すことができる。 The search result output unit 119 outputs a search result obtained by searching the property information 121 using the created query graph in order to present it to the user according to the similarity calculated by the graph similarity calculation unit 117. For example, on the display screen that displays the search result by the output of the search result output unit 119, the list of the property information 121 can be shown after sorting the property information 121 in descending order of similarity to the query graph.
 DB120は、検索対象の各物件に係る情報である物件情報121を管理する。物件情報121には、少なくとも各部屋の間取りのレイアウトをグラフ構造として示すグラフデータ123が含まれる。その他、ユーザが物件の詳細な内容を把握するために必要な情報である、専有面積、最寄駅、路線や売主、施工主、住所、間取り図や室内及び周辺環境を示す写真、等を物件情報121に含むことができる。 The DB 120 manages property information 121 that is information related to each property to be searched. The property information 121 includes at least graph data 123 indicating a layout of each room as a graph structure. Other properties that are necessary for users to grasp the detailed contents of the property, such as exclusive area, nearest station, route and seller, contractor, address, floor plan, and photos showing the room and surrounding environment, etc. Information 121 can be included.
(4. ハードウェア構成の具体例)
 以下、図5を参照しながら、物件検索装置100のハードウェア構成の具体例を示す。図5に示すように、物件検索装置100は、制御部501と、通信インタフェース(I/F)部505と、記憶部507と、表示部511と、入力部513とを含み、各部はバスライン515を介して接続される。
(4. Specific example of hardware configuration)
Hereinafter, a specific example of the hardware configuration of the property search apparatus 100 will be described with reference to FIG. As shown in FIG. 5, the property search apparatus 100 includes a control unit 501, a communication interface (I / F) unit 505, a storage unit 507, a display unit 511, and an input unit 513, each of which is a bus line. Connected via 515.
 制御部501は、CPU(Central Processing Unit。図示せず)、ROM(Read Only Memory。図示せず)、RAM(Random Access Memory)503等を含む。制御部501は、記憶部507に記憶される制御プログラム509を実行することにより、一般的なコンピュータとしての機能に加え、上述した物件検索処理を実現可能に構成される。例えば、図4を参照しながら説明したクエリグラフ入力部111、クエリグラフ表示部113、最大共通部分グラフ特定部115、グラフ類似度算出部117及び検索結果出力部119は、RAM503に一時記憶された上で、CPU上で動作する制御プログラム509として実現可能である。 The controller 501 includes a CPU (Central Processing Unit, not shown), a ROM (Read Only Memory, not shown), a RAM (Random Access Memory) 503, and the like. The control unit 501 is configured to execute the control program 509 stored in the storage unit 507 so that the above-described property search process can be realized in addition to the function as a general computer. For example, the query graph input unit 111, query graph display unit 113, maximum common subgraph specifying unit 115, graph similarity calculation unit 117, and search result output unit 119 described with reference to FIG. 4 are temporarily stored in the RAM 503. Above, it is realizable as the control program 509 which operate | moves on CPU.
 また、RAM503は、制御プログラム509に含まれるコードの他、物件情報121の一部又は全部を一時的に保持する。更にRAM503は、CPUが各種処理を実行する際のワークエリアとしても使用される。 Further, the RAM 503 temporarily holds part or all of the property information 121 in addition to the code included in the control program 509. The RAM 503 is also used as a work area when the CPU executes various processes.
 通信I/F部505は、例えばユーザの操作するユーザ端末等の他の情報処理装置との間で、有線又は無線によりデータ通信するためのデバイスである。クエリグラフを作成するためのユーザ端末からの各種入力や、作成されたクエリグラフや検索結果のユーザ端末への出力は、例えば通信I/F部505が行うことができる。 The communication I / F unit 505 is a device for performing data communication with another information processing apparatus such as a user terminal operated by the user by wire or wireless. For example, the communication I / F unit 505 can perform various inputs from the user terminal for creating the query graph and output of the created query graph and search results to the user terminal.
 記憶部507は、例えばHDD(Hard Disk Drive)やフラッシュメモリ等の不揮発性の記憶媒体である。記憶部507は、一般的なコンピュータとしての機能を実現するためのオペレーティングシステム(OS)やアプリケーション、及びデータ(図示せず)を記憶する。また記憶部507は、制御プログラム509を記憶する。前述のとおり、図4に示したクエリグラフ入力部111、クエリグラフ表示部113、最大共通部分グラフ特定部115、グラフ類似度算出部117及び検索結果出力部119は、制御プログラム509により実現することができる。 The storage unit 507 is a nonvolatile storage medium such as an HDD (Hard Disk Drive) or a flash memory. The storage unit 507 stores an operating system (OS), applications, and data (not shown) for realizing functions as a general computer. The storage unit 507 stores a control program 509. As described above, the query graph input unit 111, the query graph display unit 113, the maximum common subgraph specifying unit 115, the graph similarity calculation unit 117, and the search result output unit 119 illustrated in FIG. 4 are realized by the control program 509. Can do.
 表示部511は、管理者に情報を提示するためのディスプレイ装置である。表示部511の具体例としては、例えば液晶ディスプレイや有機EL(Electro-Luminescence)ディスプレイ等が挙げられる。入力部513は、管理者から入力を受け付けるためのデバイスである。入力部513の具体例としては、キーボードやマウス、タッチパネル等を挙げることができる。 The display unit 511 is a display device for presenting information to the administrator. Specific examples of the display unit 511 include a liquid crystal display and an organic EL (Electro-Luminescence) display. The input unit 513 is a device for receiving input from the administrator. Specific examples of the input unit 513 include a keyboard, a mouse, and a touch panel.
 なお、物件検索装置100は、表示部511及び入力部513を必ずしも備える必要はない。また表示部511及び入力部513は、USB(Universal Serial Bus)やディスプレイポート等の各種インタフェースを介して外部から物件検索装置100へ接続されても良い。 Note that the property search apparatus 100 does not necessarily include the display unit 511 and the input unit 513. The display unit 511 and the input unit 513 may be connected to the property search apparatus 100 from the outside via various interfaces such as a USB (Universal Serial Bus) and a display port.
(5. 本実施形態に係る効果)
 本実施形態に係る物件検索装置100は、例えばマンションや一戸建て等である物件を検索する際、間取りのレイアウトに基づいて物件を検索することができる。このために、ユーザが求めるレイアウトを表現するクエリグラフを作成すると、物件検索装置100は当該クエリグラフで示されるレイアウトとの類似度の高いレイアウトを含む物件のリストを作成し、ユーザへ提示する。これにより、ユーザは、例えばリビングインとなっている部屋が2つ以上ある等、特定の間取り構造を持つ物件を探しやすくなる。
(5. Effects according to the present embodiment)
For example, when searching for a property such as a condominium or a detached house, the property search device 100 according to the present embodiment can search for a property based on the layout of the floor plan. For this purpose, when a query graph expressing the layout desired by the user is created, the property search apparatus 100 creates a property list including a layout having a high similarity to the layout indicated by the query graph and presents the list to the user. This makes it easy for the user to search for a property having a specific floor plan structure, such as when there are two or more rooms that are living-in.
 また、本実施形態に係る物件検索装置100では、クエリグラフを作成する際、ユーザが重視する部屋(ノード)や部屋間の接続(エッジ)を指定できる。当該重要度に応じて物件検索装置100が物件を検索することで、ユーザが重視する間取りレイアウトに近い物件を容易に見つけることができる。
 更に、本実施形態に係る物件検索装置100は、部屋の広さをも考慮して物件検索を行う。これにより、例えばリビングが広めの物件等をユーザは抽出しやすくなる。
Moreover, in the property search apparatus 100 according to the present embodiment, when creating a query graph, it is possible to specify a room (node) and a connection (edge) between the rooms that are emphasized by the user. By searching for a property by the property search device 100 according to the importance, it is possible to easily find a property that is close to the floor plan layout that is emphasized by the user.
Furthermore, the property search apparatus 100 according to the present embodiment performs property search in consideration of the size of the room. This makes it easier for the user to extract, for example, a property with a wider living room.
(6. その他の実施形態)
 上記の実施形態では、ユーザ自身が検索対象のグラフ構造(クエリグラフ)を作成し、物件検索装置100が当該作成されたクエリグラフの入力を受けるものとして説明していたが、これに限られるものではない。
(6. Other embodiments)
In the above embodiment, the user himself / herself creates a graph structure (query graph) to be searched, and the property search apparatus 100 is described as receiving the created query graph. However, the present invention is limited to this. is not.
 例えば、特徴の異なる複数の種類の間取り(仮想的なもので良い)に係るそれぞれクエリグラフを物件検索装置100で予め用意した上で、各間取りについて、それぞれ好きか嫌いかの入力を、ユーザから受けることも考えられる。例えばユーザがN個の間取りを好きとして評価し、M個の間取りを嫌いとして評価した場合には(N、Mは0以上の整数)、それらのN個、及びM個の間取りに係るクエリグラフと、検索対象となる実際の間取りとの間で、それぞれMCSの特定及び類似度算出を行う。更に、それぞれの好きと判断されたクエリグラフ、及び嫌いと判断されたクエリグラフと、検索対象となる実際の間取りとの類似度を用いて、ユーザの暗黙的な嗜好と、検索対象となる実際の間取りとの類似度SIMを算出する。この場合の類似度SIMの算出には、例えば以下の式を用いることができる。 For example, after preparing in advance the query graph related to a plurality of types of floor plans with different characteristics (which may be virtual ones) in the property search apparatus 100, the user inputs whether they like or dislike each floor plan. It can be considered. For example, when a user evaluates N floor plans as being liable and M dislikes floor plans (N and M are integers of 0 or more), a query graph relating to those N and M floor plans. MCS identification and similarity calculation are performed between the actual floor plan and the search target. Furthermore, the user's implicit preference and the actual search target using the similarity between the query graph determined to be liable and the query graph determined to be disliked and the actual floor plan to be searched. The similarity SIM with the floor plan is calculated. In this case, for example, the following formula can be used to calculate the similarity SIM.
Figure JPOXMLDOC01-appb-M000006
Figure JPOXMLDOC01-appb-M000006
 この式において、pqはユーザにより好きと判定された間取りのクエリグラフ、nqはユーザにより嫌いと判定された間取りのクエリグラフである。sim(q,g)については、上述の式と同一である。 In this equation, pq is a floor plan query graph determined by the user to like, and nq is a floor plan query graph determined by the user to dislike. About sim (q, g), it is the same as the above-mentioned formula.
 このようにして類似度が算出された後、類似度SIMが高い物件を上位に、類似度SIMが低い物件を下位に並べた物件を検索結果としてユーザに提示する方法については、上述の実施形態と同様である。
 このようにすることで、ユーザ自身がグラフを入力せずとも、好きか嫌いかの入力を行うだけで、ユーザの好みに応じた間取りの実際の物件を検索することが可能となる。
After the similarity is calculated in this way, the method for presenting the user with the property in which the property having a high similarity SIM is arranged at the top and the property having a property with a low similarity SIM arranged at the bottom is shown as a search result. It is the same.
By doing in this way, even if the user himself / herself does not input a graph, it is possible to search for an actual property with a floor plan according to the user's preference by simply inputting whether or not the user likes or dislikes.
(7. 付記)
 なお、上述の実施形態の構成は、組み合わせたり或いは一部の構成部分を入れ替えたりしてもよい。また、本発明の構成は上述の実施形態のみに限定されるものではなく、本発明の要旨を逸脱しない範囲内において種々変更を加えてもよい。
(7. Appendix)
Note that the configurations of the above-described embodiments may be combined or some components may be replaced. The configuration of the present invention is not limited to the above-described embodiment, and various modifications may be made without departing from the scope of the present invention.
100 :物件検索装置
111 :クエリグラフ入力部
113 :クエリグラフ表示部
115 :最大共通部分グラフ特定部
117 :グラフ類似度算出部
119 :検索結果出力部
120 :データベース
121 :物件情報
123 :グラフデータ
501 :制御部
503 :RAM
505 :通信インタフェース部
507 :記憶部
509 :制御プログラム
511 :表示部
513 :入力部
515 :バスライン
 
100: Property search device 111: Query graph input unit 113: Query graph display unit 115: Maximum common partial graph specification unit 117: Graph similarity calculation unit 119: Search result output unit 120: Database 121: Property information 123: Graph data 501 : Control unit 503: RAM
505: Communication interface unit 507: Storage unit 509: Control program 511: Display unit 513: Input unit 515: Bus line

Claims (6)

  1.  部屋及び部屋間の接続が、ノード及びエッジを含むグラフ構造として表現されたグラフ情報を、物件情報毎に管理する手段と、
     ユーザ操作に応じて作成された、検索対象のグラフ構造を示すクエリグラフの入力を受ける入力手段と、
     各物件情報に係るグラフ構造と、前記クエリグラフに係るグラフ構造との類似度を算出する算出手段と、
     前記類似度に応じて、前記物件情報を出力する出力手段と
    を備える情報処理装置。
    Means for managing, for each property information, graph information in which rooms and connections between rooms are represented as a graph structure including nodes and edges;
    An input means for receiving an input of a query graph created in response to a user operation and indicating a graph structure to be searched;
    A calculation means for calculating a similarity between the graph structure related to each property information and the graph structure related to the query graph;
    An information processing apparatus comprising: output means for outputting the property information according to the similarity.
  2.  前記クエリグラフは、部屋、又は部屋間の接続の少なくとも一方に重み付けするための情報を含み、
     前記算出手段は、前記重み付けを考慮して前記類似度を算出する、
    請求項1記載の情報処理装置。
    The query graph includes information for weighting at least one of rooms or connections between rooms,
    The calculating means calculates the similarity in consideration of the weighting;
    The information processing apparatus according to claim 1.
  3.  前記クエリグラフは、部屋の広さの情報を含み、
     前記算出手段は、前記部屋の広さを考慮して前記類似度を算出する、
    請求項1又は請求項2記載の情報処理装置。
    The query graph includes room size information,
    The calculating means calculates the similarity in consideration of the size of the room;
    The information processing apparatus according to claim 1 or 2.
  4.  前記算出手段は、各物件情報に係るグラフ構造と、前記クエリグラフに係るグラフ構造との間の最大共通部分グラフに基づいて前記類似度を算出する、
    請求項1乃至請求項3のいずれか1項記載の情報処理装置。
    The calculation means calculates the similarity based on a maximum common partial graph between a graph structure related to each property information and a graph structure related to the query graph,
    The information processing apparatus according to any one of claims 1 to 3.
  5.  前記出力手段は、前記類似度に応じて前記物件情報のリストを出力する、
    請求項1乃至請求項4のいずれか1項記載の情報処理装置。
    The output means outputs a list of the property information according to the similarity.
    The information processing apparatus according to any one of claims 1 to 4.
  6.  情報処理装置が、
     部屋及び部屋間の接続が、ノード及びエッジを含むグラフ構造として表現されたグラフ情報を、物件情報毎に管理するステップと、
     ユーザ操作に応じて作成された、検索対象のグラフ構造を示すクエリグラフの入力を受けるステップと、
     各物件情報に係るグラフ構造と、前記クエリグラフに係るグラフ構造との類似度を算出するステップと、
     前記類似度に応じて、前記物件情報を出力するステップと
    を行う、情報処理方法。
     
    Information processing device
    Managing the graph information expressed as a graph structure including nodes and edges, and the connection between rooms, for each property information;
    Receiving a query graph created in response to a user operation and indicating a graph structure to be searched;
    Calculating the similarity between the graph structure related to each property information and the graph structure related to the query graph;
    An information processing method that performs the step of outputting the property information according to the similarity.
PCT/JP2017/004832 2016-02-12 2017-02-09 Information processing device and information processing method WO2017138624A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2016-024755 2016-02-12
JP2016024755A JP6661193B2 (en) 2016-02-12 2016-02-12 Information processing apparatus and information processing method

Publications (1)

Publication Number Publication Date
WO2017138624A1 true WO2017138624A1 (en) 2017-08-17

Family

ID=59563157

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2017/004832 WO2017138624A1 (en) 2016-02-12 2017-02-09 Information processing device and information processing method

Country Status (2)

Country Link
JP (1) JP6661193B2 (en)
WO (1) WO2017138624A1 (en)

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6931927B2 (en) * 2018-01-25 2021-09-08 有限会社グッドライフ黒田工務所 Live activity line design methods and design tools
US11449552B2 (en) * 2018-08-01 2022-09-20 National Institute For Materials Science Search system and search method
JP6942104B2 (en) * 2018-09-05 2021-09-29 ヤフー株式会社 Judgment device, judgment method, and judgment program
JP7162087B2 (en) 2021-02-02 2022-10-27 楽天グループ株式会社 Property information providing device, property information providing method, and property information providing program
WO2023021869A1 (en) * 2021-08-17 2023-02-23 株式会社セレンディピティー Information processing device, information processing method, information processing program, and information processing system
JP7217569B1 (en) * 2021-08-17 2023-02-03 株式会社セレンディピティー Information processing device, information processing method, information processing program, and information processing system
JP7466940B2 (en) 2022-09-08 2024-04-15 アットホームラボ株式会社 Information processing device, information processing method, and information processing program for processing floor plan images

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0272489A (en) * 1988-09-08 1990-03-12 Mitsubishi Electric Corp Picture retrieving device
JPH02123472A (en) * 1988-11-02 1990-05-10 Mitsubishi Electric Corp Device for retrieving image

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0272489A (en) * 1988-09-08 1990-03-12 Mitsubishi Electric Corp Picture retrieving device
JPH02123472A (en) * 1988-11-02 1990-05-10 Mitsubishi Electric Corp Device for retrieving image

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
CONTE, DONATELLO ET AL.: "Challenging Complexity of Maximum Common Subgraph Detection Algorithms: A Performance Analysis of Three Algorithms on a Wide Database of Graphs", JOURNAL OF GRAPH ALGORITHMS AND APPLICATIONS, vol. 11, no. 1, 1 January 2007 (2007-01-01), pages 99 - 143, XP055600428, Retrieved from the Internet <URL:http://www.jgaa.info> *
WESSEL, RAOUL ET AL.: "The Room Connectivity Graph: Shape Retrieval in the Architectural Domain, The 16-th International Conference in Central Europe on Computer Graphics", VISUALIZATION AND COMPUTER VISION '2008, 1 January 2008 (2008-01-01), pages 73 - 80, XP055267126, Retrieved from the Internet <URL:http://otik.uk.zcu.cz/handle/11025/10921> *

Also Published As

Publication number Publication date
JP2017142723A (en) 2017-08-17
JP6661193B2 (en) 2020-03-11

Similar Documents

Publication Publication Date Title
WO2017138624A1 (en) Information processing device and information processing method
US10445373B2 (en) Social where next suggestion
US20230359778A1 (en) Configuration of a digital twin for a building or other facility via bim data extraction and asset register mapping
CN110363853B (en) Furniture placement scheme generation method, device and equipment and storage medium
JP5536907B2 (en) System, method, and computer program for ranking individualized tags
TWI566109B (en) Method for providing social network recommended content
WO2018103718A1 (en) Application recommendation method and apparatus, and server
US20160307234A1 (en) Social graphs using shared personal data
WO2020192013A1 (en) Directional advertisement delivery method and apparatus, and device and storage medium
US20130041916A1 (en) Presentation of social graph data
CN109241403A (en) Item recommendation method, device, machinery equipment and computer readable storage medium
US11823331B2 (en) Self drawing tool for a computer-implemented automated design, modeling and manufacturing system
JP2019513245A (en) METHOD, DEVICE, SERVER AND STORAGE MEDIUM FOR SEARCHING GROUPS BASED ON SOCIAL NETWORK
BR102014018222A2 (en) business problem network system and tool
EP4091075A1 (en) Generation of personalized recommendations
US20210142286A1 (en) Automated Parameterized Modeling And Scoring Intelligence System
JP2016206783A (en) Information providing method and information providing apparatus
US20240119101A1 (en) Navigating and Interacting with Hierarchical Lists
US20200099544A1 (en) Cognitive component selection and implementation
KR102372432B1 (en) Method, device and system for providing recommended content using click and exposure information
JP2023132142A (en) Information processing method, information processing apparatus, and information processing program
CN111316309B (en) Electronic inventory user interface
JP2017117421A (en) Vacation rental facility support system and vacation rental facility support method
Maruo et al. An efficient procedure for calculating sample size through statistical simulations
KR20230146401A (en) Method, device and system for providing platform service for interior brokerage

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17750345

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17750345

Country of ref document: EP

Kind code of ref document: A1