• Title/Summary/Keyword: information framework

Search Result 6,925, Processing Time 0.035 seconds

Performance Analysis of Frequent Pattern Mining with Multiple Minimum Supports (다중 최소 임계치 기반 빈발 패턴 마이닝의 성능분석)

  • Ryang, Heungmo;Yun, Unil
    • Journal of Internet Computing and Services
    • /
    • v.14 no.6
    • /
    • pp.1-8
    • /
    • 2013
  • Data mining techniques are used to find important and meaningful information from huge databases, and pattern mining is one of the significant data mining techniques. Pattern mining is a method of discovering useful patterns from the huge databases. Frequent pattern mining which is one of the pattern mining extracts patterns having higher frequencies than a minimum support threshold from databases, and the patterns are called frequent patterns. Traditional frequent pattern mining is based on a single minimum support threshold for the whole database to perform mining frequent patterns. This single support model implicitly supposes that all of the items in the database have the same nature. In real world applications, however, each item in databases can have relative characteristics, and thus an appropriate pattern mining technique which reflects the characteristics is required. In the framework of frequent pattern mining, where the natures of items are not considered, it needs to set the single minimum support threshold to a too low value for mining patterns containing rare items. It leads to too many patterns including meaningless items though. In contrast, we cannot mine any pattern if a too high threshold is used. This dilemma is called the rare item problem. To solve this problem, the initial researches proposed approximate approaches which split data into several groups according to item frequencies or group related rare items. However, these methods cannot find all of the frequent patterns including rare frequent patterns due to being based on approximate techniques. Hence, pattern mining model with multiple minimum supports is proposed in order to solve the rare item problem. In the model, each item has a corresponding minimum support threshold, called MIS (Minimum Item Support), and it is calculated based on item frequencies in databases. The multiple minimum supports model finds all of the rare frequent patterns without generating meaningless patterns and losing significant patterns by applying the MIS. Meanwhile, candidate patterns are extracted during a process of mining frequent patterns, and the only single minimum support is compared with frequencies of the candidate patterns in the single minimum support model. Therefore, the characteristics of items consist of the candidate patterns are not reflected. In addition, the rare item problem occurs in the model. In order to address this issue in the multiple minimum supports model, the minimum MIS value among all of the values of items in a candidate pattern is used as a minimum support threshold with respect to the candidate pattern for considering its characteristics. For efficiently mining frequent patterns including rare frequent patterns by adopting the above concept, tree based algorithms of the multiple minimum supports model sort items in a tree according to MIS descending order in contrast to those of the single minimum support model, where the items are ordered in frequency descending order. In this paper, we study the characteristics of the frequent pattern mining based on multiple minimum supports and conduct performance evaluation with a general frequent pattern mining algorithm in terms of runtime, memory usage, and scalability. Experimental results show that the multiple minimum supports based algorithm outperforms the single minimum support based one and demands more memory usage for MIS information. Moreover, the compared algorithms have a good scalability in the results.

