• 제목/요약/키워드: Transaction Support System

검색결과 147건 처리시간 0.025초

An improvement of LEM2 algorithm

  • The, Anh-Pham;Lee, Young-Koo;Lee, Sung-Young
    • 한국정보과학회:학술대회논문집
    • /
    • 한국정보과학회 2011년도 한국컴퓨터종합학술대회논문집 Vol.38 No.1(A)
    • /
    • pp.302-304
    • /
    • 2011
  • Rule based machine learning techniques are very important in our real world now. We can list out some important application which we can apply rule based machine learning algorithm such as medical data mining, business transaction mining. The different between rules based machine learning and model based machine learning is that model based machine learning out put some models, which often are very difficult to understand by expert or human. But rule based techniques output are the rule sets which is in IF THEN format. For example IF blood pressure=90 and kidney problem=yes then take this drug. By this way, medical doctor can easy modify and update some usable rule. This is the scenario in medical decision support system. Currently, Rough set is one of the most famous theory which can be used for produce the rule. LEM2 is the algorithm use this theory and can produce the small set of rule on the database. In this paper, we present an improvement of LEM2 algorithm which incorporates the variable precision techniques.

추상화 객체의 클러스터링에 의한 가시적 응집도 향상기법 (Visual Cohesion Improvement Technology by Clustering of Abstract Object)

  • 이정열;김정옥
    • 한국컴퓨터정보학회논문지
    • /
    • 제9권4호
    • /
    • pp.61-69
    • /
    • 2004
  • 인간과 컴퓨터 사이의 복잡한 상호작용을 지원하기 위해서는 사용자 인터페이스의 설계가 중요하다. 고객의 요구사항을 수집하고 설계하기 위하여 매우 포괄적인 다방면의 지식이 요구된다. 사용자 인터페이스 설계자는 그래픽 전문가, 요구사항 분석가, 시스템 설계자, 프로그래머, 기술 전문가, 사회 행동과학자, 그리고 업무분야에 따라서 그 분야의 전문가를 필요로 한다. 따라서 다방면의 전문성을 만족시킬 수 있는 사용자 인터페이스를 설계하기 위하여 더 많은 연구가 요구되고 있다. 본 논문에서는 필드 추상화 객체, 태스크 추상화 객체, 트랜잭션 추상화 객체, 폼 추상화 객체 등의 4단계의 가시화 기법을 제안한다. 이 모델링 단계는 사용자 인터페이스에서 가시적 응집도를 향상시켜주고, 초보 설계자도 양질의 사용자 인터페이스를 개발할 수 있도록 지원한다.

  • PDF

부동산거래 안정을 위한 에스크로우 활성화 방안에 대한 연구 (A Study on the Scheme to Revitalize the Escrow through the Stabilization of Real Estate Transactions)

  • 권영식;박창수
    • 한국전자통신학회논문지
    • /
    • 제7권2호
    • /
    • pp.349-356
    • /
    • 2012
  • 국제화시대에 다국적 부동산기업들이 국내에 진출하면서 거래의 투명성과 안정성에 대한 요구는 더욱 늘어가고 있다. 부동산 거래사고를 사전에 방지할 수 있는 대안이 바로 에스크로우제도이다. 우리나라 부동산 시장에서 에스크로우의 현황과 실태를 분석하고 그 활성화 방안을 제시하면 다음과 같다. 첫째, 부동산 거래 일괄서비스 시스템의 구축에 정부지원이 있어야 한다. 둘째, 에스크로우 제도 참여확대를 위한 세제혜택을 부여하여야 한다. 셋째, 에스크로우 관련 전문 인력을 많이 배출하여야 한다.

A Study on the DB-IR Integration: Per-Document Basis Online Index Maintenance

  • Jin, Du-Seok;Jung, Hoe-Kyung
    • Journal of information and communication convergence engineering
    • /
    • 제7권3호
    • /
    • pp.275-280
    • /
    • 2009
  • While database(DB) and information retrieval(IR) have been developed independently, there have been emerging requirements that both data management and efficient text retrieval should be supported simultaneously in an information system such as health care, customer support, XML data management, and digital libraries. The great divide between DB and IR has caused different manners in index maintenance for newly arriving documents. While DB has extended its SQL layer to cope with text fields due to lack of intact mechanism to build IR-like index, IR usually treats a block of new documents as a logical unit of index maintenance since it has no concept of integrity constraint. However, In the DB-IR integrations, a transaction on adding or updating a document should include maintenance of the posting lists accompanied by the document. Although DB-IR integration has been budded in the research filed, the issue will remain difficult and rewarding areas for a while. One of the primary reasons is lack of efficient online transactional index maintenance. In this paper, performance of a few strategies for per-document basis transactional index maintenance - direct index update, pulsing auxiliary index and posting segmentation index - will be evaluated. The result shows that the pulsing auxiliary strategy and posting segmentation indexing scheme, can be a challenging candidates for text field indexing in DB-IR integration.

