| Thread | Last Post | Replies |
|
| dynamical naming table | 31 Jan 2006 20:03 GMT | 1 |
I am about to create a procedure which will create tables with dynamically specified tablenames. Something like this DECLARE tname CHAR(30);
|
| Clustering question | 31 Jan 2006 15:14 GMT | 3 |
Clustered on sales: Key Sales cid Expression 21 1200 Cluster 1 0.91724288800409981 17 1160 Cluster 1 0.9631687827044676
|
| Outliers | 30 Jan 2006 22:45 GMT | 5 |
I'm a newbie to both data mining generally and Sql Server BI in particular. I've played with the Linear Regression and Decision Tree algorithms a fair amount, but I have a question. I've created a test database with both a discrete and continuous attribute. The continuous ...
|
| error compiling tutorial plugin | 30 Jan 2006 21:14 GMT | 3 |
Can I build the last tutorial plugin using Visual C++ 2005 Express, Windows 2000 adv srv SP4 and Windows? Server 2003 SP1 Platform SDK? I'm asking because I received several error messages while compiling the last tutorial. thanks claudio
|
| Starting Sql Server Browser | 30 Jan 2006 17:41 GMT | 1 |
I have a problem when starting the Service "Sql Server Browser", i don't know why, no message is delivred.. it has the status "starting.." in the MMC (services) Now i'm planing to use Sql Server 2000 if it seems stable for Data Mining.. Can you suggest me something.. Thanks guys!
|
| Clustering Algorithms | 30 Jan 2006 17:20 GMT | 1 |
I´ve got a few questions about the clustering algorithms: 1. How does the clustering algorithms treat textual attributes? I.e. first column name: test and the following 4 values are used in this column: private, public, legal,
|
| plug-in algorithms | 30 Jan 2006 17:20 GMT | 1 |
How is it with plug-in algorithms in sql server 2005 and managed code (C#.NET, VB.NET,...). Will be somewhwere in the future possible to write plug-in algorithms using one of these languages?
|
| creating more named calculations in a single data source view using amo | 27 Jan 2006 23:40 GMT | 5 |
I am trying to create more named calculations in a single data source view using AMO. In Visual Studio Analysis services data source view can contain tables and views and it is also possible to manually create named calculations. I tried to do the same using AMO (C#). I need this ...
|
| ORDER BY IIF(SoldUnits > 400, 0, 1), Description | 27 Jan 2006 19:36 GMT | 4 |
Hi everyone... I have to order a list of items in SQL 2000, but want to put the 3 top sold items on top, all all others after them. I'd find out the break number easily (400 in the example). It'd be two groups of description ordered items, as in :
|
| Multi Dimensional Cases in Time Series | 27 Jan 2006 18:16 GMT | 3 |
Is there any way to have multiple dimensions as cases for the time series algorithm? For example, you can have both "Customer" and "Product" dimensions as cases for the time series algorithm, so you'd get, for example, the time series results of the customers in "Washington" ...
|
| newbie-trying to pull the 1st record of each grp | 26 Jan 2006 21:56 GMT | 1 |
I can pull the 1st record of someone with 1 or more history records in MS Access2000, but can't figure out the stmt to do it in SQL2000. In Access it's: ---------------------------------------------------------------------------
|
| Outliers | 26 Jan 2006 17:20 GMT | 1 |
I'm a newbie to both data mining generally and Sql Server BI in particular. I've played with the Linear Regression and Decision Tree algorithms a fair amount, but I have a question. I've created a test database with both a discrete and continuous attribute. The continuous ...
|
| Outliers | 26 Jan 2006 17:20 GMT | 1 |
I'm a newbie to both data mining generally and Sql Server BI in particular. I've played with the Linear Regression and Decision Tree algorithms a fair amount, but I have a question.
|
| lift chart | 26 Jan 2006 17:08 GMT | 1 |
Is there a way to change the X- and Y axes in a lift chart? Does the lift chart show a cumulative performance of a model? Some tools like SAS order the data by probability, so that the lift chart starts with a line that goes up quite quickly. Can I order my data in SQL2005 so ...
|
| descriptive statistics | 26 Jan 2006 03:00 GMT | 1 |
I would like to run descriptive statistics including frequencies, mean/median, outliers etc as a part of Data quality. I am not sure how to do that in Business Intelligence Development studio. Any help is highly appreciated
|