BS ISO IEC 13249-6-2006 Information technology - Database languages - SQL multimedia and application packages - Data mining《信息技术 数据库语言 SQL多媒体和应用程序包 数据挖掘》.pdf
《BS ISO IEC 13249-6-2006 Information technology - Database languages - SQL multimedia and application packages - Data mining《信息技术 数据库语言 SQL多媒体和应用程序包 数据挖掘》.pdf》由会员分享,可在线阅读,更多相关《BS ISO IEC 13249-6-2006 Information technology - Database languages - SQL multimedia and application packages - Data mining《信息技术 数据库语言 SQL多媒体和应用程序包 数据挖掘》.pdf(296页珍藏版)》请在麦多课文档分享上搜索。
1、BRITISH STANDARD BS ISO/IEC 13249-6:2006 Information technology Database languages SQL multimedia and application packages Part 6: Data mining ICS 35.060 BS ISO/IEC 13249-6:2006 This British Standard was published under the authority of the Standards Policy and Strategy Committee on 30 November 2006
2、 BSI 2006 ISBN 0 580 49703 8 National foreword This British Standard was published by BSI. It is the UK implementation of ISO/IEC 13249-6:2006. It supersedes BS ISO/IEC 13249-6:2002 which is withdrawn. The UK participation in its preparation was entrusted to Technical Committee IST/40, Data manageme
3、nt and interchange. A list of organizations represented on IST/40 can be obtained on request to its secretary. This publication does not purport to include all the necessary provisions of a contract. Users are responsible for its correct application. Compliance with a British Standard cannot confer
4、immunity from legal obligations. Amendments issued since publication Amd. No. Date Comments Reference number ISO/IEC 13249-6:2006(E)INTERNATIONAL STANDARD ISO/IEC 13249-6 Second edition 2006-11-01 Information technology Database languages SQL multimedia and application packages Part 6: Data mining T
5、echnologies de linformation Langages de bases de donnes Multimdia SQL et paquetages dapplication Partie 6: Exploration de donnes BS ISO/IEC 13249-6:2006 ii iii Contents Page Foreword. ix Introduction . x 1 Scope. 1 2 Normative references 2 2.1 International standards . 2 2.2 Publicly-available speci
6、fications 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 this part of ISO/IEC 13249 10 3.3 Conventions . 11 4 Concepts. 12 4.1 Data mining techniques. 12 4.2 Computational ph
7、ases. 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.3.2 The relationships of the user-defined types . 17 4.3.3 User-defined types that are not related to mining tech
8、niques 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 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_g
9、etFldName 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 5.2.2 DM_defMiningData Method. 34 5.2.3 DM_setFldAlias Method. 35 5.2.4 DM_genDataSpec Method. 36 5.3 DM_Applicat
10、ionData 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 BS ISO/IEC 13249-6:2006 iv 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_expRul
11、eSettings 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 Method 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_useRul
12、eDataSpec 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 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_ge
13、tRuleTrnData 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_RuleModel 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
14、 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_getNumTransacts 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
15、 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_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 Met
16、hod 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 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 D
17、M_defRuleApplTask Method 100 6.5.3 DM_getRuleMdl Method 102 BS ISO/IEC 13249-6:2006 v 6.5.4 DM_getRuleApplData Method. 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_Cl
18、usSettings Type 107 7.1.2 DM_impClusSettings Method . 109 7.1.3 DM_expClusSettings Method . 110 7.1.4 DM_setMaxNumClus 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 Meth
19、od. 116 7.1.10 DM_useClusDataSpec Method . 117 7.1.11 DM_getClusDataSpec Method 118 7.2 DM_ClusBldTask type and Routines . 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
20、7.3 DM_ClusteringModel Type and Routines 124 7.3.1 DM_ClusteringModel Type 124 7.3.2 DM_impClusModel Method . 126 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_getClu
21、sTask method 132 7.3.9 DM_getClusMdlSpec method . 133 7.3.10 DM_getFields 134 7.4 DM_ClusApplTask Type and Routines 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_
22、getClusResFld method 141 7.4.7 DM_applyClusMdl method 142 7.5 DM_ClusResult Type and Routines . 143 7.5.1 DM_ClusResult Type . 143 7.5.2 DM_getClusterID Method 144 7.5.3 DM_getQuality Method 145 8 Classification 146 8.1 DM_ClasSettings Type and Routines 146 8.1.1 DM_ClasSettings Type 146 8.1.2 DM_im
23、pClasSettings Method . 149 8.1.3 DM_expClasSettings Method 150 8.1.4 DM_setClasCostRate Method . 151 8.1.5 DM_getClasCostRate Method. 152 8.1.6 DM_setClasCost Method. 153 8.1.7 DM_getClasCost Method. 154 8.1.8 DM_useClasDataSpec Method . 155 BS ISO/IEC 13249-6:2006 vi 8.1.9 DM_getClasDataSpec Method
24、 156 8.1.10 DM_setClasTarget Method 157 8.1.11 DM_getClasTarget Method 158 8.2 DM_ClasBldTask Type and Routines. 159 8.2.1 DM_ClasBldTask Type 159 8.2.2 DM_defClasBldTask Method. 161 8.2.3 DM_getClasTrnData Method . 162 8.2.4 DM_getClasValData Method . 163 8.2.5 DM_getClasSettings Method 164 8.2.6 D
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- BSISOIEC1324962006INFORMATIONTECHNOLOGYDATABASELANGUAGESSQLMULTIMEDIAANDAPPLICATIONPACKAGESDATAMINING

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