| Thread | Last Post | Replies |
|
| Speed of SQL 2005 decision tree vs one coded in C#? | 19 Apr 2006 03:55 GMT | 5 |
I have a C# application which is accessing a SQL 2005 decision tree to get values back. I've looked at profiler at the time to return results from analysis services is < 10 ms (usually reported as 0 ms). My question is, if I were to write (or buy) my own algorithm in C# for ...
|
| An error - transaction | 18 Apr 2006 17:16 GMT | 1 |
Can anybody explain this error to me!!!!! Pls... Pls .....Pls.... Error 1 XML for Analysis parser: A session transaction is already in progress, but a non-session write operation was initiated. After creating a session object, the session object must be dropped before attempting a ...
|
| An other problem, Decision tree | 18 Apr 2006 07:39 GMT | 3 |
Hi again, My problem is about the way that the dicision algorithm splits to the next leaf. I tried to calculate by hand the slpit procedure of my algorithm. I applied a decision tree with Entropy split method. I had as reference the book Data Mining with SQL Server 2005. As far as ...
|
| Please help me with a DMX Query | 18 Apr 2006 03:58 GMT | 2 |
I have two tables: 1. Encyclopedia (ComponentID, MajorAttribute,Part) with primary(ComponentID) 2. Minor(ComponentID,MinorAttribute) with primary(ComponentID)
|
| select into | 17 Apr 2006 19:54 GMT | 7 |
Is there a way to create a table using something similar to 'select .... into' in a dmx query?
|
| Sequence Clustering sample | 17 Apr 2006 10:40 GMT | 2 |
does anyone of you know any samples for sequence clustering algorithm? Maybe even integrated in Visual Studio project? Thanks for your help, Bostjan
|
| Management studio | 15 Apr 2006 00:34 GMT | 1 |
If I select 'Script mining model as' - 'create to' in the management studio, I get the XML variant of the creation. Is there a way to have it script the DMX creation query instead?
|
| Error Message "Key Sequence columns are not supported at the case level" | 15 Apr 2006 00:19 GMT | 5 |
Hi group, I was trying to build a sequence analysis in MSAS. I end up getting an error with message "Key Sequence columns are not supported at the case level".
|
| Time Series Problem | 14 Apr 2006 17:25 GMT | 1 |
I want to use time series to model my every day sales data in a cube, and the time dimension contains time key from 2000 to 2020. Of course the sales data in the future year: 2006.04.14-2020.12.31 are null. (I have used MDX query to verify that.) But the results in the time ...
|
| RE: About plug-in algorithm | 14 Apr 2006 17:24 GMT | 1 |
hi, iwant to build the fp-growth algorithm in sql 2005 with c++;but i am not professional in atl. So , can you give me some help. thank you! my email address is seasono0119@hotmail.com.
> Hi everyone: |
| primary filegroup full error | 13 Apr 2006 20:38 GMT | 1 |
I have a few very large tables. When I run a query, it fails with a primary filegroup is full error. http://support.microsoft.com/Default.aspx?kbid=913399. I do not have explicit table level locks. The problem is still happening.
|
| A Newbie Question - Matching Two Texts | 13 Apr 2006 19:32 GMT | 1 |
I'd like to write an application that calculates the degree of semantic overlap between two texts. I'm using SQL Server 2005 and considering using the analysis services for that sake. However, I'm very new to text mining, so where should I start?
|
| Microsoft Clustering | 12 Apr 2006 18:20 GMT | 1 |
The data mining algorithm in the framework use EM , scalable EM to do the clustering. Since the data in each cluster is assumed to be a gaussian distribution. If i have a multivariate gaussian and i want to see the mean and the covaraince matrices of the clusters obtained, is ...
|
| How to deal with duplictae key in MS BI? | 12 Apr 2006 18:20 GMT | 1 |
I have a data warehouse in SQl2005 and there are records as following: -------------------- name |attr1 | attr2 --------------------
|
| Webapplication problems with MiningModelViewerControl | 12 Apr 2006 18:07 GMT | 3 |
hi, all When I want to add Microsoft.AnalysisServices.Viewers.MiningModelViewerControl to my web application, the following error appears: cannot convert from 'Microsoft.AnalysisServices.Viewers.MiningModelViewerControl' to 'System.Web.UI.Control' Is there any solution to ...
|