您好,我的sql2005企业版出现了同样的问题,能麻烦你帮忙解决一下吗?谢谢

&&&&&&& 绝对值得一看的SQL Server 2005数据挖掘指南!
&&&&&&& 到下面的邮箱里下载,新申请的邮箱,分为三个邮件:&&&&&&&&&&&&&&& SQL Server 2005 Text Mining tu...&&&&&&&&&&&&&&& Creating Plug-in Algorithms fo...&&&&&&&&&&&&&&&& Data Mining Tutorial&&&&&&&&& 共10.62M。
&&&&&&& 邮箱:&&& 密码:biteam&&&&&&&&&& 请勿修改此邮箱的密码以便更多的人可以使用它,谢谢!&&&&&&&&&& &&&&&&&&&& 转发的请留个名吧,呵呵……希望认识更多志同道合的朋友。
Microsoft SQL Server 2005
Data Mining Tutorial
&&&&&&&&目&&&&&录 &&&&&&& Introduction &&&&&&& Mining Model Algorithms &&&&&&&&&&&&&&& Microsoft Decision Trees &&&&&&&&&&&&&&& Microsoft Clustering &&&&&&&&&&&&&&& Microsoft Naïve Bayes &&&&&&&&&&&&&&& Microsoft Time Series &&&&&&&&&&&&&&& Microsoft Association &&&&&&&&&&&&&&& Microsoft Sequence Clustering &&&&&&&&&&&&&&& Microsoft Neural Network &&&&&&&&&&&&&&& Microsoft Linear Regression &&&&&&&&&&&&&&& Microsoft Logistic Regression &&&&&&& Working Through the Tutorial &&&&&&&&&&&&&&& Preparing the SQL Server Database &&&&&&&&&&&&&&& Preparing the Analysis Services Database &&&&&&&&&&&&&&&&&&&&&&& Creating an Analysis Services Project &&&&&&&&&&&&&&&&&&&&&&& Creating a Data Source &&&&&&&&&&&&&&&&&&&&&&& Creating a Data Source View &&&&&&&&&&&&&&&&&&&&&&& Editing the Data Source View &&&&&&&&&&&&&&& Building and Working with the Mining Models &&&&&&&&&&&&&&&&&&&&&&& Targeted Mailing &&&&&&&&&&&&&&&&&&&&&&& Forecasting &&&&&&&&&&&&&&&&&&&&&&& Market Basket &&&&&&&&&&&&&&&&&&&&&&& Sequence Clustering
A Tutorial for Text Classification using SQL Server 2005 Beta2 Data Mining
&&&&&&&&目&&&&&录 &&&&&&&&Introduction &&&&&&&&Create a database &&&&&&&&Import News Group Articles to the database &&&&&&&&Build a dictionary &&&&&&&&Build term vectors &&&&&&&&Prepare train/test samples &&&&&&&&Build/Test/Refine data mining models &&&&&&&&Deployment data mining models
A Tutorial for Constructing a Plug-In Algorithm
&&&&&&&&目&&&&&录 &&&&&&& Overview &&&&&&& The Big Picture &&&&&&& The Model: Pair-wise Linear Regression &&&&&&& Important Supplied Files &&&&&&& Important Preliminaries &&&&&&& Building a Shell Plug-In Algorithm &&&&&&&&&&&&&&& Step 1: Creating the project &&&&&&&&&&&&&&& Step 2: Creating the ALGORITHM class &&&&&&&&&&&&&&& Step 3: Creating the FACTORY class &&&&&&&&&&&&&&& Step 4: Creating the NAVIGATOR class &&&&&&&&&&&&&&& Step 5: Registering the algorithm with Analysis Services &&&&&&&&&&&&&&& Step 6: Testing the shell algorithm &&&&&&& Customizing the Algorithm: Pair-wise Linear Regression &&&&&&&&&&&&&&& Step 1:& Customize IDMAlgorithmMetadata &&&&&&&&&&&&&&& Step 2: Customize IDMAlgorithmFactory &&&&&&&&&&&&&&& Step 3: Customize IDMAlgorithm &&&&&&&&&&&&&&& Step 4: Customize IDMPersist &&&&&&&&&&&&&&& Step 5: Customize IDMAlgorithmNavigation &&&&&&& Using the Customized Plug-In Algorithm &&&&&&&&&&&&&&& Building a Model &&&&&&&&&&&&&&& Viewing a Model &&&&&&&&&&&&&&& Making Predictions &&&&&&&&&&&&&&& Setting Parameters
SQL Server Data Mining: Plug-In Algorithms
&&&&&&&&目&&&&&录 &&&&&&& Overview &&&&&&& Requirements &&&&&&&&&&&&&&& Interfaces Implemented by Algorithm Providers &&&&&&&&&&&&&&&&&&&&&&& IDMAlgorithmFactory &&&&&&&&&&&&&&&&&&&&&&& IDMAlgorithmMetadata &&&&&&&&&&&&&&&&&&&&&&& IDMAlgorithm &&&&&&&&&&&&&&&&&&&&&&& IDMCaseProcessor &&&&&&&&&&&&&&&&&&&&&&& IDMAlgorithmNavigation : IDMDAGNavigation &&&&&&&&&&&&&&&&&&&&&&& IDMPullCaseSet &&&&&&&&&&&&&&&&&&&&&&& IDMPersist &&&&&&&&&&&&&&&&&&&&&&& IDMCaseIDIterator [optional] &&&&&&&&&&&&&&&&&&&&&&& IDMMarginalStat [optional] &&&&&&&&&&&&&&&&&&&&&&& IDMClusteringAlgorithm [optional] &&&&&&&&&&&&&&&&&&&&&&& IDMSequenceAlgorithm [optional] &&&&&&&&&&&&&&&&&&&&&&& IDMTimeSeriesAlgorithm [optional] &&&&&&&&&&&&&&&&&&&&&&& IDMCustomFunctionInfo [optional] &&&&&&&&&&&&&&&&&&&&&&& IDMDispatch [optional] &&&&&&&&&&&&&&&&&&&&&&& IDMTableResult [optional] &&&&&&&&&&&&&&& Interfaces Consumed by Algorithm Providers &&&&&&&&&&&&&&&&&&&&&&& IDMPushCaseSet &&&&&&&&&&&&&&&&&&&&&&& IDMAttributeset &&&&&&&&&&&&&&&&&&&&&&& IDMAttributeGroup &&&&&&&&&&&&&&&&&&&&&&& IDMPersistenceWriter &&&&&&&&&&&&&&&&&&&&&&& IDMPersistenceReader &&&&&&&&&&&&&&&&&&&&&&& IDMServices &&&&&&&&&&&&&&&&&&&&&&& IDMContextServices &&&&&&&&&&&&&&&&&&&&&&& IDMModelServices &&&&&&&&&&&&&&&&&&&&&&& IDMMemoryAllocator &&&&&&&&&&&&&&&&&&&&&&& IDMStringHandler &&&&&&&&&&&&&&&&&&&&&&& IDMVariantPtrHandler &&&&&&&&&&&&&&&&&&&&&&& IDMContentMap &&&&&&&&&&&&&&& Memory Management &&&&&&&&&&&&&&& Access to Shared Data Types &&&&&&&&&&&&&&&&&&&&&&& DMString and DMVariantPtr &&&&&&&&&&&&&&& DMContext Object &&&&&&&&&&&&&&&&&&&&&&& Service provider architecture &&&&&&&&&&&&&&& Shared Definitions and Enumerations &&&&&&&&&&&&&&& Algorithm Registration &&&&&&&&&&&&&&& Algorithm Content Persistence &&&&&&&&&&&&&&& Algorithm-Specific Modeling Flags &&&&&&&&&&&&&&& Custom functions &&&&&&&&&&&&&&& User-Updateable Algorithm Content &&&&&&& Architecture &&&&&&&&&&&&&&& Server Startup &&&&&&&&&&&&&&& Mining Algorithm Information &&&&&&&&&&&&&&& Mining Model Creation &&&&&&&&&&&&&&& Mining Structure Processing &&&&&&&&&&&&&&& Mining Model Training &&&&&&&&&&&&&&& Mining Model Prediction &&&&&&&&&&&&&&& Mining Model Browsing &&&&&&&&&&&&&&& Mining Model Persistence &&&&&&&&&&&&&&& Mining Model Drillthrough &&&&&&&&&&&&&&& Mining Dimensions &&&&&&&&&&&&&&& Sample Case Generation &&&&&&&&&&&&&&& Importing and Generating PMML &&&&&&&&&&&&&&& Error Handling
A Tutorial for Constructing a Plug-In Viewer
&&&&&&&&目&&&&&录 &&&&&&& Overview &&&&&&& Setting up the project &&&&&&& Implementing IMiningModelViewerControl &&&&&&& Assigning a Strong Name to the Assembly &&&&&&& Mechanisms to discover Data Mining models &&&&&&& Update the plug-in algorithm to use the plug-in viewer &&&&&&& Adding UI code to the viewer
阅读(...) 评论()扫码下载APP
随时选购服务
需求发布后1小时内收到服务商响应每个需求平均有10个服务商参与95%以上的需求得到了圆满解决所有需求不向雇主收取任何佣金一站式解决企业建站需求
解决SQL2000数据库附加到SQL2005后的连接问题
解决SQL2000数据库附加到SQL2005后的连接问题
雇主预算:¥200.00
已收到 16 个服务商的文案稿件
有相似问题想解决?专业顾问来帮助您
通过猪八戒网实名认证,保证身份真实可靠
完成手机认证,保证能随时联系到服务商
参与需求,开始赚钱
第1步:提交您的稿件
第2步:中标后交付作品
第3步:获得赏金
该需求下的优秀交稿
TA的交稿:
熟悉网站数据库配置连接。容易解决.有意请联系QQ:
TA的交稿:
详细联系QQ&57-66-81581
TA的交稿:
TA的交稿:
志滔网络提供专业的网站建设、网站制作、网站设计、网站推广等服务,我们的团队是一支专业、朝气、创新、专注、有凝聚力的团队,提供完善的网站建设方案和优质的服务。联系方式扣扣:
TA的交稿:
你好,我们是安徽卓信网络技术工作室,猪八戒最有活力的**建设品牌!&我们承诺全程免费修改,确保您满意为止,期待与您合作!主营项目:〖网站整站建设与设计〗〖系统开发〗〖服务器出租〗大量成功案例,欢迎随时...
还有10个服务商交稿:
或 查看更多优秀交稿
交易成功的需求
网站定制开发相关需求
&!&在线客服的工作时间为周一至周五 9:00-18:00&&}

我要回帖

更多关于 sql2005企业版 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信