JP2019159553A - Information processing apparatus, information processing method, and program - Google Patents

Information processing apparatus, information processing method, and program Download PDF

Info

Publication number
JP2019159553A
JP2019159553A JP2018042903A JP2018042903A JP2019159553A JP 2019159553 A JP2019159553 A JP 2019159553A JP 2018042903 A JP2018042903 A JP 2018042903A JP 2018042903 A JP2018042903 A JP 2018042903A JP 2019159553 A JP2019159553 A JP 2019159553A
Authority
JP
Japan
Prior art keywords
group
unit
determination
information processing
category
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
JP2018042903A
Other languages
Japanese (ja)
Inventor
梓帆美 高橋
Shihomi Takahashi
梓帆美 高橋
一成 大内
Kazunari Ouchi
一成 大内
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Original Assignee
Toshiba Corp
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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2018042903A priority Critical patent/JP2019159553A/en
Priority to CN201810994376.7A priority patent/CN110245542A/en
Publication of JP2019159553A publication Critical patent/JP2019159553A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/20Analysing
    • G06F18/23Clustering techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F18/00Pattern recognition
    • G06F18/40Software arrangements specially adapted for pattern recognition, e.g. user interfaces or toolboxes therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06VIMAGE OR VIDEO RECOGNITION OR UNDERSTANDING
    • G06V20/00Scenes; Scene-specific elements
    • G06V20/50Context or environment of the image
    • G06V20/52Surveillance or monitoring of activities, e.g. for recognising suspicious objects
    • G06V20/53Recognition of crowd images, e.g. recognition of crowd congestion

Abstract

To provide an information processing apparatus, an information processing method, and a program capable of appropriately classifying a group according to a purpose while reflecting a category definition requested by a user.SOLUTION: The information processing apparatus according to an embodiment includes an acquisition unit, a determination unit, a presentation unit, and an update unit. The acquisition unit acquires group information including the number of members constituting the group and attributes of each member. The determination unit compares a group feature represented by using the group information with a determination rule that defines a matching condition for each of a plurality of categories, and determines which of the plurality of categories the group belongs to. The presentation unit presents the determination result of the determination unit. The update unit updates the determination rule according to a correction operation for the presented determination result.SELECTED DRAWING: Figure 1

Description

本発明の実施形態は、情報処理装置、情報処理方法およびプログラムに関する。   Embodiments described herein relate generally to an information processing apparatus, an information processing method, and a program.

例えば顧客分析などの用途において、行動をともにする人の集まりであるグループを「親子」、「家族」、「友達」などのカテゴリに分類し、カテゴリごとにグループ数の集計などを行いたいという要望がある。グループの分類は、一般的に、各カテゴリの定義(適合条件)を事前に定めておき、分類対象のグループがどのカテゴリに属するかを判定することで行われる。   For example, in applications such as customer analysis, a group that is a group of people who act together is classified into categories such as “parent and child”, “family”, and “friends”, and a request is made to aggregate the number of groups for each category. There is. In general, group classification is performed by determining the definition (conformance condition) of each category in advance and determining which category the group to be classified belongs to.

しかし、グループのカテゴリの定義は必ずしも一意に決まるものではなく、ユーザの捉え方や分析の目的などによって異なる場合がある。例えば、「親子」であっても、幼児とその親のグループと、成人した子供とその親のグループとを同一の「親子」のカテゴリに含めるか否かは、ユーザや分析の目的によって異なる。従来は、このようなユーザが求めるカテゴリの(特に暗黙的な)定義を反映させたグループの分類を行うことができず、改善が求められる。   However, the definition of the group category is not necessarily uniquely determined, and may differ depending on the user's perception and the purpose of analysis. For example, even if it is “parent and child”, whether or not an infant and its parent group and an adult child and its parent group are included in the same “parent and child” category depends on the user and the purpose of analysis. Conventionally, it is impossible to classify a group reflecting the (especially implicit) definition of a category desired by such a user, and improvement is required.

特開2004−227158号公報JP 2004-227158 A

本発明が解決しようとする課題は、ユーザが求めるカテゴリの定義を反映させて、目的に応じたグループの分類を適切に行うことができる情報処理装置、情報処理方法およびプログラムを提供することである。   The problem to be solved by the present invention is to provide an information processing apparatus, an information processing method, and a program capable of appropriately classifying a group according to a purpose by reflecting the definition of a category requested by a user. .

実施形態の情報処理装置は、取得部と、判定部と、提示部と、更新部と、を備える。取得部は、グループを構成するメンバーの数と各メンバーの属性とを含むグループ情報を取得する。判定部は、前記グループ情報を用いて表されるグループ特徴を、複数のカテゴリごとの適合条件を定めた判定ルールと照合し、前記グループが前記複数のカテゴリのいずれに属するかを判定する。提示部は、前記判定部の判定結果を提示する。更新部は、提示された前記判定結果に対する修正操作に応じて、前記判定ルールを更新する。   The information processing apparatus according to the embodiment includes an acquisition unit, a determination unit, a presentation unit, and an update unit. The acquisition unit acquires group information including the number of members constituting the group and attributes of each member. The determination unit compares the group feature represented by using the group information with a determination rule that defines a matching condition for each of a plurality of categories, and determines which of the plurality of categories the group belongs to. The presenting unit presents the determination result of the determining unit. The update unit updates the determination rule according to a correction operation for the presented determination result.

第1実施形態に係る情報処理装置の機能的な構成例を示すブロック図。FIG. 2 is a block diagram illustrating a functional configuration example of the information processing apparatus according to the first embodiment. グループを推定する方法の一例を説明する図。The figure explaining an example of the method of estimating a group. グループ情報の一例を示す図。The figure which shows an example of group information. グループ同士の近さを説明する図。The figure explaining the proximity of groups. 判定ルールの一例を示す図。The figure which shows an example of the determination rule. 表示画面の一例を示す図。The figure which shows an example of a display screen. 判定ルールの一例を示す図。The figure which shows an example of the determination rule. グループの表示情報の配置例を示す図。The figure which shows the example of arrangement | positioning of the display information of a group. 表示画面の一例を示す図。The figure which shows an example of a display screen. 表示画面の一例を示す図。The figure which shows an example of a display screen. 判定ルールの一例を示す図。The figure which shows an example of the determination rule. 表示画面の一例を示す図。The figure which shows an example of a display screen. 判定ルールの一例を示す図。The figure which shows an example of the determination rule. 表示画面の一例を示す図。The figure which shows an example of a display screen. 表示画面の一例を示す図。The figure which shows an example of a display screen. 判定ルールの一例を示す図。The figure which shows an example of the determination rule. 判定ルールの表示・修正方法の一例を説明する図。The figure explaining an example of the display / correction method of a determination rule. 表示画面の他の例を示す図。The figure which shows the other example of a display screen. 第1実施形態に係る情報処理装置の動作例を示すフローチャート。6 is a flowchart illustrating an operation example of the information processing apparatus according to the first embodiment. 第2実施形態に係る情報処理装置の機能的な構成例を示すブロック図。The block diagram which shows the functional structural example of the information processing apparatus which concerns on 2nd Embodiment. 表示画面の一例を示す図。The figure which shows an example of a display screen. 表示画面の一例を示す図。The figure which shows an example of a display screen. 表示画面の一例を示す図。The figure which shows an example of a display screen. 表示画面の一例を示す図。The figure which shows an example of a display screen. 表示画面の一例を示す図。The figure which shows an example of a display screen. 表示画面の一例を示す図。The figure which shows an example of a display screen. 第2実施形態に係る情報処理装置の動作例を示すフローチャート。9 is a flowchart illustrating an operation example of an information processing apparatus according to a second embodiment. 情報処理装置のハードウェア構成例を示すブロック図。The block diagram which shows the hardware structural example of information processing apparatus.

以下、添付図面を参照しながら、実施形態に係る情報処理装置、情報処理方法およびプログラムについて詳細に説明する。なお、以下の説明において、同様の機能を持つ構成要素については同一の符号を付して、重複した説明を適宜省略する。   Hereinafter, an information processing apparatus, an information processing method, and a program according to embodiments will be described in detail with reference to the accompanying drawings. In the following description, components having similar functions are denoted by the same reference numerals, and repeated description is omitted as appropriate.

<第1実施形態>
図1は、第1実施形態に係る情報処理装置10の機能的な構成例を示すブロック図である。図1に示すように、本実施形態の情報処理装置10は、取得部11と、クラスタ分析部12と、判定部13と、提示部14と、操作受付部15と、更新部16とを備える。
<First Embodiment>
FIG. 1 is a block diagram illustrating a functional configuration example of the information processing apparatus 10 according to the first embodiment. As illustrated in FIG. 1, the information processing apparatus 10 according to the present exemplary embodiment includes an acquisition unit 11, a cluster analysis unit 12, a determination unit 13, a presentation unit 14, an operation reception unit 15, and an update unit 16. .

取得部11は、分類対象となるグループに関するグループ情報を取得する。グループ情報は、グループを構成するメンバーの数と各メンバーの属性とを含む。   The acquisition unit 11 acquires group information regarding a group to be classified. The group information includes the number of members constituting the group and the attributes of each member.

グループは行動をともにする人の集まりであり、例えば図2に示すように、防犯カメラの映像Vを解析することで推定される。具体的には、映像Vに映る人物間の距離、進行方向、進行速度の近さなどをもとに、グループを推定することができる。また、人物の視線方向を検出し、その視線方向の交差数などをもとにグループを推定してもよい。また、服装の類似性や行動(同じテーブルにいるなど)からグループを推定することもできる。なお、本実施形態では、図2に示すように、他のグループに属さない単一の人物についても便宜上、1つのグループを構成するものとして扱う。   A group is a group of people who act together, and is estimated by analyzing a video V of a security camera, for example, as shown in FIG. Specifically, the group can be estimated based on the distance between the persons shown in the video V, the traveling direction, the proximity of the traveling speed, and the like. Further, the gaze direction of a person may be detected, and the group may be estimated based on the number of intersections in the gaze direction. It is also possible to estimate a group from clothes similarity and behavior (eg, being in the same table). In the present embodiment, as shown in FIG. 2, a single person who does not belong to another group is treated as one group for convenience.

グループを構成する各メンバーの属性は、例えば、防犯カメラの映像Vから検出される人物の顔(または人体)の画像特徴をもとに算出することができる。本実施形態では、グループを構成する各メンバーの属性として性別と年齢(年代)を想定するが、例えば服装や表情など、他の属性を用いてもよい。   The attribute of each member constituting the group can be calculated based on, for example, the image characteristics of a person's face (or human body) detected from the video V of the security camera. In the present embodiment, gender and age (age) are assumed as attributes of each member constituting the group, but other attributes such as clothes and facial expressions may be used.