A Hybrid SVM Classifier for Imbalanced Data Sets (불균형 데이터 집합의 분류를 위한 하이브리드 SVM 모델)

  • Lee, Jae Sik;Kwon, Jong Gu
    • Journal of Intelligence and Information Systems
    • /
    • v.19 no.2
    • /
    • pp.125-140
    • /
    • 2013
  • We call a data set in which the number of records belonging to a certain class far outnumbers the number of records belonging to the other class, 'imbalanced data set'. Most of the classification techniques perform poorly on imbalanced data sets. When we evaluate the performance of a certain classification technique, we need to measure not only 'accuracy' but also 'sensitivity' and 'specificity'. In a customer churn prediction problem, 'retention' records account for the majority class, and 'churn' records account for the minority class. Sensitivity measures the proportion of actual retentions which are correctly identified as such. Specificity measures the proportion of churns which are correctly identified as such. The poor performance of the classification techniques on imbalanced data sets is due to the low value of specificity. Many previous researches on imbalanced data sets employed 'oversampling' technique where members of the minority class are sampled more than those of the majority class in order to make a relatively balanced data set. When a classification model is constructed using this oversampled balanced data set, specificity can be improved but sensitivity will be decreased. In this research, we developed a hybrid model of support vector machine (SVM), artificial neural network (ANN) and decision tree, that improves specificity while maintaining sensitivity. We named this hybrid model 'hybrid SVM model.' The process of construction and prediction of our hybrid SVM model is as follows. By oversampling from the original imbalanced data set, a balanced data set is prepared. SVM_I model and ANN_I model are constructed using the imbalanced data set, and SVM_B model is constructed using the balanced data set. SVM_I model is superior in sensitivity and SVM_B model is superior in specificity. For a record on which both SVM_I model and SVM_B model make the same prediction, that prediction becomes the final solution. If they make different prediction, the final solution is determined by the discrimination rules obtained by ANN and decision tree. For a record on which SVM_I model and SVM_B model make different predictions, a decision tree model is constructed using ANN_I output value as input and actual retention or churn as target. We obtained the following two discrimination rules: 'IF ANN_I output value <0.285, THEN Final Solution = Retention' and 'IF ANN_I output value ${\geq}0.285$, THEN Final Solution = Churn.' The threshold 0.285 is the value optimized for the data used in this research. The result we present in this research is the structure or framework of our hybrid SVM model, not a specific threshold value such as 0.285. Therefore, the threshold value in the above discrimination rules can be changed to any value depending on the data. In order to evaluate the performance of our hybrid SVM model, we used the 'churn data set' in UCI Machine Learning Repository, that consists of 85% retention customers and 15% churn customers. Accuracy of the hybrid SVM model is 91.08% that is better than that of SVM_I model or SVM_B model. The points worth noticing here are its sensitivity, 95.02%, and specificity, 69.24%. The sensitivity of SVM_I model is 94.65%, and the specificity of SVM_B model is 67.00%. Therefore the hybrid SVM model developed in this research improves the specificity of SVM_B model while maintaining the sensitivity of SVM_I model.

A Deep Learning Based Approach to Recognizing Accompanying Status of Smartphone Users Using Multimodal Data (스마트폰 다종 데이터를 활용한 딥러닝 기반의 사용자 동행 상태 인식)

  • Kim, Kilho;Choi, Sangwoo;Chae, Moon-jung;Park, Heewoong;Lee, Jaehong;Park, Jonghun
    • Journal of Intelligence and Information Systems
    • /
    • v.25 no.1
    • /
    • pp.163-177
    • /
    • 2019
  • As smartphones are getting widely used, human activity recognition (HAR) tasks for recognizing personal activities of smartphone users with multimodal data have been actively studied recently. The research area is expanding from the recognition of the simple body movement of an individual user to the recognition of low-level behavior and high-level behavior. However, HAR tasks for recognizing interaction behavior with other people, such as whether the user is accompanying or communicating with someone else, have gotten less attention so far. And previous research for recognizing interaction behavior has usually depended on audio, Bluetooth, and Wi-Fi sensors, which are vulnerable to privacy issues and require much time to collect enough data. Whereas physical sensors including accelerometer, magnetic field and gyroscope sensors are less vulnerable to privacy issues and can collect a large amount of data within a short time. In this paper, a method for detecting accompanying status based on deep learning model by only using multimodal physical sensor data, such as an accelerometer, magnetic field and gyroscope, was proposed. The accompanying status was defined as a redefinition of a part of the user interaction behavior, including whether the user is accompanying with an acquaintance at a close distance and the user is actively communicating with the acquaintance. A framework based on convolutional neural networks (CNN) and long short-term memory (LSTM) recurrent networks for classifying accompanying and conversation was proposed. First, a data preprocessing method which consists of time synchronization of multimodal data from different physical sensors, data normalization and sequence data generation was introduced. We applied the nearest interpolation to synchronize the time of collected data from different sensors. Normalization was performed for each x, y, z axis value of the sensor data, and the sequence data was generated according to the sliding window method. Then, the sequence data became the input for CNN, where feature maps representing local dependencies of the original sequence are extracted. The CNN consisted of 3 convolutional layers and did not have a pooling layer to maintain the temporal information of the sequence data. Next, LSTM recurrent networks received the feature maps, learned long-term dependencies from them and extracted features. The LSTM recurrent networks consisted of two layers, each with 128 cells. Finally, the extracted features were used for classification by softmax classifier. The loss function of the model was cross entropy function and the weights of the model were randomly initialized on a normal distribution with an average of 0 and a standard deviation of 0.1. The model was trained using adaptive moment estimation (ADAM) optimization algorithm and the mini batch size was set to 128. We applied dropout to input values of the LSTM recurrent networks to prevent overfitting. The initial learning rate was set to 0.001, and it decreased exponentially by 0.99 at the end of each epoch training. An Android smartphone application was developed and released to collect data. We collected smartphone data for a total of 18 subjects. Using the data, the model classified accompanying and conversation by 98.74% and 98.83% accuracy each. Both the F1 score and accuracy of the model were higher than the F1 score and accuracy of the majority vote classifier, support vector machine, and deep recurrent neural network. In the future research, we will focus on more rigorous multimodal sensor data synchronization methods that minimize the time stamp differences. In addition, we will further study transfer learning method that enables transfer of trained models tailored to the training data to the evaluation data that follows a different distribution. It is expected that a model capable of exhibiting robust recognition performance against changes in data that is not considered in the model learning stage will be obtained.

