| Thread | Last Post | Replies |
|
| DataMining DecisionTrees GetTreeScores Error | 19 May 2006 04:00 GMT | 2 |
We are just starting to get into the 2k5 mining tools. (and are very eager to keep going). We can create a project, we can run a project, however, as soon as we want to view the results in the mining model viewer (or any other viewer for that matter) we get an error. For the ...
|
| Between Dates Problem | 18 May 2006 15:53 GMT | 1 |
I am running into a problem with creating views that query between dates. I am attempting to search beween months regardless of the year. Whenever I create the criteria using: SELECT JobDescription, ProjectName, EstimatedFinishDate
|
| Understanding MS Time Series | 18 May 2006 14:40 GMT | 2 |
I'm trying to wrap my head around the Time Series model, and so far am not having any luck. I'm reading through "Data Mining with SQL Server 2005" by MacLennan and Tang as well as the tutorial but I haven't had the breakthrough yet where I can say I really understand what is ...
|
| MiningStructure.FilterComponent in AMO | 18 May 2006 02:40 GMT | 1 |
I want to add an mdx filter to the mining structure data source in my C# code. I use MiningStructure.FilterComponent but it did not work. I saw in XMLA, my MDX filter in FilterComponent only appears as child of <Annotation>field. However in other models I saw correct filter ...
|
| how to use cube slice filter in AMO? | 18 May 2006 02:40 GMT | 2 |
hi, When I use the following statement to add cube slice filter into my data mining model MiningStructure ms = ... ms.Source = ...
|
| Concurrent Threads trying to create MiningModel | 17 May 2006 23:20 GMT | 2 |
I am writing an application where i have a job which creates Mining Model Structure and its respective Minig Model. This job can be called by multiple threads at same time, thus creating multile MiningStructures and their mining models. Each of thread does structure.Update and ...
|
| Setting mining model parameters after training? | 17 May 2006 22:52 GMT | 1 |
I'm working on a plugin algorithm, that needs a method to somehow set parameters AFTER the training. I mean, I'd like to train the model with a set of parameters. Then, I want to set an other set of the parameters, and query the results. Then set this last parameter set to some ...
|
| DM Sample Application - How to export DMX query results | 17 May 2006 18:02 GMT | 3 |
I have downloaded the DM Sample Application, in order to query a Data Mining Model I have developed. Everything works just fine. My only problem is that I can't find a way to export the DMX query results out of the DM Sample Application (e.g to an excel spreadsheet). Is there a ...
|
| Difference of mining results | 17 May 2006 07:46 GMT | 5 |
I use the related codes in AMOSampleDM.cs in Downloads to create my own Clustering mining model through Visual Studio. And then I use BIDS to create the another model with the same mining settings. I did not change any parameter settings so they both use the default settings. ...
|
| Calculated Member | 17 May 2006 04:55 GMT | 1 |
When looking at the template of the calculated member [Percentage of Total] it appears that I have to refer to the <<Target Hierarchy>>. That means that I have to create a calculated member for every hierarchy. Is there a way to create only one calculated member that refer to ...
|
| time series stdev? | 16 May 2006 23:13 GMT | 1 |
is there any way to see a field of the standart deviation of the data when using the predicttimeseries prediction query?
|
| Regressor_only | 16 May 2006 22:50 GMT | 1 |
If you want to create a ds-tree using one continious input variable and a few other descrete, it would be good in some future version of analysis services to be able to have a column modelling flag like "REGRESSOR_ONLY". I.e. making it possible to stop the algorithm from using ...
|
| c# with cubes | 16 May 2006 22:12 GMT | 3 |
hi, When I am using AMO to create mining structure as: MiningStructure ms = db.MiningStructures.Add(...)
|
| tips&tricks1356 problems | 16 May 2006 20:18 GMT | 1 |
hi, When I was testing tips and tricks 1356 (Code and Reporting Services project from DM-BI Integration Webcast), I met a problem. For the following statement: Utilities.CreateMiningStructureColumn()
|
| Clustering Plugin error | 16 May 2006 16:40 GMT | 2 |
I'm working on a clustering plugin. Everything seems to work fine, but when I call "SELECT Cluster()..." from the management studio, it says: ----------------------------------------- Executing the query ... Obtained object of type: Microsoft.AnalysisServices.AdomdClient ...
|