グループの推定および各メンバーの属性の算出は、本実施形態の情報処理装置10の内部で行ってもよいし、情報処理装置10の外部で行ってもよい。情報処理装置10の内部でグループの推定および各メンバーの属性の算出を行う場合は、例えば図2に示したような防犯カメラの映像Vなどが情報処理装置10に入力される。そして、取得部11が、この映像Vを解析することにより、グループを構成するメンバーの数と各メンバーの属性とを含むグループ情報を取得する。一方、情報処理装置10の外部でグループの推定およびメンバーの属性の算出を行う場合は、例えば図3に示すようなグループ情報が情報処理装置10に入力され、取得部11により取得される。   The estimation of the group and the calculation of the attribute of each member may be performed inside the information processing apparatus 10 of the present embodiment or may be performed outside the information processing apparatus 10. When estimating the group and calculating the attribute of each member inside the information processing apparatus 10, for example, a video V of a security camera as shown in FIG. 2 is input to the information processing apparatus 10. And the acquisition part 11 acquires the group information containing the number of members which comprise a group, and the attribute of each member by analyzing this image | video V. FIG. On the other hand, when group estimation and member attribute calculation are performed outside the information processing apparatus 10, for example, group information as illustrated in FIG. 3 is input to the information processing apparatus 10 and acquired by the acquisition unit 11.

なお、本実施形態では、防犯カメラの映像Vなどを解析することによってグループを推定したり各メンバーの属性を算出したりする例を示しているが、上述したグループ情報を取得できる方法であればよく、この例に限定されない。例えば、施設への入場時刻と入場券の種別(大人/子供など)などをもとにグループ情報を取得したり、入場券と紐付けて登録されている会員情報などをもとにグループ情報を取得したりしてもよい。   In this embodiment, an example in which a group is estimated or an attribute of each member is calculated by analyzing a video V of a security camera is shown. However, any method can be used as long as the above-described group information can be acquired. Well, it is not limited to this example. For example, group information can be obtained based on the entrance time to the facility and the type of admission ticket (adult / children, etc.), or group information can be obtained based on member information registered in association with the admission ticket. Or you may get it.

クラスタ分析部12は、取得部11が取得したグループ情報を用いて表されるグループ特徴に基づいて、分類対象となるグループのクラスタリングを行う。   The cluster analysis unit 12 performs clustering of groups to be classified based on the group feature represented using the group information acquired by the acquisition unit 11.

グループ特徴は、例えば、20代の女性1名と30代の男性1名からなる2名のグループ、30代の女性1名と40代の男性1名と10歳未満の男性1名とからなる3名のグループといったように、グループ情報に含まれる情報、つまり、グループを構成するメンバーの数と各メンバーの属性とを用いて表される。クラスタ分析部12は、このようなグループ特徴が共通するグループ同士を1つのクラスタにまとめるように、分類対象となるグループをクラスタリングする。   The group features are, for example, two groups consisting of one woman in their twenties and one man in their thirties, one woman in their thirties, one man in their forties, and one man under the age of 10 It is expressed using information included in the group information such as a group of three people, that is, the number of members constituting the group and the attributes of each member. The cluster analysis unit 12 clusters the groups to be classified so that groups having the same group characteristics are combined into one cluster.

クラスタリングの基準となるグループ特徴の近さから、分類対象となるグループ同士の関係を判断することもできる。図4に示す例では、グループA〜Dの4つのグループのうち、グループA〜Cは人数が共通(2名)、グループA,B,Dは成人の性別が共通(女性)、グループB〜Dは未成年の性別が共通(女性)である。これにより、例えば、グループDはグループBと共通点が多く、グループAとは共通点が少ないといったように、グループ同士の関係が分かる。   It is also possible to determine the relationship between the groups to be classified from the proximity of the group feature that is a clustering reference. In the example shown in FIG. 4, among the four groups A to D, the groups A to C have the same number of people (2 people), the groups A, B, and D have the same sex (female), and the groups B to D has the same minor sex (female). Accordingly, for example, the relationship between the groups can be understood such that the group D has many common points with the group B and the common points with the group A is small.

判定部13は、分類対象となる各グループのグループ特徴をそれぞれ判定ルールDRと照合し、各グループが複数の登録カテゴリのいずれに属するかを判定する。登録カテゴリは、グループの分類先のカテゴリとして登録されたものである。   The determination unit 13 collates the group characteristics of each group to be classified with the determination rule DR, and determines which of the plurality of registered categories each group belongs to. The registered category is registered as a category to which the group is classified.

判定ルールDRの一例を図5に示す。判定ルールDRは、図5に示すように、登録カテゴリごとの適合条件を定めたものであり、情報処理装置10内部の所定の記憶領域に記憶されている。図5の例では、登録カテゴリとして「親子」、「家族」、「友達」、「カップル」が登録されており、「親子」の適合条件は、成人と未成年の割合が1:1であるという条件、「家族」の適合条件は、成人男性1名と成人女性1名と未成年(人数は不問)からなるという条件、「友達」の適合条件は、同性かつ同世代の集まり(人数は不問)からなるという条件、「カップル」の適合条件は、同世代の男女2名からなるという条件であることを示している。なお、判定ルールDRは、登録カテゴリごとの適合条件を定めたものであればよく、登録カテゴリの種類や適合条件の形式は図5の例に限定されるものではない。   An example of the determination rule DR is shown in FIG. As shown in FIG. 5, the determination rule DR defines a matching condition for each registered category, and is stored in a predetermined storage area inside the information processing apparatus 10. In the example of FIG. 5, “parent and child”, “family”, “friend”, and “couple” are registered as registration categories, and the matching condition of “parent and child” is that the ratio between adults and minors is 1: 1. “Family” conforms to the condition that one adult male and one adult female and a minor (no matter how many), and “friends” conform to the same-sex, same-generation group The condition of “unquestioned” and the matching condition of “couple” indicate that the condition consists of two men and women of the same generation. Note that the determination rule DR may be any as long as it defines the conforming conditions for each registered category, and the type of the registered category and the conforming condition format are not limited to the example of FIG.

判定部13は、分類対象となる各グループについて、グループ特徴が複数の登録カテゴリのうちのどの登録カテゴリの適合条件に当てはまるかを確認することで、そのグループがどの登録カテゴリに属するか、つまり、そのグループの分類先となる登録カテゴリを判定する。そして、判定部13は、分類先の登録カテゴリが判明したグループに対し、その登録カテゴリを表すラベルを付与する。このとき、グループ特徴がどの登録カテゴリの適合条件にも当てはまらないグループについては、登録カテゴリ以外のグループであることを示す「その他」などのラベルを付与する。なお、グループ特徴が共通するグループが複数ある場合、つまり、クラスタ分析部12により同一のクラスタにクラスタリングされた複数のグループについては、グループごとに判定を行う必要はなく、クラスタ単位で判定を行えばよい。   The determination unit 13 confirms, for each group to be classified, which registration category the group belongs to, by confirming which registration category of the plurality of registration categories meets the matching condition, that is, A registration category as a classification destination of the group is determined. Then, the determination unit 13 gives a label representing the registered category to the group whose registered category is the classification destination. At this time, a label such as “others” indicating that the group feature does not meet the matching condition of any registered category is a group other than the registered category. In addition, when there are a plurality of groups having common group characteristics, that is, a plurality of groups clustered into the same cluster by the cluster analysis unit 12 do not need to be determined for each group. Good.

提示部14は、判定部13の判定結果を提示する。例えば提示部14は、判定部13の判定結果を示す表示画面を、ユーザが使用する表示装置に表示させる。提示部14によって表示装置に表示される表示画面の一例を図6に示す。この図6に示す表示画面20は、複数の登録カテゴリの各々のラベル21と対応付けて、判定部13により各登録カテゴリに属すると判定されたグループ(その登録グループのラベルが付与されたグループ)を示す表示情報22を配置した画面構成となっている。図6に示す例では、グループA〜Dの4つのグループは、成人と未成年の割合が1:1であるという「親子」の適合条件に当てはまるため、グループA〜Dの表示情報22がそれぞれ「親子」の表示エリアに配置されている。また、グループE,Fは、同世代の男女2名からなるという適合条件に当てはまるため、グループE,Fの表示情報22がそれぞれ「カップル」の表示エリアに配置されている。   The presentation unit 14 presents the determination result of the determination unit 13. For example, the presentation unit 14 displays a display screen indicating the determination result of the determination unit 13 on a display device used by the user. An example of a display screen displayed on the display device by the presentation unit 14 is shown in FIG. The display screen 20 shown in FIG. 6 is associated with each label 21 of a plurality of registered categories, and is determined to belong to each registered category by the determination unit 13 (a group to which the label of the registered group is assigned). Is displayed on the screen. In the example shown in FIG. 6, the four groups A to D are applicable to the “parent-child” matching condition that the ratio of adults and minors is 1: 1. It is placed in the “parent-child” display area. In addition, since the group E and F meet the matching condition of being composed of two men and women of the same generation, the display information 22 of the groups E and F is arranged in the “couple” display area.

ここで、判定部13により複数の登録カテゴリのいずれにも属さないと判定されたグループがある場合は、登録カテゴリ以外のグループであることを示す「その他」のラベル21と対応付けて、そのグループの表示情報22が配置される。図6に示す例では、グループGは複数の登録カテゴリの適合条件のいずれにも当てはまらず、いずれの登録カテゴリにも属さないと判定されるため、グループGの表示情報22が「その他」の表示エリアに配置される。このとき、例えば図7に示すように、「その他」を仮の登録カテゴリに設定し、「その他」カテゴリの適合条件として、グループGのグループ特徴が当てはまる条件を判定ルールDRに追加してもよい。   Here, if there is a group that is determined not to belong to any of the plurality of registered categories by the determination unit 13, the group is associated with an “other” label 21 that indicates a group other than the registered category. Display information 22 is arranged. In the example illustrated in FIG. 6, the group G does not meet any of the registration conditions of the plurality of registered categories, and is determined not to belong to any registered category. Therefore, the display information 22 of the group G displays “others”. Arranged in the area. At this time, for example, as illustrated in FIG. 7, “other” may be set as a temporary registration category, and a condition that the group feature of the group G is applied may be added to the determination rule DR as a matching condition of the “other” category. .

表示画面20上の各グループを示す表示情報22は、例えば、グループを構成する各メンバーが映る画像または各メンバーを表すアイコンを含む。図6に示す表示画面20は、各グループの表示情報22として、グループの構成メンバーの属性を推定できるアイコンを用いた例を示している。また、グループの構成メンバーの画像またはアイコンとともに、あるいは構成メンバーの画像またはアイコンに代えて、各グループのグループ特徴を記述したテキスト情報を表示情報22として用いるようにしてもよい。   The display information 22 indicating each group on the display screen 20 includes, for example, an image showing each member constituting the group or an icon representing each member. The display screen 20 shown in FIG. 6 shows an example in which an icon that can estimate the attributes of the constituent members of the group is used as the display information 22 of each group. Further, text information describing the group characteristics of each group may be used as the display information 22 together with the image or icon of the group member or instead of the image or icon of the member.