호스피스 전달체계 모형

  • Choe, Hwa-Suk
    • Korean Journal of Hospice Care
    • /
    • v.1 no.1
    • /
    • pp.46-69
    • /
    • 2001
  • Hospice Care is the best way to care for terminally ill patients and their family members. However most of them can not receive the appropriate hospice service because the Korean health delivery system is mainly be focussed on acutly ill patients. This study was carried out to clarify the situation of hospice in Korea and to develop a hospice care delivery system model which is appropriate in the Korean context. The theoretical framework of this study that hospice care delivery system is composed of hospice resources with personnel, facilities, etc., government and non-government hospice organization, hospice finances, hospice management and hospice delivery, was taken from the Health Delivery System of WHO(1984). Data was obtained through data analysis of litreature, interview, questionairs, visiting and Delphi Technique, from October 1998 to April 1999 involving 56 hospices, 1 hospice research center, 3 non-government hospice organizations, 20 experts who have had hospice experience for more than 3 years(mean is 9 years and 5 months) and officials or members of 3 non-government hospice organizations. There are 61 hospices in Korea. Even though hospice personnel have tried to study and to provide qualified hospice serices, there is nor any formal hospice linkage or network in Korea. This is the result of this survey made to clarify the situation of Korean hospice. Results of the study by Delphi Technique were as follows: 1.Hospice Resources: Key hospice personnel were found to be hospice coordinator, doctor, nurse, clergy, social worker, volunteers. Necessary qualifications for all personnel was that they conditions were resulted as have good health, receive hospice education and have communication skills. Education for hospice personnel is divided into (i)basic training and (ii)special education, e.g. palliative medicine course for hospice specialist or palliative care course in master degree for hospice nurse specialist. Hospice facilities could be developed by adding a living room, a space for family members, a prayer room, a church, an interview room, a kitchen, a dining room, a bath facility, a hall for music, art or work therapy, volunteers' room, garden, etc. to hospital facilities. 2.Hospice Organization: Whilst there are three non-government hospice organizations active at present, in the near future an hospice officer in the Health&Welfare Ministry plus a government Hospice body are necessary. However a non-government council to further integrate hospice development is also strongly recommended. 3.Hospice Finances: A New insurance standards, I.e. the charge for hospice care services, public information and tax reduction for donations were found suggested as methods to rise the hospice budget. 4.Hospice Management: Two divisions of hospice management/care were considered to be necessary in future. The role of the hospice officer in the Health & Welfare Ministry would be quality control of hospice teams and facilities involved/associated with hospice insurance standards. New non-government integrating councils role supporting the development of hospice care, not insurance covered. 5.Hospice delivery: Linkage&networking between hospice facilities and first, second, third level medical institutions are needed in order to provide varied and continous hospice care. Hospice Acts need to be established within the limits of medical law with regards to standards for professional staff members, educational programs, etc. The results of this study could be utilizes towards the development to two hospice care delivery system models, A and B. Model A is based on the hospital, especially the hospice unit, because in this setting is more easily available the new medical insurance for hospice care. Therefore a hospice team is organized in the hospital and may operate in the hospice unit and in the home hospice care service. After Model A is set up and operating, Model B will be the next stage, in which medical insurance cover will be extended to home hospice care service. This model(B) is also based on the hospital, but the focus of the hospital hospice unit will be moved to home hospice care which is connected by local physicians, national public health centers, community parties as like churches or volunteer groups. Model B will contribute to the care of terminally ill patients and their family members and also assist hospital administrators in cost-effectiveness.

  • PDF

