• Title/Summary/Keyword: User interest-based group

Search Result 42, Processing Time 0.02 seconds

Stakeholder Awareness of Rural Spatial Planning Data Utilization Based on Survey (농촌공간계획 데이터 수급에 대한 이해당사자 인식조사)

  • Zaewoong Rhee;Sang-Hyun Lee;Sungyun Lee;Jinsung Kim;Rui Qu;Seung-Jong Bae;Soo-Jin Kim;Sangbum Kim
    • Journal of Korean Society of Rural Planning
    • /
    • v.29 no.3
    • /
    • pp.25-37
    • /
    • 2023
  • According to the 「Rural Spatial Reconstruction and Regeneration Support Act」, enacted on March 29, 2024, all local governments are required to establish a 'Rural Spatial Reconstruction and Regeneration Plan' (hereinafter referred to as the 'Rural Spatial Plan'). In order for the 'Rural Spatial Plan' to be appropriately established, this study analyzed the supply and demand of spatial data from the perspective of user stakeholders and derived implications for improving rural spatial planning data utilization. In conclusion, three key recommendations come from this result. Firstly, it is necessary to establish an integrated DB for rural spatial planning data. This can solve the problem of low awareness of scattered data-providing websites, reduce the processing time of non-GIS data, and reduce the time required to acquire data by securing the availability of data search and download. In particular, research should be conducted on the establishment of a spatial analysis simulation system to support stakeholders' decision-making, considering that many stakeholders have difficulty in spatial analysis because spatial analysis techniques were not actively used in rural projects before the implementation of the rural agreement system in 2020. Secondly, research on how to improve data acquisition should be conducted in each data sector. The data sector group with the lowest ease of receiving are 'Local Community Domain', 'Changes in Domestic and International Conditions', and 'Provision and Utilization of Daily Life Services'. Lastly, in-depth research is needed on how to raise each rural spatial planning data supply stakeholder to the position of player. Stakeholders of 'University Institutions' and 'Public Enterprises and Research Institutes' should give those who participate in the formulation of rural spatial plans access to the raw data collected for public work. Stakeholders of 'Private company' need to come up with realistic measures to build a data pool centered on consultative bodies between existing private companies and then prepare a step-by-step strategy to fully open it by participating various stakeholders. In order to induce 'Village Residents and Associations' stakeholders to play a leading role as owners and producers of data, personnel should be trained to collect and record data related to the village. In addition, support measures should be prepared to continue these activities.

Comparison of Association Rule Learning and Subgroup Discovery for Mining Traffic Accident Data (교통사고 데이터의 마이닝을 위한 연관규칙 학습기법과 서브그룹 발견기법의 비교)

  • Kim, Jeongmin;Ryu, Kwang Ryel
    • Journal of Intelligence and Information Systems
    • /
    • v.21 no.4
    • /
    • pp.1-16
    • /
    • 2015
  • Traffic accident is one of the major cause of death worldwide for the last several decades. According to the statistics of world health organization, approximately 1.24 million deaths occurred on the world's roads in 2010. In order to reduce future traffic accident, multipronged approaches have been adopted including traffic regulations, injury-reducing technologies, driving training program and so on. Records on traffic accidents are generated and maintained for this purpose. To make these records meaningful and effective, it is necessary to analyze relationship between traffic accident and related factors including vehicle design, road design, weather, driver behavior etc. Insight derived from these analysis can be used for accident prevention approaches. Traffic accident data mining is an activity to find useful knowledges about such relationship that is not well-known and user may interested in it. Many studies about mining accident data have been reported over the past two decades. Most of studies mainly focused on predict risk of accident using accident related factors. Supervised learning methods like decision tree, logistic regression, k-nearest neighbor, neural network are used for these prediction. However, derived prediction model from these algorithms are too complex to understand for human itself because the main purpose of these algorithms are prediction, not explanation of the data. Some of studies use unsupervised clustering algorithm to dividing the data into several groups, but derived group itself is still not easy to understand for human, so it is necessary to do some additional analytic works. Rule based learning methods are adequate when we want to derive comprehensive form of knowledge about the target domain. It derives a set of if-then rules that represent relationship between the target feature with other features. Rules are fairly easy for human to understand its meaning therefore it can help provide insight and comprehensible results for human. Association rule learning methods and subgroup discovery methods are representing rule based learning methods for descriptive task. These two algorithms have been used in a wide range of area from transaction analysis, accident data analysis, detection of statistically significant patient risk groups, discovering key person in social communities and so on. We use both the association rule learning method and the subgroup discovery method to discover useful patterns from a traffic accident dataset consisting of many features including profile of driver, location of accident, types of accident, information of vehicle, violation of regulation and so on. The association rule learning method, which is one of the unsupervised learning methods, searches for frequent item sets from the data and translates them into rules. In contrast, the subgroup discovery method is a kind of supervised learning method that discovers rules of user specified concepts satisfying certain degree of generality and unusualness. Depending on what aspect of the data we are focusing our attention to, we may combine different multiple relevant features of interest to make a synthetic target feature, and give it to the rule learning algorithms. After a set of rules is derived, some postprocessing steps are taken to make the ruleset more compact and easier to understand by removing some uninteresting or redundant rules. We conducted a set of experiments of mining our traffic accident data in both unsupervised mode and supervised mode for comparison of these rule based learning algorithms. Experiments with the traffic accident data reveals that the association rule learning, in its pure unsupervised mode, can discover some hidden relationship among the features. Under supervised learning setting with combinatorial target feature, however, the subgroup discovery method finds good rules much more easily than the association rule learning method that requires a lot of efforts to tune the parameters.