また、クラスタ分析部12によるクラスタリングによって1つのクラスタにまとめられた複数のグループについては、それら複数のグループを1つの表示情報22で集約してもよい。1つのクラスタに属する複数のグループはグループ特徴が共通であるため、これら複数のグループのうちの任意の1つのグループを示す表示情報22を表示画面20上に配置すればよい。また、1つのクラスタに属する複数のグループを1つの表示情報22で集約する場合は、例えばそのクラスタに属するグループ数が2であれば「×2」、グループ数が3であれば「×3」といったように、そのクラスタに属するグループ数を示す情報を表示情報22に含めることが望ましい。また、複数のグループを集約した表示情報22をユーザが選択する操作を行ったときに、これら複数のグループの個々の表示情報22が展開される構成としてもよい。   In addition, for a plurality of groups grouped into one cluster by clustering by the cluster analysis unit 12, the plurality of groups may be aggregated with a single display information 22. Since a plurality of groups belonging to one cluster have a common group feature, display information 22 indicating any one of the plurality of groups may be arranged on the display screen 20. Further, when a plurality of groups belonging to one cluster are aggregated with one display information 22, for example, if the number of groups belonging to the cluster is 2, “× 2”, and if the number of groups is 3, “× 3”. Thus, it is desirable to include information indicating the number of groups belonging to the cluster in the display information 22. In addition, when the user performs an operation of selecting display information 22 in which a plurality of groups are aggregated, the individual display information 22 of the plurality of groups may be expanded.

また、同じ登録カテゴリに属すると判定された複数のグループの表示情報22をその登録カテゴリのラベル21と対応付けて配置する際、これら複数のグループの表示情報22は、グループ特徴の近さに応じて配置されることが望ましい。すなわち、例えば図8に示すように、共通点が多いグループ同士は表示情報22が近くに配置され、共通点が少ないグループ同士は表示情報22が離れて配置されることが望ましい。図8は、図4に示したグループA〜Dの4つのグループの表示情報22を、グループ特徴の近さに応じて、「親子」の表示エリアに配置した例を示している。また、共通点が多いグループ同士が異なる登録カテゴリに属すると判定されている場合は、これらのグループの表示情報22が近くに配置されるように、登録カテゴリごとの配置を決定してもよい。   Further, when the display information 22 of a plurality of groups determined to belong to the same registered category is arranged in association with the label 21 of the registered category, the display information 22 of the plurality of groups depends on the proximity of the group feature. It is desirable to be arranged. That is, for example, as shown in FIG. 8, it is desirable that the display information 22 is arranged close to the groups having many common points, and the display information 22 is arranged apart from the groups having few common points. FIG. 8 shows an example in which the display information 22 of the four groups A to D shown in FIG. 4 is arranged in the “parent-child” display area according to the proximity of the group characteristics. Further, when it is determined that groups having many common points belong to different registration categories, the arrangement for each registration category may be determined so that the display information 22 of these groups is arranged nearby.

提示部14が表示装置に表示させる表示画面20は、判定部13の判定結果をユーザに提示するだけでなく、判定部13の判定結果に対してユーザが修正操作を行うために利用される。例えば図6に示すように、表示画面20上の各グループの表示情報22の近くにチェックボックス23が配置され、ユーザが判定結果を修正したいグループに対応するチェックボックス23をチェックすることにより、そのグループの判定結果に対する修正操作を行うことができる。また、ユーザは、表示画面20上のラベル21の記述を変更することで、判定結果に対する修正操作を行うこともできる。なお、表示画面20を利用したユーザによる修正操作の具体例については詳細を後述する。   The display screen 20 displayed on the display device by the presentation unit 14 is used not only to present the determination result of the determination unit 13 to the user but also for the user to perform a correction operation on the determination result of the determination unit 13. For example, as shown in FIG. 6, a check box 23 is arranged near the display information 22 of each group on the display screen 20, and when the user checks the check box 23 corresponding to the group whose determination result is to be corrected, A correction operation can be performed on the determination result of the group. The user can also perform a correction operation on the determination result by changing the description of the label 21 on the display screen 20. A specific example of the correction operation by the user using the display screen 20 will be described later in detail.

操作受付部15は、上述の表示画面20を用いたユーザの操作を受け付ける。本実施形態では、操作受付部15が受け付けるユーザの操作は、表示画面20の表示によってユーザに提示された判定部13の判定結果に対する修正操作である。操作受付部15が受け付けた操作内容は、更新部16に伝えられる。   The operation reception unit 15 receives a user operation using the display screen 20 described above. In the present embodiment, the user operation received by the operation receiving unit 15 is a correction operation for the determination result of the determination unit 13 presented to the user by the display on the display screen 20. The operation content received by the operation receiving unit 15 is transmitted to the updating unit 16.

更新部16は、操作受付部15が受け付けた修正操作に応じて、情報処理装置10内部の所定の記憶領域に記憶されている判定ルールDRを更新する。   The updating unit 16 updates the determination rule DR stored in a predetermined storage area inside the information processing apparatus 10 according to the correction operation received by the operation receiving unit 15.

例えば、ユーザが、複数の登録カテゴリのいずれか(第1カテゴリ)に属すると判定されたグループ(第1グループ)を第1カテゴリから除外する操作(第1修正操作)を行ったとする。この場合、更新部16は、この第1修正操作に応じて、第1カテゴリの適合条件が、第1グループのグループ特徴が当てはまらない条件となるように、判定ルールDRを更新する。   For example, it is assumed that the user performs an operation (first correction operation) for excluding a group (first group) determined to belong to one of a plurality of registered categories (first category) from the first category. In this case, the update unit 16 updates the determination rule DR according to the first correction operation so that the conformity condition of the first category is a condition that the group feature of the first group does not apply.

また、ユーザが、第1カテゴリから除外した第1グループを別のカテゴリ(第2カテゴリ)に追加する操作(第2修正操作)を行ったとする。この場合、更新部16は、この第2修正操作に応じて、第2カテゴリの適合条件が、第1グループのグループ特徴が当てはまる条件となるように、判定ルールDRを更新する。   Further, it is assumed that the user performs an operation (second correction operation) for adding the first group excluded from the first category to another category (second category). In this case, the update unit 16 updates the determination rule DR according to the second correction operation so that the conformity condition of the second category is a condition that the group feature of the first group is applicable.

また、ユーザが、第1カテゴリから除外した第1グループが属するカテゴリとして、複数の登録カテゴリ以外の新たなカテゴリを指定する操作(第3修正操作)を行ったとする。この場合、更新部16は、この第3修正操作に応じて、第3カテゴリの適合条件として、第1グループのグループ特徴が当てはまる条件を新たに追加するように、判定ルールDRを更新する。   Further, it is assumed that the user performs an operation (third correction operation) for designating a new category other than a plurality of registered categories as a category to which the first group excluded from the first category belongs. In this case, the update unit 16 updates the determination rule DR so as to newly add a condition that the group feature of the first group is applied as the matching condition of the third category in accordance with the third correction operation.

また、ユーザが、複数の登録カテゴリのいずれにも属さないと判定されたグループ(第2グループ)を、複数の登録カテゴリのいずれか(第1カテゴリ)に追加する操作(第4修正操作)を行ったとする。この場合、更新部16は、この第4修正操作に応じて、第1カテゴリの適合条件が、第2グループのグループ特徴が当てはまる条件となるように、判定ルールDRを更新する。   In addition, an operation (fourth correction operation) in which the user adds a group (second group) determined not to belong to any of the plurality of registered categories to any one of the plurality of registered categories (first category). Suppose you went. In this case, the update unit 16 updates the determination rule DR according to the fourth correction operation so that the conformity condition of the first category is a condition that the group feature of the second group is applicable.

更新部16により判定ルールDRが更新されると、判定部13の判定は更新後の新たな判定ルールDRに基づいて行われる。また、更新後の新たな判定ルールDRに基づく判定部13の判定結果が表示画面20に反映されることになる。   When the determination rule DR is updated by the update unit 16, the determination by the determination unit 13 is performed based on the updated new determination rule DR. In addition, the determination result of the determination unit 13 based on the updated new determination rule DR is reflected on the display screen 20.

以下、図6に例示した構成の表示画面20が表示装置に表示されているものとして、この表示画面20を利用したユーザによる修正操作と、その修正操作に応じた判定ルールDRの更新の具体例について説明する。なお、以下で説明する例はあくまで一例であり、判定部13の判定結果に対する修正および判定ルールDRの更新の方法は、この例に限定されるものではない。   Hereinafter, assuming that the display screen 20 having the configuration illustrated in FIG. 6 is displayed on the display device, a specific example of the correction operation by the user using the display screen 20 and the update of the determination rule DR according to the correction operation Will be described. The example described below is merely an example, and the method of correcting the determination result of the determination unit 13 and updating the determination rule DR is not limited to this example.

まず、図9に示すように、表示画面20上で「親子」の表示エリアに配置されたグループDの表示情報22に対応するチェックボックス23をユーザがチェックしたとする。この場合、図10に示すように、グループDの表示情報22が「親子」の表示エリアから除外され、例えば「新しいカテゴリ」などのラベル21と対応付けて、「新しいカテゴリ」の表示エリアに配置される。   First, as shown in FIG. 9, it is assumed that the user checks a check box 23 corresponding to the display information 22 of the group D arranged in the “parent-child” display area on the display screen 20. In this case, as shown in FIG. 10, the display information 22 of the group D is excluded from the “parent / child” display area, and is arranged in the “new category” display area in association with the label 21 such as “new category”. Is done.

この場合、更新部16は、判定ルールDRに含まれる「親子」の適合条件が、グループDのグループ特徴(成人女性2名と未成年女性2名とからなる4名のグループ)が当てはまらない条件となるように、判定ルールDRを更新する。例えば図11に示すように、判定ルールDRに含まれる「親子」の適合条件が、成人1名と未成年1名とからなるという条件に変更される。このとき、図11に示すように、「新しいカテゴリ」を仮の登録カテゴリに設定し、「新しいカテゴリ」の適合条件として、グループDのグループ特徴が当てはまる条件を判定ルールDRに追加してもよい。   In this case, the update unit 16 determines that the matching condition of “parent and child” included in the determination rule DR does not apply to the group D group characteristics (a group of four people including two adult women and two minor women). The determination rule DR is updated so that For example, as shown in FIG. 11, the matching condition of “parent and child” included in the determination rule DR is changed to a condition that includes one adult and one minor. At this time, as shown in FIG. 11, “new category” may be set as a temporary registration category, and a condition that the group feature of group D is applied may be added to the determination rule DR as the “new category” matching condition. .

