ANSI INCITS ISO IEC 13249-6-2006 Information technology - Database languages - SQL multimedia and application packages - Part 6 Data mining.pdf
《ANSI INCITS ISO IEC 13249-6-2006 Information technology - Database languages - SQL multimedia and application packages - Part 6 Data mining.pdf》由会员分享,可在线阅读,更多相关《ANSI INCITS ISO IEC 13249-6-2006 Information technology - Database languages - SQL multimedia and application packages - Part 6 Data mining.pdf(294页珍藏版)》请在麦多课文档分享上搜索。
1、INCITS/ISO/IEC 13249-6:20062007 (ISO/IEC 13249-6:2006, IDT) Information technology Database languages SQL multimediaand application packages Part 6: Data miningINCITS/ISO/IEC 13249-6:20062007 (ISO/IEC 13249-6:2006, IDT)INCITS/ISO/IEC 13249-6:20062007 ii ITIC 2007 All rights reserved PDF disclaimer T
2、his PDF file may contain embedded typefaces. In accordance with Adobes licensing policy, this file may be printed or viewed but shall not be edited unless the typefaces which are embedded are licensed to and installed on the computer performing the editing. In downloading this file, parties accept t
3、herein the responsibility of not infringing Adobes licensing policy. The ISO Central Secretariat accepts no liability in this area. Adobe is a trademark of Adobe Systems Incorporated. Details of the software products used to create this PDF file can be found in the General Info relative to the file;
4、 the PDF-creation parameters were optimized for printing. Every care has been taken to ensure that the file is suitable for use by ISO member bodies. In the unlikely event that a problem relating to it is found, please inform the Central Secretariat at the address given below. Adopted by INCITS (Int
5、erNational Committee for Information Technology Standards) as an American National Standard. Date of ANSI Approval: 3/30/2007 Published by American National Standards Institute, 25 West 43rd Street, New York, New York 10036 Copyright 2007 by Information Technology Industry Council (ITI). All rights
6、reserved. These materials are subject to copyright claims of International Standardization Organization (ISO), International Electrotechnical Commission (IEC), American National Standards Institute (ANSI), and Information Technology Industry Council (ITI). Not for resale. No part of this publication
7、 may be reproduced in any form, including an electronic retrieval system, without the prior written permission of ITI. All requests pertaining to this standard should be submitted to ITI, 1250 Eye Street NW, Washington, DC 20005. Printed in the United States of America iii Contents Page Foreword. ix
8、 Introduction . x 1 Scope. 1 2 Normative references 2 2.1 International standards . 2 2.2 Publicly-available specifications 2 3 Terms, definitions, notations and conventions 3 3.1 Terms and definitions 3 3.2 Notations. 10 3.2.1 Notations provided in ISO/IEC 13249-1 10 3.2.2 Notations provided in thi
9、s part of ISO/IEC 13249 10 3.3 Conventions . 11 4 Concepts. 12 4.1 Data mining techniques. 12 4.2 Computational phases. 12 4.2.1 Training phase 12 4.2.2 Model introspection phase 13 4.2.3 Application phase 15 4.2.4 Testing phase . 16 4.3 Mapping on user-defined types 17 4.3.1 Target application 17 4
10、.3.2 The relationships of the user-defined types . 17 4.3.3 User-defined types that are not related to mining techniques 19 4.3.4 User-defined types that are related to mining techniques 19 5 Data Mining Data Types. 22 5.1 DM_LogicalDataSpec Type and Routines . 22 5.1.1 DM_LogicalDataSpec Type . 22
11、5.1.2 DM_addDataSpecFld Method . 24 5.1.3 DM_remDataSpecFld Method . 25 5.1.4 DM_getNumFields Method 26 5.1.5 DM_getFldName Method . 27 5.1.6 DM_setFldType Method. 28 5.1.7 DM_getFldType Method. 30 5.1.8 DM_isCompatible Method . 31 5.2 DM_MiningData Type and Routines. 32 5.2.1 DM_MiningData Type. 32
12、 5.2.2 DM_defMiningData Method. 34 5.2.3 DM_setFldAlias Method. 35 5.2.4 DM_genDataSpec Method. 36 5.3 DM_ApplicationData Type and Routines. 37 5.3.1 DM_ApplicationData Type. 37 5.3.2 DM_genDataSpec Method. 38 5.3.3 DM_impApplData Method 39 6 Association Rules 40 INCITS/ISO/IEC 13249-6:20062007 ITIC
13、 2007 All rights reservediv 6.1 DM_RuleSettings Type and Routines 40 6.1.1 DM_RuleSettings Type 40 6.1.2 DM_impRuleSettings Method . 43 6.1.3 DM_expRuleSettings Method . 44 6.1.4 DM_setRuleFilter Method 45 6.1.5 DM_getRuleFilter Method 46 6.1.6 DM_setMinSupport Method 47 6.1.7 DM_getMinSupport Metho
14、d 48 6.1.8 DM_setMinConf Method 49 6.1.9 DM_getMinConf Method 50 6.1.10 DM_setMaxLength Method . 51 6.1.11 DM_getMaxLength Method . 52 6.1.12 DM_useRuleDataSpec Method . 53 6.1.13 DM_getRuleDataSpec Method 54 6.1.14 DM_setGroup Method 55 6.1.15 DM_getGroup Method 56 6.1.16 DM_setSequence Method . 57
15、 6.1.17 DM_getSequence Method . 58 6.2 DM_RuleBldTask type and Routines . 59 6.2.1 DM_RuleBldTask Type 59 6.2.2 DM_defRuleBldTask Method 60 6.2.3 DM_getRuleTrnData Method. 61 6.2.4 DM_getRuleSettings Method 62 6.2.5 DM_buildRuleModel Method. 63 6.3 DM_RuleModel Type and Routines 64 6.3.1 DM_RuleMode
16、l Type 64 6.3.2 DM_impRuleModel Method . 67 6.3.3 DM_getRuleMdlType Method 68 6.3.4 DM_expRuleModel Method . 69 6.3.5 DM_applyRuleModel Method 70 6.3.6 DM_getNumItemSets Method . 71 6.3.7 DM_getNumSequences Method . 72 6.3.8 DM_getNumRules Method 73 6.3.9 DM_filterRules Method 74 6.3.10 DM_getNumTra
17、nsacts Method . 75 6.3.11 DM_getItemSets Method . 76 6.3.12 DM_getRules Method. 77 6.3.13 DM_getRuleBodies Method 78 6.3.14 DM_getSequences Method . 79 6.3.15 DM_getSeqDetails Method 80 6.3.16 DM_getSeqRules Method 81 6.3.17 DM_getRuleBldTask method 83 6.4 DM_RuleFilter Type and Routines 84 6.4.1 DM
18、_RuleFilter Type 84 6.4.2 DM_addRangeConstr Method. 86 6.4.3 DM_remRangeConstr Method 88 6.4.4 DM_getRangeConstrs Method 89 6.4.5 DM_setMaxNumRules Method 90 6.4.6 DM_getMaxNumRules Method . 91 6.4.7 DM_addCountConstr Method . 92 6.4.8 DM_remCountConstr Method. 93 6.4.9 DM_getCountConstrs Method 94
19、6.4.10 DM_setItemConstr Method . 95 6.4.11 DM_getItemConstrs Method . 97 6.5 DM_RuleApplTask Type and Routines 98 6.5.1 DM_RuleApplTask Type 98 6.5.2 DM_defRuleApplTask Method 100 6.5.3 DM_getRuleMdl Method 102 INCITS/ISO/IEC 13249-6:20062007 ITIC 2007 All rights reservedv6.5.4 DM_getRuleApplData Me
20、thod. 103 6.5.5 DM_getRuleOutpData Method 104 6.5.6 DM_getRuleGroupFld method 105 6.5.7 DM_applyRuleMdl method 106 7 Clustering . 107 7.1 DM_ClusSettings Type and Routines 107 7.1.1 DM_ClusSettings Type 107 7.1.2 DM_impClusSettings Method . 109 7.1.3 DM_expClusSettings Method . 110 7.1.4 DM_setMaxNu
21、mClus Method 111 7.1.5 DM_getMaxNumClus Method . 112 7.1.6 DM_setFldWeight Method . 113 7.1.7 DM_getFldWeight Method. 114 7.1.8 DM_setFldSimScale Method . 115 7.1.9 DM_getFldSimScale Method. 116 7.1.10 DM_useClusDataSpec Method . 117 7.1.11 DM_getClusDataSpec Method 118 7.2 DM_ClusBldTask type and R
22、outines . 119 7.2.1 DM_ClusBldTask Type 119 7.2.2 DM_defClusBldTask Method 120 7.2.3 DM_getClusTrnData Method. 121 7.2.4 DM_getClusSettings Method 122 7.2.5 DM_buildClusModel Method. 123 7.3 DM_ClusteringModel Type and Routines 124 7.3.1 DM_ClusteringModel Type 124 7.3.2 DM_impClusModel Method . 126
23、 7.3.3 DM_expClusModel Method . 127 7.3.4 DM_getNumClusters Method 128 7.3.5 DM_getClusters Method 129 7.3.6 DM_getMdlQuality Method 130 7.3.7 DM_applyClusModel Method 131 7.3.8 DM_getClusTask method 132 7.3.9 DM_getClusMdlSpec method . 133 7.3.10 DM_getFields 134 7.4 DM_ClusApplTask Type and Routin
24、es 135 7.4.1 DM_ClusApplTask Type 135 7.4.2 DM_defClusApplTask Method 137 7.4.3 DM_getClusMdl Method 138 7.4.4 DM_getClusApplData Method. 139 7.4.5 DM_getClusOutpData Method 140 7.4.6 DM_getClusResFld method 141 7.4.7 DM_applyClusMdl method 142 7.5 DM_ClusResult Type and Routines . 143 7.5.1 DM_Clus
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ANSIINCITSISOIEC1324962006INFORMATIONTECHNOLOGYDATABASELANGUAGESSQLMULTIMEDIAANDAPPLICATIONPACKAGESPART6DATAMININGPDF

链接地址:http://www.mydoc123.com/p-436091.html