The Effects of Occupation-Based Community Rehabilitation for Improving Occupational Performance Skills and Activity Daily Living of Stroke Home Disabled People: A Single Subject Design (작업기반 지역사회 재활이 뇌졸중 재가 장애인의 일상생활과 작업수행 기술에 미치는 효과)

  • Moon, Kwang-Tae;Park, Hae Yean;Kim, Jong-Bae
    • Therapeutic Science for Rehabilitation
    • /
    • v.9 no.2
    • /
    • pp.99-117
    • /
    • 2020
  • Objective : The purpose of this study was to study the effects of occupation-based community rehabilitation on occupational performance skills and activities of daily living in stroke disabled persons living in the community, and to investigate the changes in occupation quality and satisfaction. Methods : In this single-subject ABA design study with follow-up evaluation, one severely disabled person diagnosed with stroke who lived in the community was recruited. The procedure consisted of a total of 25 sessions for 17 weeks. Intervention was according to occupation-based community rehabilitation, and the researcher visited the subject's home. Individualized intervention was applied according to the OTIPM. The intervention was composed of task assignment and feedback, home environment modification, information-related caregiver education, and community resource network. The evaluation of each session included the changes in the frequency of occupational performance skills, the quality of occupational performance in daily life, and the changes in occupational satisfaction, activities of daily living, quality of life, and maintenance of in the occupational performance skills during follow-up. The results were visually analyzed using a bar graph and a linear graph. Results : The results showed that the occupation-based community rehabilitation improved activities of daily living such as putting on socks, shoes slip-on, and upper body dressing garment within reach. Within the framework of the AMPS, it was confirmed that the quality of occupational performance was improved in all the subjects, and the degree of satisfaction also improved. Conclusion : This study showed that occupation-based rehabilitation can improve the occupational performance skills of stroke home disabled people positively affect the quality of occupational performance in daily life. Therefore, I think it is meaningful that useful for them.