また、例えば図12に示すように、ユーザが「その他」のラベル21を登録カテゴリの1つである「家族」のラベル21に変更したとする。この操作は、例えば表示画面20上で変更したいラベル21を選択して文字を直接入力するといった方法で実現できる。この場合、更新部16は、判定ルールDRに含まれる「家族」の適合条件が、「その他」の表示エリアに配置されていたグループGのグループ特徴(成人女性1名と未成年女性2名とからなる3名のグループ)が当てはまる条件となるように、判定ルールDRを更新する。例えば図13に示すように、判定ルールDRに含まれる「家族」の適合条件が、成人女性1名と成人男性0名または1名と未成年(人数は不問)からなるという条件に変更される。   For example, as illustrated in FIG. 12, it is assumed that the user changes the label 21 of “Others” to the label 21 of “Family” that is one of the registered categories. This operation can be realized, for example, by selecting a label 21 to be changed on the display screen 20 and directly inputting characters. In this case, the updating unit 16 sets the group characteristics of the group G (one adult woman and two underage women) that are included in the display area of “others” as the matching condition of “family” included in the determination rule DR. The determination rule DR is updated so that the condition of 3 groups of For example, as shown in FIG. 13, the matching condition of “family” included in the determination rule DR is changed to a condition that consists of one adult woman and zero or one adult man and a minor (the number of people does not matter). .

また、例えば図14に示すように、ユーザが「新しいカテゴリ」のラベル21を登録カテゴリの1つである「家族」のラベル21に変更したとする。この場合、図15に示すように、表示画面20上の「家族」の表示エリアが拡大されて、「新しいカテゴリ」の表示エリアに配置されていたグループDの表示情報22が「家族」の表示エリアに移動する。そして、更新部16は、判定ルールDRに含まれる「家族」の適合条件が、「新しいグループ」の表示エリアに配置されていたグループDのグループ特徴(成人女性2名と未成年女性2名とからなる4名のグループ)が当てはまる条件となるように、判定ルールDRを更新する。例えば図16に示すように、判定ルールDRに含まれる「家族」の適合条件が、成人女性1名以上と成人男性0名または1名と未成年(人数は不問)からなるという条件に変更される。   Further, for example, as illustrated in FIG. 14, it is assumed that the user changes the label 21 of “new category” to the label 21 of “family” that is one of registered categories. In this case, as shown in FIG. 15, the display area of “family” on the display screen 20 is expanded, and the display information 22 of the group D arranged in the display area of “new category” is displayed as “family”. Move to the area. Then, the updating unit 16 sets the group family characteristics (two adult women and two underage women) in the “new group” display area where the “family” matching condition included in the determination rule DR is The determination rule DR is updated so that the condition of 4 groups of For example, as shown in FIG. 16, the matching condition of “family” included in the determination rule DR is changed to a condition that includes one or more adult women and zero or one adult man and a minor (the number of people is not required). The

また、図示を省略するが、ユーザが表示画面20上で「新しいカテゴリ」のラベル21を所望のカテゴリ名に変更することで、そのカテゴリ名で示される新しいカテゴリを登録できるようにしてもよい。例えば、図10に示す表示画面20上で、ユーザが「新しいカテゴリ」のラベル21を「ママ友」のラベル21に変更したとする。この場合、更新部16は、新規の登録カテゴリとして「ママ友」を設定し、「ママ友」の適合条件として、グループDのグループ特徴(成人女性2名と未成年女性2名とからなる4名のグループ)が当てはまる条件を判定ルールDRに追加する。これにより、ユーザが直感的にイメージできるグループのカテゴリを簡便な操作で登録することができる。   Although not shown, the user may be able to register a new category indicated by the category name by changing the label 21 of “new category” to a desired category name on the display screen 20. For example, it is assumed that the user changes the label 21 of “New Category” to the label 21 of “Mama Friends” on the display screen 20 shown in FIG. In this case, the update unit 16 sets “mama friend” as a new registration category, and the group feature of group D (4 adult women and 2 minor women 4 as the matching condition of “mama friend”). A condition for which (name group) applies is added to the determination rule DR. Thereby, the category of the group which a user can image intuitively can be registered by simple operation.

なお、以上は、表示画面20上の操作に応じて判定ルールDRを更新する例を説明したが、所定の操作に応じて記憶領域に記憶されている判定ルールDRを読み出して表示装置に表示し、登録カテゴリの名称や適合条件などをユーザが直接修正できるように構成してもよい。例えば、判定ルールDRに含まれる「親子」の適合条件が、成人と未成年の割合が1:1であるという条件である場合に、この「親子」の適合条件を、ユーザが直接、成人1名と未成年1名とからなるという条件に変更するようにしてもよい。また、判定ルールDRの表示やユーザの修正操作は、テキストでの表示・修正に限らず、例えば図17に示すように、属性のアイコンを用いて表示・修正を行うようにしてもよい。   Although the example in which the determination rule DR is updated according to the operation on the display screen 20 has been described above, the determination rule DR stored in the storage area is read according to a predetermined operation and displayed on the display device. The registration category name and the matching conditions may be directly modified by the user. For example, when the matching condition for “parent and child” included in the determination rule DR is a condition that the ratio of adults to minors is 1: 1, the user directly sets the matching condition for “parent and child” to adult 1 You may make it change into the conditions which consist of a name and one minor. Further, the display of the determination rule DR and the user's correction operation are not limited to text display / correction. For example, as shown in FIG. 17, display / correction may be performed using an attribute icon.

また、判定ルールDRの登録カテゴリごとの適合条件に用いられる属性の定義や粒度などを、ユーザが変更できるようにしてもよい。例えば、「成人」と「未成年」の分類基準を、ユーザが「20歳以上」と「20歳未満」に変更したり、10歳刻みの分類基準に変更したりするようにしてもよい。   Further, the user may be able to change the definition and granularity of attributes used for the matching condition for each registration category of the determination rule DR. For example, the classification criteria of “adult” and “underage” may be changed by the user to “20 years or older” and “under 20 years”, or may be changed to the classification criteria in increments of 10 years.

なお、図6などに例示した表示画面20では、各グループの表示情報22をグループ特徴の近さに応じて配置する構成としたが、判定部13の判定結果を示す表示画面は、各グループがどの登録カテゴリに分類されるか、および、同じ登録カテゴリに分類されるグループ同士がどのような共通点を持つかが分かり易く表示できる構成であればよく、図6などに例示した表示画面20の構成に限定されるものではない。例えば図18に示すように、同じ登録カテゴリに属すると判定された複数のグループの表示情報22を、グループ特徴に応じた並び順のリスト形式で配置した構成の表示画面20としてもよい。   In addition, in the display screen 20 illustrated in FIG. 6 and the like, the display information 22 of each group is arranged according to the proximity of the group feature. However, the display screen showing the determination result of the determination unit 13 includes each group. Any configuration can be used as long as it can be displayed in an easy-to-understand manner which registration category is classified and what common groups are classified into the same registration category. The display screen 20 illustrated in FIG. The configuration is not limited. For example, as shown in FIG. 18, display information 22 of a plurality of groups determined to belong to the same registration category may be displayed on a display screen 20 having a configuration in which the display information 22 is arranged in a list format in the arrangement order corresponding to the group characteristics.

また、この場合、図18に示すように、各登録カテゴリのラベル21に対応付けてその登録カテゴリに属すると判定されたグループ数を表示したカテゴリリスト25を表示し、そのカテゴリリスト25の中からユーザにより選択された登録カテゴリについて、その登録カテゴリに属すると判定された各グループの表示情報22をリスト形式で表示する構成であってもよい。これにより、分類対象となるグループ数が多い場合でも、判定部13による判定結果をユーザが確認しやすいように提示することができる。   In this case, as shown in FIG. 18, a category list 25 displaying the number of groups determined to belong to the registered category is displayed in association with the label 21 of each registered category. For the registration category selected by the user, the display information 22 of each group determined to belong to the registration category may be displayed in a list format. Thereby, even when the number of groups to be classified is large, the determination result by the determination unit 13 can be presented so that the user can easily confirm.

図18に示す表示画面20では、カテゴリリスト25の所望の登録カテゴリをクリック操作などで指定することで、その登録カテゴリが選択されてその登録カテゴリに属すると判定された各グループの表示情報22が展開される。また、いずれかの表示情報22をクリック操作などで指定することで、その表示情報22に対応するグループが選択され、例えば、図6などに例示した表示画面20を用いた場合と同様の修正操作を行うことができる。   In the display screen 20 shown in FIG. 18, display information 22 of each group that is determined to belong to the registered category by selecting the registered category by designating the desired registered category in the category list 25 by clicking or the like. Be expanded. In addition, by designating any one of the display information 22 by a click operation or the like, a group corresponding to the display information 22 is selected. For example, the same correction operation as in the case of using the display screen 20 illustrated in FIG. It can be performed.

図19は、以上説明した本実施形態の情報処理装置10の動作例を示すフローチャートである。なお、図19の各ステップの具体的な内容は上述した通りであるので、詳細な説明は適宜省略する。   FIG. 19 is a flowchart illustrating an operation example of the information processing apparatus 10 according to the present embodiment described above. In addition, since the specific content of each step of FIG. 19 is as above-mentioned, detailed description is abbreviate | omitted suitably.

図19のフローチャートで示す処理が開始されると、まず、取得部11が、分類対象となるグループのグループ情報を取得する(ステップS101)。取得部11が取得したグループ情報は、クラスタ分析部12に送られる。   When the process shown in the flowchart of FIG. 19 is started, the acquisition unit 11 first acquires group information of a group to be classified (step S101). The group information acquired by the acquisition unit 11 is sent to the cluster analysis unit 12.

次に、クラスタ分析部12が、取得部11により取得されたグループ情報(グループを構成するメンバーの数と各メンバーの属性)を用いて表される各グループのグループ特徴に基づいて、分類対象となるグループのクラスタリングを行う(ステップS102)。このクラスタリングにより、グループ特徴が共通するグループ同士が1つにまとめられる。   Next, the cluster analysis unit 12 determines the classification target based on the group characteristics of each group represented by using the group information acquired by the acquisition unit 11 (the number of members constituting the group and the attribute of each member). Clustering is performed (step S102). By this clustering, groups having common group characteristics are combined into one.

次に、判定部13が、分類対象となるグループ(クラスタ)を1つ取り出し(ステップS103)、このグループ(クラスタ)のグループ特徴を判定ルールDRと照合することにより、このグループ(クラスタ)が複数の登録カテゴリのいずれに属するか、つまり、このグループ(クラスタ)の分類先となる登録カテゴリを判定する(ステップS104)。その後、判定部13は、分類対象となるグループの中で未判定のグループがあるかどうかを確認し(ステップS105)、未判定のグループがあれば(ステップS105:Yes)、ステップS103に戻って以降の処理を繰り返す。   Next, the determination unit 13 takes out one group (cluster) to be classified (step S103), and collates the group feature of this group (cluster) with the determination rule DR, whereby a plurality of groups (clusters) are obtained. Which registration category belongs, that is, the registration category that is the classification destination of this group (cluster) is determined (step S104). Thereafter, the determination unit 13 confirms whether there is an undetermined group among the groups to be classified (step S105). If there is an undetermined group (step S105: Yes), the process returns to step S103. The subsequent processing is repeated.

