| Thread | Last Post | Replies |
|
| suggest related columns | 31 Jul 2006 18:02 GMT | 1 |
When using the Data Mining Wizard, there is a button to suggest related columns for the currently selected predictable columns. Is there any simple programmatic way to determine related columns for a given set of columns you want to predict?
|
| text, ntext, image data types search | 31 Jul 2006 14:35 GMT | 1 |
Beginner user to data mining and creating SQL statements. I'm designing my SQL statements through excel to create dashboards for staff. I want to display a text field (it's a comment section in the app.) but I get the error "the text, ntext and image data types cannot be ...
|
| Text mining problem | 28 Jul 2006 19:28 GMT | 1 |
I have a large database of classified ads. Each contain a text (Less than 1000 chars) that describes the product on sale, and a price. E.g. - Bicycle, red, almost new, 26" frame. : Price: 2500 Categoy : Bicycle - Car, Ford, 1.6, 1999, Red metallic : Price: 45000 Category : Cars, ...
|
| which node was used in a decision tree? | 28 Jul 2006 18:46 GMT | 2 |
I am wondering if it is possible to programatically determine which leaf node was selected to produce the value of a predicted variable when doing a prediction join against a mining model using the decision tree algorithm.
|
| automatically difining number of clusters | 28 Jul 2006 18:42 GMT | 1 |
In the book says when cluster count is 0 it will automattically define the number of clusters. But if keeps the cluster_count as 0 it will give an error. Whys that ? If anybody knows please tell me. I am stuck there ? From
|
| Unique combinations Cross-tab | 27 Jul 2006 18:32 GMT | 4 |
I have a set of customer IDs where they can be assigned any combination of letter codes. For example: code id ---- -----------
|
| Joining files in two databases | 26 Jul 2006 07:52 GMT | 2 |
I am trying to inner join files on one db to a file on another. Here is the general structure I want to join Region and sum$ to summarize $ by region. There are 3 tables in two seperate
|
| Data mining: most popular books | 23 Jul 2006 11:20 GMT | 1 |
Check http://www.datashaping.com/data_mining.shtml for comprehensive listing Introduction to Data Mining - Pang-Ning Tan, Michael Steinbach, Vipin Kumar. Addison-Wesley, 2006.
|
| clustering | 22 Jul 2006 18:06 GMT | 1 |
Is there any effective way of visualization the clusters on multi dimentions. From menik
|
| defining number of clusters | 22 Jul 2006 18:06 GMT | 1 |
Is there a way to execute the clustering with out specifying the number of clusters.(automatically define the number of clusters. ) From Menik
|
| Executing queries from SQL Relational Engine using Association Models | 20 Jul 2006 21:52 GMT | 1 |
I saw the recent article in Tips and Tricks from July 17th on how to execute DMX queries using t-sql. I am having a problem with this technique on association models. What I am trying to do is pull all of the rules that the association model found into a relational table so I can ...
|
| Re: Connecting to Analysis Service in SQLserver 2005 over HTTP | 19 Jul 2006 18:20 GMT | 2 |
I also try to configure http connection on Analysis Services 2005. After i specify the server name in SSMS as http://localhost/OLAP/msmdpump.dll, i got an error "Could not connect to http://localhost/OLAP/msmdpump.dll. The server send an unregnonizable response. Element envelope ...
|
| Lift Chart Mining Legend | 19 Jul 2006 10:54 GMT | 2 |
I can't seem to find any clear documentation about the mining legend of the lift chart on the Mining Accuracy Chart tab when working with the Data Mining Structure designer in VS 2005. Specifically, I would like to know more about what numbers in the Score, Population Correct and ...
|
| Outer Join with where condition | 12 Jul 2006 08:50 GMT | 1 |
I have two tables, one with a list of products and the other table with a list of weekly sales. What I would like to do is list ALL the line numbers within the product table and the the Sales for a particular week. The result will include <null>
|
| AMO samples | 10 Jul 2006 06:34 GMT | 3 |
i already install the sqlserver 2005 samples, everyone does work ok, except the AMO samples. When i try to build the project AMOAdventureWorks with the msbuild command, never made the AMOAdventureWorks.exe. Any idea?
|