| Thread | Last Post | Replies |
|
| MINING STRUCTURE USING CUBE | 23 May 2007 20:03 GMT | 1 |
I want to create a mining structure using a cube programmatically All the examples I found use as a source a datasourceview to build the mining structure. But we built a cube using a datasourceview and the next step is to build the mining structure using the cube. Can anyone help me ...
|
| Data Mining / BI products | 23 May 2007 17:53 GMT | 2 |
Can anyone give any suggestions for great Data Mining and Business Intelligence products on the market for SQL Server 2005? Are the built-in products for this any good? I am just starting out looking into this. Thanks for any help is appreciated.
|
| Adventure Works DW | 17 May 2007 18:05 GMT | 1 |
I am trying to find out which version of Adventure Works DW database version are you using in an Over View Of DM web cast , since i can't seen some of the tables like new customers and target mail. Is there any othere version or you set and created some new tables only for this ...
|
| grouping data on weekly basis | 05 May 2007 07:24 GMT | 15 |
What I wish to do is to sort data on week basis, calculate the highs and lows of the week as a whole, how do i do it? This data is taken from historic data of nseindia.com site, so if this sounds confusing u can download from there to check.
|
| Assertion failled resizing vectors in plug-in algorithms | 03 May 2007 07:11 GMT | 1 |
I got an Assertion failed error while resizing a vector in my plug-in algorithm. In order to isolate the problem I created a simple model class in Algorithm.h file as shown below: //========================= begin code ======================= class CStateStats
|
| using vector of vectors in plug-in algorithms | 03 May 2007 07:11 GMT | 1 |
I am in trouble while using vectors in plug-in algorithms. I created a model class with a vector of vectors. I provided access to DMHALLOC in that class and I succeded making room for the vector, but when I tried providing room for the vectors of the vector (using resize) I got an ...
|
| Time Series and COMPLEXITY_PENALTY | 02 May 2007 17:09 GMT | 1 |
Although COMPLEXITY_PENALTY is documented in BOL as a parameter for the Time Series algorithm, it doesn't seem to be supported. [Execute SQL Task] Error: Executing the query "CREATE MINING MODEL SessionSalesForecast ( week_key LONG KEY TIME, product_key LONG KEY,
|