一方、分類対象となる全てのグループについて判定部13の判定が終了すると(ステップS105:No)、提示部14が、例えば上述の表示画面20を表示装置に表示させることにより、判定部13の判定結果をユーザに提示する(ステップS106)。そして、操作受付部15が、判定結果に対する修正操作があるかどうかを確認し(ステップS107)、修正操作があった場合は(ステップS107:Yes)、更新部16が、操作受付部15が受け付けた修正操作に応じて、判定ルールDRを更新する(ステップS108)。   On the other hand, when the determination by the determination unit 13 is completed for all the groups to be classified (step S105: No), the presentation unit 14 displays the above-described display screen 20 on the display device, for example, whereby the determination by the determination unit 13 is performed. The result is presented to the user (step S106). Then, the operation receiving unit 15 confirms whether or not there is a correcting operation for the determination result (step S107). If there is a correcting operation (step S107: Yes), the updating unit 16 receives the operation receiving unit 15. The determination rule DR is updated according to the corrected operation (step S108).

その後、判定部13の判定結果がユーザの望むかたちに修正されるまで、ステップS106からステップS108の処理が繰り返される。そして、判定結果に対する修正操作が行われなくなると(ステップS107:No)、グループの分類が確定して一連の処理が終了する。   Thereafter, the processing from step S106 to step S108 is repeated until the determination result of the determination unit 13 is corrected to the shape desired by the user. Then, when the correction operation for the determination result is not performed (step S107: No), the group classification is determined and the series of processes is ended.

本実施形態の情報処理装置10は、例えば、顧客分析などの用途において有用である。すなわち、顧客のグループを登録カテゴリに分類し、登録カテゴリごとにグループ数を集計することにより、顧客がどの様なグループで行動しているかを分析することができる。また、取得部11が上述のグループ情報に加えて、顧客の位置、時間情報、導線情報、購買情報など、状況または行動を表す情報をさらに取得する構成とすれば、これらの情報別に、登録カテゴリごとのグループ数を集計することもできる。   The information processing apparatus 10 according to the present embodiment is useful in applications such as customer analysis, for example. That is, by classifying customer groups into registered categories and counting the number of groups for each registered category, it is possible to analyze in what group the customer is acting. Moreover, if the acquisition part 11 is set as the structure which further acquires the information showing a condition or action, such as a customer's position, time information, conducting wire information, purchase information, in addition to the above-mentioned group information, according to these information, a registration category You can also count the number of groups for each.

以上、具体的な例を挙げながら詳細に説明したように、本実施形態の情報処理装置10では、判定部13が、分類対象となるグループのグループ特徴を判定ルールDRと照合して、このグループが複数の登録カテゴリのいずれに属するかを判定し、提示部14が、判定部13の判定結果をユーザに提示する。そして、この判定結果に対するユーザの修正操作に応じて、更新部16が、判定ルールDRを更新するようにしている。したがって、本実施形態の情報処理装置10によれば、ユーザが求めるカテゴリの定義を反映させて、目的に応じたグループの分類を適切に行うことができる。   As described above in detail with reference to specific examples, in the information processing apparatus 10 according to the present embodiment, the determination unit 13 checks the group characteristics of the group to be classified with the determination rule DR, and this group. Is included in a plurality of registered categories, and the presentation unit 14 presents the determination result of the determination unit 13 to the user. Then, the update unit 16 updates the determination rule DR in accordance with the user's correction operation for the determination result. Therefore, according to the information processing apparatus 10 of this embodiment, it is possible to appropriately classify groups according to purposes by reflecting the definition of the category required by the user.

なお、以上の説明では、情報処理装置10が単一の判定ルールDRを記憶している場合を想定したが、本実施形態の情報処理装置10は、例えば、季節や時刻、天候、イベントなどの状況ごと、あるいは、ユーザごとなどの複数の判定ルールDRを記憶し、外部から入力される入力情報(状況を指定する情報やユーザを指定するユーザIDなど)に基づいて、判定部13が使用する判定ルールDRを切り替える構成としてもよい。   In the above description, it is assumed that the information processing apparatus 10 stores a single determination rule DR. However, the information processing apparatus 10 according to the present embodiment may be, for example, a season, time, weather, or event. A plurality of determination rules DR for each situation or each user are stored, and used by the determination unit 13 based on input information (information specifying a situation, a user ID specifying a user, etc.) input from the outside. The determination rule DR may be switched.

例えば、指定された特定のイベントに合わせて、判定部13が使用する判定ルールDRを切り替えてもよい。母の日ならば、歳の離れたグループかつ年長者が女性のグループ(母親と子供)を1つのカテゴリに分類するだけでなく、さらにそれを年少者の年代別(子供が成人か未成年かなど)のカテゴリに分類するための判定ルールDRを使用する。これにより、母の日のマーケティング戦略を立てる上で有用な顧客分析を行うことができる。また、父の日ならば、歳の離れたグループかつ年長者が男性のグループ数(父親と子供)を1つのカテゴリに分類するだけではなく、さらにそれを年少者の年代別のカテゴリに分類するための判定ルールDRを使用する。これにより、父の日のマーケティング戦略を立てる上で有用な顧客分析を行うことができる。なお、母の日では父と子、父の日では母と子については、子供の年齢別に細かく分析する必要はない(優先度が低い)ため、それらを年齢別のカテゴリに分類しない方が全体傾向を把握しやすい。また、母の日、父の日以外では、親の性別による分類が必要ない場合もある。   For example, the determination rule DR used by the determination unit 13 may be switched in accordance with a specified specific event. On Mother's Day, not only is a group of older and older people grouping a group of women (mother and child) into one category, but also by age group of the younger (whether the child is an adult or a minor) For example) is used. This makes it possible to perform customer analysis that is useful in developing a marketing strategy for Mother's Day. In addition, on Father's Day, the group of older people and older people not only classifies the number of male groups (fathers and children) into one category, but also classifies them into younger age groups. The determination rule DR is used. This makes it possible to conduct customer analysis that is useful in developing a marketing strategy for Father's Day. Note that father and child on Mother's Day and mother and child on Father's Day do not need to be analyzed in detail by child age (low priority), so it is better not to classify them into age-specific categories Easy to grasp trends. In addition, other than Mother's Day and Father's Day, classification by parental gender may not be necessary.

また、母の日・父の日などのイベントに応じたマーケティングでは、子供が成人であっても親子連れとして分類することが有効となる場合があるが、例えば施設設計を考える場合などでは、成人した子供と親を親子連れとして分類する必要がない(成人以上の友達連れと区別する必要はない)など、ユーザの担当により、グループの分類先となるカテゴリの定義が異なる場合が多い。このため、判定部13が使用する判定ルールDRを、ユーザごとに切り替えることも有効である。   Also, in marketing according to events such as Mother's Day and Father's Day, it may be effective to classify children as parents with children even if the child is an adult. There are many cases where the definition of a category to which a group is classified is different depending on the user's charge, such as it is not necessary to classify a child and a parent as a parent and child (there is no need to distinguish it from a friend who is an adult or more). For this reason, it is also effective to switch the determination rule DR used by the determination unit 13 for each user.

<第2実施形態>
次に、第2実施形態について説明する。本実施形態は、表示画面20におけるグループの表示情報22の配置などをユーザの操作に応じて変更できるようにした例である。すなわち、本実施形態では、例えば提示部14が、同じカテゴリに属すると判定された複数のグループの表示情報22をリスト形式で配置した構成の表示画面20(図18参照)を表示装置に表示させる際に、グループ特徴を構成する項目(例えば、性別、人数、年齢など)の中で指定された項目を優先して、表示情報22の並び順を決定する。また、本実施形態では、グループ特徴を構成する項目の粒度を変更する操作に応じて、クラスタ分析部12がグループのクラスタリングを再度行い、その結果が表示画面20に反映される。
Second Embodiment
Next, a second embodiment will be described. The present embodiment is an example in which the arrangement of the group display information 22 on the display screen 20 can be changed in accordance with a user operation. That is, in the present embodiment, for example, the presentation unit 14 displays on the display device a display screen 20 (see FIG. 18) having a configuration in which display information 22 of a plurality of groups determined to belong to the same category is arranged in a list format. At this time, the arrangement order of the display information 22 is determined with priority given to the items designated among the items (for example, sex, number of people, age, etc.) constituting the group feature. Further, in the present embodiment, the cluster analysis unit 12 performs the clustering of the group again in accordance with an operation for changing the granularity of the items constituting the group feature, and the result is reflected on the display screen 20.

図20は、第2実施形態に係る情報処理装置10の機能的な構成例を示すブロック図である。本実施形態では、操作受付部15が、判定部13の判定結果に対する修正操作だけでなく、グループ特徴を構成する項目の中で優先する項目を指定する操作や、グループ特徴を構成する項目の粒度を変更する操作を受け付ける。グループ特徴を構成する項目の中で優先する項目を指定する操作を操作受付部15が受け付けた場合、その操作内容は提示部14に伝えられる。また、グループ特徴を構成する項目の粒度を変更する操作を操作受付部15が受け付けた場合、その操作内容はクラスタ分析部12に伝えられる。   FIG. 20 is a block diagram illustrating a functional configuration example of the information processing apparatus 10 according to the second embodiment. In the present embodiment, the operation receiving unit 15 performs not only a correction operation for the determination result of the determination unit 13 but also an operation for specifying an item to be prioritized among items constituting the group feature, and the granularity of the item constituting the group feature. Accept the operation to change. When the operation receiving unit 15 receives an operation for designating a priority item among the items constituting the group feature, the operation content is transmitted to the presentation unit 14. When the operation accepting unit 15 accepts an operation for changing the granularity of items constituting the group feature, the operation content is transmitted to the cluster analyzing unit 12.

本実施形態の提示部14は、操作受付部15から受け取った操作内容に応じて、ユーザにより指定されたグループ特徴の項目を優先的に考慮して表示画面20における表示情報22の並び順を決定する。また、本実施形態のクラスタ分析部12は、操作受付部15から受け取った操作内容に応じて、グループのクラスタリングを再度行う。そして、クラスタリングの結果に変更があると、その結果が表示画面20に反映される。   The presenting unit 14 according to the present embodiment determines the arrangement order of the display information 22 on the display screen 20 in accordance with the operation content received from the operation receiving unit 15 in consideration of the group feature item designated by the user. To do. Further, the cluster analysis unit 12 of this embodiment performs group clustering again according to the operation content received from the operation reception unit 15. If there is a change in the clustering result, the result is reflected on the display screen 20.

以下、本実施形態におけるユーザの操作とそれに応じた表示画面20の変化の具体例について説明する。なお、以下で説明する例はあくまで一例であり、表示画面20の構成やユーザの操作方法は、この例に限定されるものではない。   Hereinafter, a specific example of a user operation and a change in the display screen 20 according to the user operation in the present embodiment will be described. In addition, the example demonstrated below is an example to the last, and the structure of the display screen 20 and a user's operation method are not limited to this example.