멀티미디어 스트리밍 프레임워크에서 컨텐츠 관리자의 설계 및 구현 (Design and Implementation of a Content Manager in the Multimedia Steaming Framework)

  • 홍영래;김형일;이승룡;정병수;윤석환;정찬근
    • 한국정보처리학회논문지
    • /
    • 제7권2S호
    • /
    • pp.733-743
    • /
    • 2000
  • This paper describes design and implementation of a content manager in the Integrated Steaming Framework Architecture (ISSA) that is proposed by the authors. The ISSA can provide an environment to develop multimedia streaming applications under heterogeneous distributed systems. The goal of ISSA is to extend the limitations of existing streaming systems. It can support diverse media formats and high level programming environment for streaming application developers. Moreover, it is independent from underlying networks and operating systems, and compatible with the global real-time multimedia database system(BeeHive) so that streaming media is efficiently retrieved, stored, and serviced. The role of a content manager is important in the ISSA environment since it manages an information of media that are provided by the server, and allow users to access media more easily by means of conveying that information to the streaming server, Web server, and client efficiently. The proposed content manager is not only to meed these requirements, but also to provide streaming information to media source and transport manager in order to be an efficient streaming. Furthermore, it supports database transaction processing by using the database connector.

  • PDF

사용자 인터페이스 품질 향상을 위한 다중 객체 기반 설계 모델 (Multiple Object-Based Design Model for Quality Improvement of User Interface)

  • 김정옥;이상영
    • 정보처리학회논문지D
    • /
    • 제12D권7호
    • /
    • pp.957-964
    • /
    • 2005
  • 웹 환경이 급변함에 따라 인간과 컴퓨터간의 복잡한 상호작용을 지원하기 위한 인터페이스에 대한 설계가 필요하게 되었다. 본 논문에서는 사용자 인터페이스의 품질 향상을 위하여 객체 모델링 기법을 제시한다. 사용자 인터페이스의 가시적 응집도 향상을 위하여 비즈니스 이벤트객체 모델링, 태스크 객체 모델링, 트랜잭션 객체 모델링, 폼 객체 모델링과 같은 4 가지의 비즈니스 이벤트 객체를 제안한다. 본 논문에서 제시하는 4단계 설계를 통하여 사용자 인터페이스 프로토타입의 가시적 응집도를 향상시킬 수 있다. 이것은 비즈니스 이벤트의 가시적 응집도를 향상시킬 수 있도록 하고, 비숙련된 설계자도 향상된 사용자 인터페이스 프로토타입을 개발할 수 있도록 한다 또한 비즈니스 태스크의 이해도를 증진시키고 프로토타입 시스템 개발 회수를 줄일 수 있다.

B2B 환경에서 ebXML 기반 BPSS 적합성 검증 모델 (Model of the ebXML-based BPSS Conformance Validation in B2B Enviroment)

  • 신명숙;최종식;안성수;이준
    • 한국전자통신학회논문지
    • /
    • 제2권2호
    • /
    • pp.113-117
    • /
    • 2007
  • 최근 인터넷을 통한 B2B 전자상거래가 확산됨에 따라 다양한 형태의 인터넷 비즈니스를 지원하기 위한 기술들이 나타나고 있다. 이에 따라 B2B 전자상거래 시스템은 B2B 거래를 위해 이기종 환경의 시스템들과 각종 정보를 처리하고, 교환해야 한다. 하지만 현재 BPSS의 검증을 위한 시험도구는 국내외적으로 전무한 상태이다. 본 논문에서는 ebMS 표준적합성과 연계하여 ebXML BPSS 검증항목으로 작성된 케이스 항목에 따라서 문서의 적합성 여부를 평가하는 BPSS 적합성 검증 모델을 제안하고자 한다.

  • PDF