Determinants of Consumer Preference by type of Accommodation: Two Step Cluster Analysis (이단계 군집분석에 의한 농촌관광 편의시설 유형별 소비자 선호 결정요인)

  • Park, Duk-Byeong;Yoon, Yoo-Shik;Lee, Min-Soo
    • Journal of Global Scholars of Marketing Science
    • /
    • v.17 no.3
    • /
    • pp.1-19
    • /
    • 2007
  • 1. Purpose Rural tourism is made by individuals with different characteristics, needs and wants. It is important to have information on the characteristics and preferences of the consumers of the different types of existing rural accommodation. The stud aims to identify the determinants of consumer preference by type of accommodations. 2. Methodology 2.1 Sample Data were collected from 1000 people by telephone survey with three-stage stratified random sampling in seven metropolitan areas in Korea. Respondents were chosen by sampling internal on telephone book published in 2006. We surveyed from four to ten-thirty 0'clock afternoon so as to systematic sampling considering respondents' life cycle. 2.2 Two-step cluster Analysis Our study is accomplished through the use of a two-step cluster method to classify the accommodation in a reduced number of groups, so that each group constitutes a type. This method had been suggested as appropriate in clustering large data sets with mixed attributes. The method is based on a distance measure that enables data with both continuous and categorical attributes to be clustered. This is derived from a probabilistic model in which the distance between two clusters in equivalent to the decrease in log-likelihood function as a result of merging. 2.3 Multinomial Logit Analysis The estimation of a Multionmial Logit model determines the characteristics of tourist who is most likely to opt for each type of accommodation. The Multinomial Logit model constitutes an appropriate framework to explore and explain choice process where the choice set consists of more than two alternatives. Due to its ease and quick estimation of parameters, the Multinomial Logit model has been used for many empirical studies of choice in tourism. 3. Findings The auto-clustering algorithm indicated that a five-cluster solution was the best model, because it minimized the BIC value and the change in them between adjacent numbers of clusters. The accommodation establishments can be classified into five types: Traditional House, Typical Farmhouse, Farmstay house for group Tour, Log Cabin for Family, and Log Cabin for Individuals. Group 1 (Traditional House) includes mainly the large accommodation establishments, i.e. those with ondoll style room providing meals and one shower room on family tourist, of original construction style house. Group 2 (Typical Farmhouse) encompasses accommodation establishments of Ondoll rooms and each bathroom providing meals. It includes, in other words, the tourist accommodations Known as "rural houses." Group 3 (Farmstay House for Group) has accommodation establishments of Ondoll rooms not providing meals and self cooking facilities, large room size over five persons. Group 4 (Log Cabin for Family) includes mainly the popular accommodation establishments, i.e. those with Ondoll style room with on shower room on family tourist, of western styled log house. While the accommodations in this group are not defined as regards type of construction, the group does include all the original Korean style construction, Finally, group 5 (Log Cabin for Individuals)includes those accommodations that are bedroom western styled wooden house with each bathroom. First Multinomial Logit model is estimated including all the explicative variables considered and taking accommodation group 2 as base alternative. The results show that the variables and the estimated values of the parameters for the model giving the probability of each of the five different types of accommodation available in rural tourism village in Korea, according to the socio-economic and trip related characteristics of the individuals. An initial observation of the analysis reveals that none of variables income, the number of journey, distance, and residential style of house is explicative in the choice of rural accommodation. The age and accompany variables are significant for accommodation establishment of group 1. The education and rural residential experience variables are significant for accommodation establishment of groups 4 and 5. The expenditure and marital status variables are significant for accommodation establishment of group 4. The gender and occupation variable are significant for accommodation establishment of group 3. The loyalty variable is significant for accommodation establishment of groups 3 and 4. The study indicates that significant differences exist among the individuals who choose each type of accommodation at a destination. From this investigation is evident that several profiles of tourists can be attracted by a rural destination according to the types of existing accommodations at this destination. Besides, the tourist profiles may be used as the basis for investment policy and promotion for each type of accommodation, making use in each case of the variables that indicate a greater likelihood of influencing the tourist choice of accommodation.

  • PDF