本実施形態では、提示部14が例えば図21に示す構成の表示画面20を表示装置に表示させる。図21に示す表示画面20は、図18に示した表示画面20に対して、グループ特徴を構成する項目の中で優先する項目を指定する操作や、グループ特徴を構成する項目の粒度を変更する操作を行うための項目タブ(「性別」タブ26、「人数」タブ27、および「年齢」タブ28)と、複数の項目の優先順位を設定する操作を行うための「+」ボタン29とが追加された構成である。項目タブは、表示情報22の並び順を決定するためにその項目の値を参照する区分(全員/成人/未成年)と、その項目に基づく表示情報22の並び順(昇順/降順)を指定できる構成となっている。なお、項目の値を参照する区分は、後述の項目の粒度の変更と同様に、ユーザの操作に応じて変更できるようにしてもよい。   In the present embodiment, the presentation unit 14 displays a display screen 20 having a configuration illustrated in FIG. 21 on the display device, for example. The display screen 20 shown in FIG. 21 changes the granularity of the items constituting the group feature and the operation for designating the priority item among the items constituting the group feature with respect to the display screen 20 shown in FIG. There are item tabs (“gender” tab 26, “number of people” tab 27, and “age” tab 28) for performing operations, and a “+” button 29 for performing operations for setting priorities of a plurality of items. This is an added configuration. The item tab specifies a category (all / adult / minor) that refers to the value of the item to determine the order of display information 22 and the order (ascending / descending) of display information 22 based on the item. It can be configured. Note that the category referring to the value of the item may be changed according to the user's operation, as in the case of changing the granularity of the item described later.

まず、表示画面20におけるグループの表示情報22の並び順を決定する例について説明する。例えば図21に示すように、「親子」に属すると判定された各グループの表示情報22が展開されている状態で、ユーザが「性別」タブ26の「成人」の「△(昇順)」をクリックする操作を行ったとする。この場合、成人の男性が含まれるグループの表示情報22が上位に配置されるように、「親子」に属すると判定された各グループの表示情報22の並び順が決定される。   First, an example of determining the arrangement order of the group display information 22 on the display screen 20 will be described. For example, as shown in FIG. 21, in a state where the display information 22 of each group determined to belong to “parent and child” is expanded, the user selects “△ (ascending order)” of “adult” on the “sex” tab 26. Suppose that a click operation is performed. In this case, the arrangement order of the display information 22 of each group determined to belong to “parent and child” is determined so that the display information 22 of the group including the adult male is arranged at the top.

また、例えば図22に示すように、「親子」に属すると判定された各グループの表示情報22が展開されている状態で、ユーザが「性別」タブ26の「成人」の「▽(降順)」をクリックする操作を行ったとする。この場合、成人の女性が含まれるグループの表示情報22が上位に配置されるように、「親子」に属すると判定された各グループの表示情報22の並び順が決定される。このとき、図22に示すように、成人の女性が含まれるグループが複数ある場合は、例えば、予め定めた他の項目の優先順位に従って、あるいは前回の操作で指定された他の項目を優先して、成人の女性が含まれる複数のグループの表示情報22の並び順を決定すればよい。   Further, for example, as shown in FIG. 22, in the state where the display information 22 of each group determined to belong to “parent and child” is expanded, the user selects “adult” “▽ (descending order)” on the “sex” tab 26. ”Is clicked. In this case, the arrangement order of the display information 22 of each group determined to belong to “parent and child” is determined so that the display information 22 of the group including the adult female is arranged at the top. At this time, as shown in FIG. 22, when there are a plurality of groups including adult women, for example, priority is given to the other items specified in the previous operation according to the priority order of other items set in advance. Thus, the arrangement order of the display information 22 of a plurality of groups including adult women may be determined.

また、例えば図23に示すように、「親子」に属すると判定された各グループの表示情報22が展開されている状態で、ユーザが「人数」タブ27の「全員」の「▽(降順)」をクリックする操作を行ったとする。この場合、全体の人数が少ないグループの表示情報22が上位に配置されるように、「親子」に属すると判定された各グループの表示情報22の並び順が決定される。このとき、図23に示すように、全体の人数が同数のグループがある場合は、例えば、予め定めた他の項目の優先順位に従って、あるいは前回の操作で指定された他の項目を優先して、全体の人数が同数のグループの表示情報22の並び順を決定すればよい。   Further, for example, as shown in FIG. 23, in a state where the display information 22 of each group determined to belong to “parent and child” is expanded, the user displays “▽ (descending order)” of “all” in the “number of people” tab 27. ”Is clicked. In this case, the arrangement order of the display information 22 of each group determined to belong to “parent and child” is determined so that the display information 22 of the group with a small total number of people is arranged at the top. At this time, as shown in FIG. 23, when there are groups having the same number of people as a whole, for example, priority is given to the other items specified in the previous operation in accordance with the priority order of other items set in advance. The arrangement order of the display information 22 of the groups having the same total number of persons may be determined.

また、例えば図24に示すように、「親子」に属すると判定された各グループの表示情報22が展開されている状態で、ユーザが「+」ボタン29をクリックする操作を行ったとする。この場合、複数の項目の優先順位を設定するためのダイアログボックス30がポップアップ表示される。そして、ユーザがこのダイアログボックス30を用いて複数の項目の優先順位を設定すると、設定された各項目の優先順位に従って、「親子」に属すると判定された各グループの表示情報22の並び順が決定される。なお、複数の項目の優先順位を指定するためのダイアログボックス30は、表示画面20とは別の画面として表示される構成であってもよい。   Also, for example, as shown in FIG. 24, it is assumed that the user performs an operation of clicking the “+” button 29 in a state where the display information 22 of each group determined to belong to “parent and child” is expanded. In this case, a dialog box 30 for setting the priority order of a plurality of items is displayed as a pop-up. When the user sets the priority order of a plurality of items using this dialog box 30, the arrangement order of the display information 22 of each group determined to belong to “parent and child” is determined according to the set priority order of each item. It is determined. The dialog box 30 for designating the priority order of a plurality of items may be displayed as a screen different from the display screen 20.

なお、以上の例では、グループ特徴を構成する項目ごとの項目タブや「+」ボタン29に対する操作によって表示情報22の並び順を決定するようにしているが、例えば「男性→女性で並べる」、「人数が少ない順に並べる」など、表示情報22の並び順を決定するためのルールをユーザが直接指定できるようにしてもよい。   In the above example, the arrangement order of the display information 22 is determined by an operation on the item tab or the “+” button 29 for each item constituting the group feature. For example, “order from male to female”, The user may be able to directly specify a rule for determining the arrangement order of the display information 22, such as “arrange in order of increasing number of people”.

また、以上の例では、表示画面20上でのユーザ操作に応じてグループの表示情報22の並び順を決定するようにしているが、これに限らない。例えば、過去の判定部13の判定結果に対する修正操作の履歴をログとして記録しておき、この修正操作の履歴に基づいて選ばれる項目(例えば、修正操作に応じて判定ルールDRの適合条件の中で頻繁に変更された項目)を優先して、表示情報22の並び順を決定するようにしてもよい。   In the above example, the arrangement order of the group display information 22 is determined according to a user operation on the display screen 20, but the present invention is not limited to this. For example, a history of correction operations for the determination results of the past determination unit 13 is recorded as a log, and items selected based on the history of the correction operations (for example, among the conforming conditions of the determination rule DR according to the correction operation) The order in which the display information 22 is arranged may be determined by giving priority to the item frequently changed in step (b).

次に、グループ特徴を構成する項目の粒度を変更する例について説明する。例えば図25に示すように、ユーザが「年齢」タブ28をダブルクリックあるいは右クリックする操作を行ったとする。この場合、グループ特徴を構成する「年齢」の項目の粒度を変更するためのダイアログボックス40がポップアップ表示される。そして、ユーザがこのダイアログボックス40を用いて、グループ特徴を構成する「年齢」の項目の粒度を例えば「10歳刻み」から「成人/未成年」に変更したとすると、その操作内容がクラスタ分析部12に伝えられる。この場合、クラスタ分析部12は、「年齢」の項目の粒度が「10歳刻み」から「成人/未成年」に変更された各グループのグループ特徴に基づいて、グループのクラスタリングを再度行う。これにより、例えば、20代女性と10歳未満の女性とからなるグループと、30代女性と10歳未満の女性とからなるグループとが、成人女性と未成年女性とからなるグループとして1つのクラスタにまとめられ、その結果、表示画面20上では、図26に示すように、これらのグループの表示情報22が1つに統合されて表示される。   Next, an example of changing the granularity of items constituting the group feature will be described. For example, as shown in FIG. 25, it is assumed that the user performs an operation of double-clicking or right-clicking the “age” tab 28. In this case, a dialog box 40 for changing the granularity of the item “age” constituting the group feature is popped up. Then, if the user changes the granularity of the item “age” constituting the group feature from, for example, “10-year-old increments” to “adult / minor” using this dialog box 40, the operation content is cluster analysis. It is transmitted to part 12. In this case, the cluster analysis unit 12 performs the clustering of the groups again based on the group characteristics of each group in which the granularity of the “age” item is changed from “10-year increments” to “adult / minor”. Thus, for example, a group consisting of women in their twenties and women under the age of 10 and a group consisting of women in the thirties and women under the age of ten are grouped as a group consisting of adult women and minor women. As a result, as shown in FIG. 26, the display information 22 of these groups is integrated and displayed on the display screen 20.

なお、以上の例では、グループ特徴を構成する項目のうち「年齢」の粒度を変更する例を説明したが、粒度を変更可能な項目はこれに限らない。例えば「人数」であれば、1名刻みの数え方から、10名刻みの数え方、大人数(例えば10名以上)と少人数(例えば10名未満)で区別するなどが考えられ、こうした「人数」の粒度を変更の対象とすることもできる。   In the above example, the example of changing the granularity of “age” among the items constituting the group feature has been described. However, the items that can change the granularity are not limited thereto. For example, in the case of “number of people”, it is conceivable to distinguish from the method of counting by one person to the method of counting by 10 persons, the number of adults (for example, 10 or more) and the small number of persons (for example, less than 10). The granularity of the “number of people” can be changed.

また、提示部14は、上述のユーザ操作により指定されたグループ特徴の優先項目や区分、変更するグループ特徴の項目の粒度などを、表示画面20上あるいは別の画面で表示させてユーザに提示するようにしてもよい。また、この場合、例えばグループ特徴の項目の一覧を表示させ、その中で現在の優先項目や各項目の粒度などをハイライトさせるなど、現在の優先項目や各項目の粒度をユーザに提示してもよい。これにより、ユーザの操作性が向上する。   Further, the presentation unit 14 displays the priority items and classifications of the group features designated by the above-described user operation, the granularity of the item of the group feature to be changed, etc. on the display screen 20 or another screen and presents them to the user. You may do it. In this case, for example, a list of group feature items is displayed, and the current priority item and the granularity of each item are highlighted, and the current priority item and the granularity of each item are presented to the user. Also good. Thereby, user operability is improved.