An Intelligent Gold Price Prediction Based on Automated Machine and k-fold Cross Validation Learning

  • Baguda, Yakubu S.;Al-Jahdali, Hani Meateg
    • International Journal of Computer Science & Network Security
    • /
    • 제21권4호
    • /
    • pp.65-74
    • /
    • 2021
  • The rapid change in gold price is an issue of concern in the global economy and financial markets. Gold has been used as a means for trading and transaction around the world for long period of time and it plays an integral role in monetary, business, commercial and financial activities. More importantly, it is used as economic measure for the global economy and will continue to play an important economic vital role - both locally and globally. There has been an explosive growth in demand for efficient and effective scheme to predict gold price due its volatility and fluctuation. Hence, there is need for the development of gold price prediction scheme to assist and support investors, marketers, and financial institutions in making effective economic and monetary decisions. This paper primarily proposed an intelligent based system for predicting and characterizing the gold market trend. The simulation result shows that the proposed intelligent gold price scheme has been able to predict the gold price with high accuracy and precision, and ultimately it has significantly reduced the prediction error when compared to baseline neural network (NN).

효과적인 추천과 세분화를 위한 트랜잭션 기반 여러 형태 사용자 프로파일의 구축 (The Construction of Multiform User Profiles Based on Transaction for Effective Recommendation and Segmentation)

  • 고재진;안형근
    • 정보처리학회논문지D
    • /
    • 제13D권5호
    • /
    • pp.661-670
    • /
    • 2006
  • 쉽게 접할 수 있는 정보의 양이 증가하고 전자상거래가 발전함에 따라, 드넓은 정보공간을 축소하기 위하여 추천과 SDI 시스템과 같은 정보 필터링 시스템이 사용되어지게 되었으며, 이에 따라 사용자들은 그들의 요구와 취향에 가장 적합한 정보들을 바로 접근할 수 있게 되었다. 지금까지 다양한 정보 필터링 방법들이 추천시스템을 지원하기 위해 제안되었다. 최근에는 새로운 정보교환 표준으로 떠오르고 있는 XML 문서를 필터링 하는 시스템들에 있어서도 다른 접근 방법을 요구하고 있다. 따라서, 본 논문에서 제안하는 시스템은 XML이 가진 구조 정보를 이용하여 여러 형태의 사용자 프로파일을 생성하는 방법을 제안한다. 시스템은 구매와 같은 트랜잭션이 발생하기 전에 사용자 구매 패턴을 분석하기 위해서 필요한 프로파일을 운영자가 직접 정의하는 운영자 프로파일과 이를 적용한 사용자 프로파일의 두 부분으로 구성된다. 운영자 프로파일은 DTD로부터 선택된 항목을 이용하여 DTD를 따르는 문서내의 특정부분을 가리킬 수 있도록 만들어진다. 제안하는 시스템은 사용자의 구매 행위에 적응력을 가질 수 있도록 보다 정확한 사용자 프로파일을 구축하고, 이와 같은 사용자 프로파일을 기반으로 사용자에게 불필요한 검색과정 없이 필요한 상품 정보를 제공할 수 있도록 한다.

전자상거래를 위한 개방형 EDI문서 관리 시스템 (An Opened EDI Document Management System for Electronic Commerces)

  • 정재희;김성진;강현석
    • 한국멀티미디어학회논문지
    • /
    • 제4권1호
    • /
    • pp.1-12
    • /
    • 2001
  • EDI는 현재, 기업과 기업간의 거래에서 종이없는 거래를 목표로 상거래 데이터를 전자 문서 형태로 교환하기 위한 새로운 방식으로 이용되고 있다. 그러나 기존의 EDI는 전용 프로토콜에 기반한 폐쇄적이고 복잡한 전자 문서 교환 방식을 채택하고 있으며, EDI에 관련한 법령과 제도가 미비할 뿐만 아니라 이의 도입 및 운영비용이 과다하여 실제로 사용하는 기업의 수가 그렇게 많지 않은 실정이다. 본 논문에서는 이러한 기존의 EDI가 갖는 문제점을 보완하기 위해 코드 형태의 전송 문서를 XML DTD로 표현하여 웹을 통해 비교적 저렴하게 문서를 전달할 수 있도록 하고, 객체지향 데이터베이스를 이용하여 보다 편리하고 효과적으로 정보를 관리하고 검색할 수 있도록 하는 개방형 EDI 문서 정보 관리 시스템(OEIMS: Opened EDI document Information Management system)을 제안한다. 제안된 OEIMS는 기존 시스템들과는 달리 EDI가 갖는 구조의 특성을 모듈식 설계로 다른 시스템에 비해 저장 및 관리에 효율적인 특성을 갖는다.

  • PDF