A RURAL HEALTH SERVICE MODEL FOR KOREA BASED OH A PRIMARY CARE NURSING SERVICE SYSTEM

  • Hong, Yeo-Shin
    • Journal of Korean Academy of Nursing
    • /
    • v.11 no.2
    • /
    • pp.5-8
    • /
    • 1981
  • This study concerns itself with the development of a new model of comprehensive health service for rural communities of Korea. The study was conceived to resolve the problems of both underservice in rural communities and underutilization of valuable health manpower, namely the nurses, the disenchanted elite health personnel in Korea. On review of the current situation, the greatest deficiencies in the Korean health care system were found in the availability of primary care at the peripheries of md communities, in the dissemination of knowledge of disease prevention and health care, and in the induction of and guidance for active participation by the clientele in health maintenance at the personal, family and community level Abundant untapped health resources were identified that could be brough to bear upon the national effort to extend health services to every member of the Korean Population. Therefore, it was Postulated that the problem of underservice in rural communities of Korea can be structurcturally resolved by the effective mobilization and organization of untapped health resources, and that. a primary care Nursing Service System offers the best possibility for fulfillment of rural health service goals within the current health man-power situation. In order to identify appropriate strategies to combat the present difficulties in Korean rural health services and to utilize nurses and other health personnel in community-centered health programs, a search was made for examples of innovative service models throughout the world. An extensive literature survey and field visits to project sites both in Korea and in the United States were made. Experts in the field of world health, health service, planners, administrators, and medical and nursing practitioners in Korea, in the United States as well as visitors from other Asian countries were widely consulted. On the basis of information and inputs from these experts a new rural health service model has been constructed within the conceptual framework of community development, especially of the innovation diffusion Model. It is considered especially important that citizens in each community develop capacities for self-care with assistance and supports from available health professionals and participate in health service-related decisions that affect their own well-being. The proposed model is based upon the regionalization of health care planning utilizing a comprehensive Nursing Service System at the immediate delivery level The model features: (1) a health administration unit at each administrative level; (2) mechanisms for community participation; (3) a continuous source of primary health care at the local community level; (4) relative centralization of specialty care and provision of tertiary or super-specialty care only at major national metropolitan centers; and (5) a system for patient referral to the appropriate level of care. This model has been built around professional nurses as the key community health workers because their training is particularly suited and because large numbers of well-trained nurses are currently available and being trained. The special element in this model is a professional nurse-guided, self-care facilitating primary care Community Nursing Service System. This is supported by a Nursing Extension Service as a new training and support structure. (See attached diagrams). A broad spectrum of programs was proposed for the Community Nursing Service System. These were designed to establish a balance of activities between the clinic-centered individual care component and the field activity-centered educational and supportive component of health care services. Examples of possible program alternatives and proposed guidelines for health care in specific situations were presented, as well as the roles and functions of the key health personnel within the Community Nursing Service System. This Rural Health Service Model was proposed as a real alternative to the maldistributed, inequitable, uncoordinated solo-practice, physician-centered fee-for-service health care available to Koreans today.

  • PDF

The Analysis of Research Trend about Hospice in Korea ($1991{\sim}2004$) (국내 호스피스 논문 분석($1991{\sim}2004$))

  • Kim, Sang-Hee;Choi, Sung-Eun;Kang, Sung-Nyun;Park, Jung-Suk;Sohn, Sue-Kyung;Kang, Eun-Sil;Lee, Young-Eun
    • Journal of Hospice and Palliative Care
    • /
    • v.10 no.3
    • /
    • pp.145-153
    • /
    • 2007
  • Purpose: This study was to analyze the research trend centering on the theses to hospice released in Korea. Methods: The researcher collected the academic degrees and theses published on the book of the academic society from 1991 to 2004, and examined 110 domestic papers of hospice. Results: 1) The number of articles increased 3 years after 1997, 52 (47%) theses were published in $2000{\sim}2002$. 97 (88%) articles were quantitative studies, and 13 (12%) were qualitative studies. 2) As for the subject, the results were: patients with end stage 44 (40%), nurse 18 (16%), hospice care system, facilities, and literature review 12 (10%). 3) As for main concepts of correlational studies 15 (13%), the results were: quality of life, activities of volunteers, suffering experience of nurse, and so on. 4) The subjects and contents of survey, the results were: pain control and need for nursing care in patients, need for spiritual and physical care in family, and so on. 5) The treatment of experimental research, the results were: hospice nursing, educational program, informational support, spiritual nursing, supportive nursing intervention, home hospice care, information services for control of cancer pain, and so on. 6) In the theme of the qualitative studies, the results were: experience of dying patients, perceive of hospice care and death, experience of family of terminal ill patients, meaning of dying in Korean. 7) In the instrument in studies, the results were: MQOL, EQOL, QOL, NIC, Need Scale, Spiritual Well-being Scale, Spiritual Perspective Scale, Coping for Grief Scale, K-CPAT, VAS, BPI, Depression Scale, Strait-anxiety Scale, Care-giver Burden Inventory, Burnout Inventory, Mental quality. Conclusion: More research needs to be encouraged in experimental and qualitative research fields. Researches should be conducted for the establishment of the basis of practical and theoretical framework and hospice polices.

  • PDF