図27は、以上説明した本実施形態の情報処理装置10の動作例を示すフローチャートである。なお、図27のステップS201からステップS208までの処理は、図19のステップS101からステップS108までの処理(第1実施形態の処理)と同様であるため、説明は省略する。   FIG. 27 is a flowchart illustrating an operation example of the information processing apparatus 10 according to the present embodiment described above. Note that the processing from step S201 to step S208 in FIG. 27 is the same as the processing from step S101 to step S108 in FIG. 19 (processing of the first embodiment), and thus the description thereof is omitted.

本実施形態では、ステップS207において、判定部13の判定結果に対する修正操作が行われていないと判定された場合に(ステップS207:No)、操作受付部15が、表示画面20上の表示情報22の並び順を変更する操作があるかどうかを確認する(ステップS209)。そして、表示画面20上の表示情報22の並び順を変更する操作があると(ステップS209:Yes)、提示部14は、その操作に応じて表示情報22の並び順を決定し、ステップS206に戻って、変更された並び順で表示情報22が配置された表示画面20を表示装置に表示させることにより、判定部13の判定結果をユーザに提示する。   In the present embodiment, when it is determined in step S207 that the correction operation for the determination result of the determination unit 13 has not been performed (step S207: No), the operation reception unit 15 displays the display information 22 on the display screen 20. It is confirmed whether or not there is an operation for changing the arrangement order of (step S209). And if there exists operation which changes the arrangement | sequence order of the display information 22 on the display screen 20 (step S209: Yes), the presentation part 14 will determine the arrangement | sequence order of the display information 22 according to the operation, and will step S206 Returning, the display screen 20 on which the display information 22 is arranged in the changed arrangement order is displayed on the display device, so that the determination result of the determination unit 13 is presented to the user.

また、表示情報22の並び順を変更する操作がない場合は(ステップS209:No)、操作受付部15は、グループ特徴を構成する項目の粒度を変更する操作があるかどうかを確認する(ステップS210)。そして、グループ特徴を構成する項目の粒度を変更する操作があると(ステップS210:Yes)、ステップS202に戻って、クラスタ分析部12が、項目の粒度が変更されたグループ特徴に基づいて、グループのクラスタリングを再度行う。   Further, when there is no operation for changing the arrangement order of the display information 22 (step S209: No), the operation receiving unit 15 checks whether there is an operation for changing the granularity of items constituting the group feature (step). S210). If there is an operation for changing the granularity of the items constituting the group feature (step S210: Yes), the process returns to step S202, and the cluster analysis unit 12 performs grouping based on the group feature whose item granularity is changed. Perform the clustering again.

その後、判定部13の判定結果がユーザの望むかたちに修正されるまで、ステップS206からステップS210の処理が繰り返される。そして、判定結果に対する修正操作が行われず(ステップS207:No)、表示情報22の並び順を変更する操作も、グループ特徴を構成する項目の粒度を変更する操作も行われなくなると(ステップS209:No、ステップS210:No)グループの分類が確定して一連の処理が終了する。   Thereafter, the processing from step S206 to step S210 is repeated until the determination result of the determination unit 13 is corrected to the shape desired by the user. Then, the correction operation for the determination result is not performed (step S207: No), and the operation for changing the arrangement order of the display information 22 and the operation for changing the granularity of items constituting the group feature are not performed (step S209: No, Step S210: No) The group classification is confirmed and the series of processing ends.

以上説明したように、本実施形態の情報処理装置10は、表示画面20におけるグループの表示情報22の配置やグループ特徴を構成する項目の粒度などをユーザの操作に応じて変更できるようにしているので、上述の第1実施形態と同様に、ユーザが求めるカテゴリの定義を反映させて、目的に応じたグループの分類を適切に行うことができることに加え、ユーザがグループの表示情報22の順序やまとまりなどを適宜変更しながら判定部13の判定結果を確認することができ、例えば、新たなグループ(切り口)を発見することも可能となる。   As described above, the information processing apparatus 10 according to the present embodiment can change the arrangement of the group display information 22 on the display screen 20 and the granularity of items constituting the group feature in accordance with a user operation. Therefore, in the same manner as in the first embodiment described above, in addition to reflecting the definition of the category required by the user and appropriately classifying the group according to the purpose, the user can change the order of the group display information 22 and The determination result of the determination unit 13 can be confirmed while appropriately changing the group, and for example, a new group (cut) can be found.

<補足説明>
上述の各実施形態の情報処理装置10は、例えば、汎用のコンピュータを基本ハードウェアとして用いることで実現することが可能である。すなわち、上述の情報処理装置10の各部の機能は、汎用のコンピュータに搭載されたプロセッサにプログラムを実行させることにより実現することができる。このとき、情報処理装置10は、上記のプログラムをコンピュータにあらかじめインストールすることで実現してもよいし、CD−ROMなどの記憶媒体に記憶して、あるいはネットワークを介して上記のプログラムを配布して、このプログラムをコンピュータに適宜インストールすることで実現してもよい。
<Supplementary explanation>
The information processing apparatus 10 of each embodiment described above can be realized by using, for example, a general-purpose computer as basic hardware. That is, the function of each unit of the information processing apparatus 10 described above can be realized by causing a processor mounted on a general-purpose computer to execute a program. At this time, the information processing apparatus 10 may be realized by installing the above program in a computer in advance, or storing the program in a storage medium such as a CD-ROM or distributing the program through a network. Thus, this program may be realized by appropriately installing it in a computer.

図28は、実施形態の情報処理装置10のハードウェア構成例を示すブロック図である。情報処理装置10は、例えば図28に示すように、CPU(Central Processing Unit)などのプロセッサ101と、RAM(Random Access Memory)やROM(Read Only Memory)などのメモリ102と、HDD(Hard Disk Drive)やSSD(Solid State Drive)などのストレージデバイス103と、液晶パネルなどの表示装置106やキーボード、マウス、タッチパネルなどの入力デバイス107といった機器を接続するための機器I/F104と、装置外部と通信を行う通信I/F105と、これら各部を接続するバス108とを備えた一般的なコンピュータとしてのハードウェア構成を有する。   FIG. 28 is a block diagram illustrating a hardware configuration example of the information processing apparatus 10 according to the embodiment. For example, as shown in FIG. 28, the information processing apparatus 10 includes a processor 101 such as a CPU (Central Processing Unit), a memory 102 such as a RAM (Random Access Memory) and a ROM (Read Only Memory), and an HDD (Hard Disk Drive). ) And SSD (Solid State Drive) storage device 103, a display device 106 such as a liquid crystal panel, and a device I / F 104 for connecting devices such as a keyboard, mouse, and touch panel input device 107, and communication with the outside of the device A hardware configuration as a general computer including a communication I / F 105 that performs the above and a bus 108 that connects these units.

情報処理装置10が図28のようなハードウェア構成を有する場合、例えば、プロセッサ101がメモリ102を利用して、ストレージデバイス103などに格納されたプログラムを読み出して実行することにより、上述の各部(取得部11、クラスタ分析部12、判定部13、提示部14、操作受付部15、および更新部16)の機能を実現することができる。   When the information processing apparatus 10 has a hardware configuration as shown in FIG. 28, for example, the processor 101 reads out and executes a program stored in the storage device 103 or the like using the memory 102, whereby the above-described units ( The functions of the acquisition unit 11, the cluster analysis unit 12, the determination unit 13, the presentation unit 14, the operation reception unit 15, and the update unit 16) can be realized.

なお、上述の情報処理装置10の各部の機能は、その一部または全部を、ASIC(Application Specific Integrated Circuit)やFPGA(Field-Programmable Gate Array)などの専用のハードウェア(汎用のプロセッサではなく専用のプロセッサ)により実現することもできる。また、複数のプロセッサを用いて上述した各部の機能を実現する構成であってもよい。   Note that some or all of the functions of each unit of the information processing apparatus 10 described above are dedicated hardware (not a general-purpose processor but a general-purpose processor) such as an application specific integrated circuit (ASIC) or a field-programmable gate array (FPGA). It can also be realized by a processor). Moreover, the structure which implement | achieves the function of each part mentioned above using a some processor may be sufficient.

また、実施形態の情報処理装置10は、複数台のコンピュータを用い、上述の各部の機能を複数台のコンピュータに分散して実現した情報処理システムとして構成してもよい。また、実施形態の情報処理装置10は、クラウドシステム上で動作する仮想マシンであってもよい。   Further, the information processing apparatus 10 according to the embodiment may be configured as an information processing system using a plurality of computers and realizing the functions of the above-described units distributed over the plurality of computers. Further, the information processing apparatus 10 according to the embodiment may be a virtual machine that operates on a cloud system.

以上、本発明の実施形態を説明したが、ここで説明した実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。ここで説明した新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。ここで説明した実施形態やその変形は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。   As mentioned above, although embodiment of this invention was described, embodiment described here is shown as an example and is not intending limiting the range of invention. The novel embodiments described herein can be implemented in various other forms, and various omissions, replacements, and changes can be made without departing from the spirit of the invention. The embodiments and modifications described herein are included in the scope and gist of the invention, and are also included in the invention described in the claims and the equivalents thereof.

10 情報処理装置
11 取得部
12 クラスタ分析部
13 判定部
14 提示部
15 操作受付部
16 更新部
DR 判定ルール
DESCRIPTION OF SYMBOLS 10 Information processing apparatus 11 Acquisition part 12 Cluster analysis part 13 Determination part 14 Presentation part 15 Operation reception part 16 Update part DR determination rule

Claims (17)

