Oracle 10g Data Mining Administrators Guide WW
Số trang: 24
Loại file: pdf
Dung lượng: 0.00 B
Lượt xem: 12
Lượt tải: 0
Xem trước 3 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
Oracle 10g Data Mining Administrators Guide WW
Oracle Database 10g, released in 2003 and the current release, enables grid (the gin 10g) computing. A grid is simply a pool of computers that provides neededresources for applications on an as-needed basis. The goal is to provide comput-ing resources that transparently scale to the user community, much as an electri-cal utility company can deliver power to meet peak demand by accessing energyfrom other power providers’ plants via a power grid. Oracle Database 10g fur-ther reduces the time, cost, and complexity of database management through theintroduction of self-managing features such as the Automated...
Nội dung trích xuất từ tài liệu:
Oracle 10g Data Mining Administrators Guide WWOracle® Data MiningAdministrator’s Guide10g Release 1 (10.1)December 2003Part No. B10697-01 1 Introduction This document describes how to install the Oracle Data Mining (ODM) software and how to perform other administrative functions common to all ODM administration. Platform-specific information is contained in a README file for each platform. 1.1 Intended Audience This administrator’s guide is intended for anyone planning to install and run Oracle Data Mining — either a database administrator or a system administrator. 1.2 Structure This guide is organized as follows: ■ Section 2, Overview: Briefly describes Oracle Data Mining 10g Release 1 (10.1) . ■ Section 3, Oracle Data Mining Installation: Describes the generic installation steps and upgrade information. Platform-specific information is in the platform-specific README file. ■ Chapter 4, Database Configuration Issues: Describes the database configuration issues that can affect ODM performance. ■ Section 5, Oracle Data Mining Administration: Describes topics of interest to administrators, including improving Oracle Data Mining performance, detecting errors, etc. Oracle is a registered trademark, and Oracle9i, PL/SQL, and SQL*Plus are trademarks or registered trademarks of Oracle Corporation. Other names may be trademarks of their respective owners.Copyright 2003, Oracle.All Rights Reserved.■ Section 6, ODM Native Model Export and Import: Describes using the PL/SQL interface to perform Model Export and Import, including requirements and restrictions.■ Section 7, Documentation Accessibility: Describes Oracle documentation accessibility standards.1.3 Where to Find Further InformationThe documentation set for Oracle Data Mining is part of the Oracle10gDatabase Documentation Library; the ODM document set consists of thefollowing documents:■ Oracle Data Mining Administrator’s Guide, 10g Release 1 (10.1) (this document). Includes generic installation information.■ For platform-specific installation information, see the platform-specific README files.■ Oracle Database 10g Installation Guide for your platform.■ Oracle Data Mining Concepts, 10g Release 1 (10.1) .■ Oracle Data Mining Application Developer’s Guide, 10g Release 1 (10.1) .For detailed information about the ODM Java API, see the ODM Javadoc inthe directory $ORACLE_HOME/dm/doc/odmjdoc.zip(for Windows, %ORACLE_HOME%dmdocodmjdoc.zip) on any systemwhere ODM is installed. To prepare the Javadoc for user access, unzip thisfile so that users can display it in a browser.1.3.1 Related ManualsFor more information about the Oracle database, see:■ Oracle Database Administrators Guide■ README for your platform■ Oracle Universal Installer Concepts Guide■ Oracle Database Migration■ PL/SQL Packages and Types Reference1.4 ConventionsIn this manual, Windows refers to the Windows 2000 and Windows XPoperating systems.The SQL interface to Oracle is referred to as SQL. This interface is theOracle implementation of the SQL standard ANSI X3.135-1992, ISO9075:1992, commonly referred to as the ANSI/ISO SQL standard or SQL92. 2In examples, an implied carriage return occurs at the end of each line,unless otherwise noted. You must press the Return key at the end of a lineof input.2 OverviewOracle Data Mining (ODM) embeds data mining within the Oracledatabase. The data never leaves the database — the data, data preparation,model building, and model scoring results all remain in the database. Thisenables Oracle to provide an infrastructure for application developers tointegrate data mining seamlessly with database applications.Data mining functions such as model building, testing, and scoring areprovided via a Java API and a PL/SQL API.Oracle Data Mining supports the following features:■ For classification: Naive Bayes, Adaptive Bayes Networks, and Support Vector Machines■ For regression: Support Vector Machines■ For clustering: k-means and O-Cluster■ For association: A Priori■ For attribute importance: Minimum Description Length (MDL)■ For feature extraction: Non-Negative Matrix Factorizati ...
Oracle Database 10g, released in 2003 and the current release, enables grid (the gin 10g) computing. A grid is simply a pool of computers that provides neededresources for applications on an as-needed basis. The goal is to provide comput-ing resources that transparently scale to the user community, much as an electri-cal utility company can deliver power to meet peak demand by accessing energyfrom other power providers’ plants via a power grid. Oracle Database 10g fur-ther reduces the time, cost, and complexity of database management through theintroduction of self-managing features such as the Automated...
Nội dung trích xuất từ tài liệu:
Oracle 10g Data Mining Administrators Guide WWOracle® Data MiningAdministrator’s Guide10g Release 1 (10.1)December 2003Part No. B10697-01 1 Introduction This document describes how to install the Oracle Data Mining (ODM) software and how to perform other administrative functions common to all ODM administration. Platform-specific information is contained in a README file for each platform. 1.1 Intended Audience This administrator’s guide is intended for anyone planning to install and run Oracle Data Mining — either a database administrator or a system administrator. 1.2 Structure This guide is organized as follows: ■ Section 2, Overview: Briefly describes Oracle Data Mining 10g Release 1 (10.1) . ■ Section 3, Oracle Data Mining Installation: Describes the generic installation steps and upgrade information. Platform-specific information is in the platform-specific README file. ■ Chapter 4, Database Configuration Issues: Describes the database configuration issues that can affect ODM performance. ■ Section 5, Oracle Data Mining Administration: Describes topics of interest to administrators, including improving Oracle Data Mining performance, detecting errors, etc. Oracle is a registered trademark, and Oracle9i, PL/SQL, and SQL*Plus are trademarks or registered trademarks of Oracle Corporation. Other names may be trademarks of their respective owners.Copyright 2003, Oracle.All Rights Reserved.■ Section 6, ODM Native Model Export and Import: Describes using the PL/SQL interface to perform Model Export and Import, including requirements and restrictions.■ Section 7, Documentation Accessibility: Describes Oracle documentation accessibility standards.1.3 Where to Find Further InformationThe documentation set for Oracle Data Mining is part of the Oracle10gDatabase Documentation Library; the ODM document set consists of thefollowing documents:■ Oracle Data Mining Administrator’s Guide, 10g Release 1 (10.1) (this document). Includes generic installation information.■ For platform-specific installation information, see the platform-specific README files.■ Oracle Database 10g Installation Guide for your platform.■ Oracle Data Mining Concepts, 10g Release 1 (10.1) .■ Oracle Data Mining Application Developer’s Guide, 10g Release 1 (10.1) .For detailed information about the ODM Java API, see the ODM Javadoc inthe directory $ORACLE_HOME/dm/doc/odmjdoc.zip(for Windows, %ORACLE_HOME%dmdocodmjdoc.zip) on any systemwhere ODM is installed. To prepare the Javadoc for user access, unzip thisfile so that users can display it in a browser.1.3.1 Related ManualsFor more information about the Oracle database, see:■ Oracle Database Administrators Guide■ README for your platform■ Oracle Universal Installer Concepts Guide■ Oracle Database Migration■ PL/SQL Packages and Types Reference1.4 ConventionsIn this manual, Windows refers to the Windows 2000 and Windows XPoperating systems.The SQL interface to Oracle is referred to as SQL. This interface is theOracle implementation of the SQL standard ANSI X3.135-1992, ISO9075:1992, commonly referred to as the ANSI/ISO SQL standard or SQL92. 2In examples, an implied carriage return occurs at the end of each line,unless otherwise noted. You must press the Return key at the end of a lineof input.2 OverviewOracle Data Mining (ODM) embeds data mining within the Oracledatabase. The data never leaves the database — the data, data preparation,model building, and model scoring results all remain in the database. Thisenables Oracle to provide an infrastructure for application developers tointegrate data mining seamlessly with database applications.Data mining functions such as model building, testing, and scoring areprovided via a Java API and a PL/SQL API.Oracle Data Mining supports the following features:■ For classification: Naive Bayes, Adaptive Bayes Networks, and Support Vector Machines■ For regression: Support Vector Machines■ For clustering: k-means and O-Cluster■ For association: A Priori■ For attribute importance: Minimum Description Length (MDL)■ For feature extraction: Non-Negative Matrix Factorizati ...
Tìm kiếm theo từ khóa liên quan:
Công nghệ thông tin cơ sở dữ liệu database oracle 10g Automated Disk Based Backup and RecoveryGợi ý tài liệu liên quan:
-
52 trang 426 1 0
-
62 trang 401 3 0
-
Đề thi kết thúc học phần học kì 2 môn Cơ sở dữ liệu năm 2019-2020 có đáp án - Trường ĐH Đồng Tháp
5 trang 376 6 0 -
Top 10 mẹo 'đơn giản nhưng hữu ích' trong nhiếp ảnh
11 trang 309 0 0 -
74 trang 292 0 0
-
Giáo trình Cơ sở dữ liệu: Phần 2 - TS. Nguyễn Hoàng Sơn
158 trang 289 0 0 -
13 trang 289 0 0
-
96 trang 288 0 0
-
Báo cáo thực tập thực tế: Nghiên cứu và xây dựng website bằng Wordpress
24 trang 288 0 0 -
Phân tích thiết kế hệ thống - Biểu đồ trạng thái
20 trang 282 0 0