Reconsideration of Rare and Endangered Plant Species in Korea Based on the IUCN Red List Categories (IUCN 적색목록 기준에 의한 환경부 멸종위기 야생식물종에 대한 평가)

  • Chang, Chin-Sung;Lee, Heung-Soo;Park, Tae-Yoon;Kim, Hui
    • The Korean Journal of Ecology
    • /
    • v.28 no.5
    • /
    • pp.305-320
    • /
    • 2005
  • Recently 64 species in Korea have been ranked as rare and endangered taxa by the Ministry of Environment using two categories, I and II. The original threat categories produced by the Ministry of Environment were developed to provide a standard for specifying animals and plants in danger of extinction and has been influential sources of information used in species conservation in Korea. However, the criteria by Ministry of Environment were applied to the whole taxa only by regional boundaries, especially in South Korea, rather than international context, and it also lacked an explicit framework that was necessary to ensure repeatability among taxa because of the absence of quantitative criteria to measure the likelihood of extinction. The World Conservation Union (IUCN) has developed quantitative criteria for assessing the conservation status of species. The threatened species categories, the 2000 IUCN Red List, proposed by SSC (Species Survival Commission) of IUCN have become widely recognized internationally. Details of threatened Korean plants, identified by applying the IUCN threat categories and definitions, were listed and analyzed. The number of species identified as threatened was only 34 out of 64 taxa (48.4%), while the rest of taxa were rejected from the original lists. Many of the species (51.6%, 33 taxa) excluded from the original list proposed by Ministry of Environment do not qualify as Critically Endangered, Endangered or Vulnerable because these taxa were widely distributed either in Japan or in China/far eastern Russia and there is no evidence of substantial decline in these countries. An evaluation of taxa in Korea has been carried out only based on subjective views and qualitative data, rather than quantitative scientific data, such as rates of decline, distribution range size, population size, and risk of extinction. Therefore, the national lists undermine the credibility of threatened species lists and invite misuse, which have been raised by other cases, qualitative estimate of risk, political influence, uneven taxonomic or geographical coverage. The increasing emphasis on international responsibilities means that global scale is becoming more significant. The current listings by Environment of Ministry of Korea should be challenged, and the government should seek to facilitate the resolution of disagreements. Especially the list should be flexible enough to handle uncertainty and also incorporates detailed, quantitative data. It is suggested that the highest priorities for the Red List should be given to endemic species in Korea first. After setting up the list of endemic species to Korea, quantitative data on population size and structure, distributional range, rated of decline, and habitat fragmentation should be collected as one of long term projects for the Red list categories. Transparency and accountability are the most important key factors. Also, species assessors are named and data sources referenced are required for the future objective evaluations on Korean plant taxa.

An Evaluation Model for Software Usability using Mental Model and Emotional factors (정신모형과 감성 요소를 이용한 소프트웨어 사용성 평가 모델 개발)

  • 김한샘;김효영;한혁수
    • Journal of KIISE:Software and Applications
    • /
    • v.30 no.1_2
    • /
    • pp.117-128
    • /
    • 2003
  • Software usability is a characteristic of the software that is decided based on learnability, effectiveness, and satisfaction when it is evaluated. The usability is a main factor of the software quality. A software has to be continuously improved by taking guidelines that comes from the usability evaluation. Usability factors may vary among the different software products and even for the same factor, the users may have different opinions according to their experience and knowledge. Therefore, a usability evaluation process must be developed with the consideration of many factors like various applications and users. Existing systems such as satisfaction evaluation and performance evaluation only evaluate the result and do not perform cause analysis. And also unified evaluation items and contents do not reflect the characteristics of the products. To address these problems, this paper presents a evaluation model that is based on the mental model of user and the problems, this paper presents a evaluation model that is based on the mental model of user and the emotion of users. This model uses evaluation factors of the user task which are extracted by analyzing usage of the target product. In the mental model approach, the conceptual model of designer and the mental model of the user are compared and the differences are taken as a gap also reported as a part to be improved in the future. In the emotional factor approach, the emotional factors are extracted for the target products and evaluated in terms of the emotional factors. With this proposed method, we can evaluate the software products with customized attributes of the products and deduce the guidelines for the future improvements. We also takes the GUI framework as a sample case and extracts the directions for improvement. As this model analyzes tasks of users and uses evaluation factors for each task, it is capable of not only reflecting the characteristics of the product, but exactly identifying the items that should be modified and improved.