グループを構成するメンバーの数と各メンバーの属性とを含むグループ情報を取得する取得部と、
前記グループ情報を用いて表されるグループ特徴を、複数のカテゴリごとの適合条件を定めた判定ルールと照合し、前記グループが前記複数のカテゴリのいずれに属するかを判定する判定部と、
前記判定部の判定結果を提示する提示部と、
提示された前記判定結果に対する修正操作に応じて、前記判定ルールを更新する更新部と、
を備える情報処理装置。
An acquisition unit for acquiring group information including the number of members constituting the group and attributes of each member;
A determination unit that matches a group feature represented using the group information with a determination rule that defines a matching condition for each of a plurality of categories, and determines which of the plurality of categories the group belongs to;
A presentation unit for presenting a determination result of the determination unit;
An update unit that updates the determination rule according to a correction operation on the presented determination result;
An information processing apparatus comprising:
前記更新部は、前記複数のカテゴリのうちの第1カテゴリに属すると判定された第1グループを前記第1カテゴリから除外する第1修正操作に応じて、前記第1カテゴリの適合条件が、前記第1グループのグループ特徴が当てはまらない条件となるように、前記判定ルールを更新する
請求項1に記載の情報処理装置。
In accordance with a first correction operation for excluding the first group determined to belong to the first category of the plurality of categories from the first category, the update condition is that the conforming condition of the first category is The information processing apparatus according to claim 1, wherein the determination rule is updated so that the group feature of the first group becomes a condition that does not apply.
前記更新部は、さらに、前記第1グループを前記複数のカテゴリのうちの第2カテゴリに追加する第2修正操作に応じて、前記第2カテゴリの適合条件が、前記第1グループのグループ特徴が当てはまる条件となるように、前記判定ルールを更新する
請求項2に記載の情報処理装置。
The update unit may further include a matching condition of the second category according to a second correction operation for adding the first group to the second category of the plurality of categories, wherein the group feature of the first group is The information processing apparatus according to claim 2, wherein the determination rule is updated so as to satisfy a condition.
前記更新部は、さらに、前記第1グループが属するカテゴリとして前記複数のカテゴリ以外の第3カテゴリを指定する第3修正操作に応じて、前記第3カテゴリの適合条件として、前記第1グループのグループ特徴が当てはまる条件を新たに追加するように、前記判定ルールを更新する
請求項2に記載の情報処理装置。
The update unit further includes a group of the first group as a matching condition of the third category in response to a third correction operation that designates a third category other than the plurality of categories as a category to which the first group belongs. The information processing apparatus according to claim 2, wherein the determination rule is updated so as to newly add a condition to which the feature applies.
前記提示部は、前記複数のカテゴリのいずれにも属さないと判定された第2グループを、前記複数のカテゴリ以外のグループであることを示すラベルと対応付けた前記判定結果を提示する
請求項1乃至4のいずれか一項に記載の情報処理装置。
The presenting unit presents the determination result in which a second group determined not to belong to any of the plurality of categories is associated with a label indicating that the group is a group other than the plurality of categories. Information processing apparatus as described in any one of thru | or 4.
前記更新部は、前記第2グループを前記複数のカテゴリのうちの第1カテゴリに追加する第4修正操作に応じて、前記第1カテゴリの適合条件が、前記第2グループのグループ特徴が当てはまる条件となるように、前記判定ルールを更新する
請求項5に記載の情報処理装置。
The update unit is configured such that a conformance condition of the first category is applied to a group feature of the second group according to a fourth correction operation for adding the second group to the first category of the plurality of categories. The information processing apparatus according to claim 5, wherein the determination rule is updated so that
前記提示部は、前記複数のカテゴリの各々のラベルと対応付けて、各カテゴリに属すると判定されたグループを示す表示情報を配置した表示画面を表示装置に表示させる
請求項1乃至6のいずれか一項に記載の情報処理装置。
7. The display unit displays a display screen on which display information indicating a group determined to belong to each category is arranged in association with each label of the plurality of categories on a display device. The information processing apparatus according to one item.
前記表示情報は、グループを構成する各メンバーが映る画像または各メンバーを表すアイコンと、前記グループ特徴を記述したテキスト情報との少なくとも一方を含む
請求項7に記載の情報処理装置。
The information processing apparatus according to claim 7, wherein the display information includes at least one of an image showing each member constituting the group or an icon representing each member and text information describing the group feature.
前記グループ特徴に基づいてグループのクラスタリングを行うクラスタ分析部をさらに備え、
前記提示部は、1つのクラスタに属する複数のグループを1つの表示情報で集約した前記表示画面を前記表示装置に表示させる
請求項7または8に記載の情報処理装置。
A cluster analysis unit for clustering groups based on the group features;
The information processing apparatus according to claim 7, wherein the presentation unit causes the display device to display the display screen in which a plurality of groups belonging to one cluster are aggregated with one display information.
前記クラスタ分析部は、クラスタリングに用いる前記グループ特徴を構成する項目の粒度を変更する操作に応じて、グループのクラスタリングを再度行う
請求項9に記載の情報処理装置。
The information processing apparatus according to claim 9, wherein the cluster analysis unit performs group clustering again according to an operation for changing a granularity of items constituting the group feature used for clustering.
前記提示部は、同じカテゴリに属すると判定された複数のグループの表示情報を、前記グループ特徴の近さに応じて配置した前記表示画面を前記表示装置に表示させる
請求項7乃至10のいずれか一項に記載の情報処理装置。
11. The display unit causes the display device to display the display screen in which display information of a plurality of groups determined to belong to the same category is arranged according to the proximity of the group feature. The information processing apparatus according to one item.
前記提示部は、同じカテゴリに属すると判定された複数のグループの表示情報を、前記グループ特徴に応じた並び順のリスト形式で配置した前記表示画面を前記表示装置に表示させる
請求項7乃至10のいずれか一項に記載の情報処理装置。
The display unit causes the display device to display the display screen in which display information of a plurality of groups determined to belong to the same category is arranged in a list format in an arrangement order corresponding to the group feature. The information processing apparatus according to any one of the above.
前記提示部は、前記グループ特徴を構成する項目の中で指定された項目を優先して前記並び順を決定する
請求項12に記載の情報処理装置。
The information processing apparatus according to claim 12, wherein the presenting unit determines the arrangement order by giving priority to an item designated among items constituting the group feature.
前記提示部は、前記グループ特徴を構成する項目の中で、前記修正操作の履歴に基づいて選ばれる項目を優先して前記並び順を決定する
請求項12に記載の情報処理装置。
The information processing apparatus according to claim 12, wherein the presenting unit preferentially determines the arrangement order among items constituting the group feature, with preference given to an item selected based on the history of the correction operation.
複数の前記判定ルールを記憶し、前記判定部が使用する前記判定ルールを外部から入力される入力情報に基づいて切り替える
請求項1乃至14のいずれか一項に記載の情報処理装置。
The information processing apparatus according to any one of claims 1 to 14, wherein a plurality of the determination rules are stored and the determination rule used by the determination unit is switched based on input information input from the outside.
グループを構成するメンバーの数と各メンバーの属性とを含むグループ情報を取得する取得ステップと、
前記グループ情報を用いて表されるグループ特徴を、複数のカテゴリごとの適合条件を定めた判定ルールと照合し、前記グループが前記複数のカテゴリのいずれに属するかを判定する判定ステップと、
前記判定ステップの判定結果を提示する提示ステップと、
提示された前記判定結果に対する修正操作に応じて、前記判定ルールを更新する更新ステップと、
を含む情報処理方法。
An acquisition step of acquiring group information including the number of members constituting the group and attributes of each member;
A determination step of checking a group feature represented using the group information with a determination rule that defines a matching condition for each of a plurality of categories, and determining which of the plurality of categories the group belongs to;
A presenting step for presenting a determination result of the determination step;
An update step of updating the determination rule according to a correction operation on the presented determination result;
An information processing method including:
コンピュータに、
グループを構成するメンバーの数と各メンバーの属性とを含むグループ情報を取得する取得部の機能と、
前記グループ情報を用いて表されるグループ特徴を、複数のカテゴリごとの適合条件を定めた判定ルールと照合し、前記グループが前記複数のカテゴリのいずれに属するかを判定する判定部の機能と、
前記判定部の判定結果を提示する提示部の機能と、
提示された前記判定結果に対する修正操作に応じて、前記判定ルールを更新する更新部の機能と、
を実現させるためのプログラム。
On the computer,
A function of an acquisition unit that acquires group information including the number of members constituting the group and attributes of each member;
A function of a determination unit that matches a group feature represented using the group information with a determination rule that defines a matching condition for each of a plurality of categories, and determines which of the plurality of categories the group belongs to;
A function of a presentation unit for presenting a determination result of the determination unit;
A function of an update unit that updates the determination rule in accordance with a correction operation on the presented determination result;
A program to realize
JP2018042903A 2018-03-09 2018-03-09 Information processing apparatus, information processing method, and program Pending JP2019159553A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2018042903A JP2019159553A (en) 2018-03-09 2018-03-09 Information processing apparatus, information processing method, and program
CN201810994376.7A CN110245542A (en) 2018-03-09 2018-08-29 Information processing unit, information processing method and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018042903A JP2019159553A (en) 2018-03-09 2018-03-09 Information processing apparatus, information processing method, and program

Publications (1)

Publication Number Publication Date
JP2019159553A true JP2019159553A (en) 2019-09-19

Family

ID=67882380

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018042903A Pending JP2019159553A (en) 2018-03-09 2018-03-09 Information processing apparatus, information processing method, and program

Country Status (2)

Country Link
JP (1) JP2019159553A (en)
CN (1) CN110245542A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111638897A (en) * 2020-06-02 2020-09-08 Tcl通讯(宁波)有限公司 System updating method and device, terminal equipment and storage medium

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7276204B2 (en) * 2020-03-06 2023-05-18 横河電機株式会社 Information processing device, information processing method, and program

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7953088B2 (en) * 2003-06-10 2011-05-31 Cisco Technology, Inc. Method and apparatus for packet classification and rewriting
WO2016019973A1 (en) * 2014-08-04 2016-02-11 Bitmonlab S.L.U Method for determining stationary crowds
CN104462448B (en) * 2014-12-15 2019-03-12 微梦创科网络科技(中国)有限公司 A kind of packet name classification method and device
CN107770049A (en) * 2017-10-23 2018-03-06 林楚莲 A kind of invited user obtains the method and system of group information

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111638897A (en) * 2020-06-02 2020-09-08 Tcl通讯(宁波)有限公司 System updating method and device, terminal equipment and storage medium
CN111638897B (en) * 2020-06-02 2023-09-26 驭新智行科技(宁波)有限公司 System updating method, device, terminal equipment and storage medium

Also Published As

Publication number Publication date
CN110245542A (en) 2019-09-17

Similar Documents

Publication Publication Date Title
US11138681B2 (en) Inference model for traveler classification
US20170124178A1 (en) Dynamic clustering for streaming data
US10127359B2 (en) Healthcare similarity engine
US11551818B2 (en) Computer system and method of presenting information related to basis of predicted value output by predictor
JP6097126B2 (en) RECOMMENDATION INFORMATION GENERATION DEVICE AND RECOMMENDATION INFORMATION GENERATION METHOD
CN110909222B (en) User portrait establishing method and device based on clustering, medium and electronic equipment
EP3176717A2 (en) Control method, processing apparatus, and non-transitory computer-readable recording medium
US10134073B2 (en) Information processing device, category displaying method, program, and information storage medium
JP6696568B2 (en) Item recommendation method, item recommendation program and item recommendation device
WO2018059298A1 (en) Pattern mining method, high-utility item-set mining method and relevant device
JP2019159553A (en) Information processing apparatus, information processing method, and program
WO2015101161A1 (en) Method and device for generating user page corresponding to target system
JP2009134520A (en) Social network display system, method, and program
JP2014229129A (en) Combination presentation system and computer program
JPWO2017104043A1 (en) Image processing apparatus, image search interface display apparatus, and image search interface display method
US10331739B2 (en) Video search apparatus, video search method, and non-transitory computer readable medium
US20230296398A1 (en) Transforming and navigating historical map images
JP2018045288A (en) Advertisement distribution program, advertisement distribution system and advertisement distribution method
WO2016088212A1 (en) Data collection device and data collection method
JP6462611B2 (en) Generating device, generating method, and generating program
JP6446851B2 (en) Recommendation system, recommendation method and program
JP6808599B2 (en) Classification support device, classification support method and program
JP6452025B2 (en) Display system, display method, and display program
EP3432154A1 (en) Method and apparatus for providing search recommendation information
US20230316372A1 (en) Peer-based selection using machine learning