| Thread | Last Post | Replies |
|
| Delimiters with AMO | 29 Jun 2006 22:35 GMT | 1 |
Hi NG, with DSO you can get the delimiters with dsoDataSource.OpenQuoteChar and .CloseQuoteChar. Is there an equivalent in AMO?
|
| Cluster Profiles are black | 28 Jun 2006 15:00 GMT | 2 |
The bars of the sequences-result for my Sequence Clustering are all black. Instead of colored cluster of the users and their way through the website I only see black bars with a differend length. Could it deal with service pack 1? Before I installed sp1 I never had problems like ...
|
| Error Message Using Neural Network Viewer | 27 Jun 2006 07:40 GMT | 2 |
I try to view my trained model based on Neural Network algorithm with its related viewer. I want to see as output an attribute which has dicrete, numeric values (0, 3, 4). But I only get this error message: "Execution of the managed stored procedure GetAttributeScores failed with ...
|
| Data Mining Questions | 26 Jun 2006 21:34 GMT | 2 |
I have a fair bit of Data Warehouse expeierence but am new to Data Mining. Our agency tracks sort of medical information on clients. We do these huge assesments and ask every type of question there is from "do you ever feel like hurting yourself" to "do you think someone has ...
|
| Cross Selling and predicting quantity sold? | 26 Jun 2006 18:33 GMT | 7 |
I've done a lot of web research and read a book on analysis services but still haven't found an example of how to develop a cross selling algorithm that can predict not only what is sold, but how much is predicted to be sold. For instance, If I know customer A has bought 5 units of ...
|
| Re: Datamining web control error | 22 Jun 2006 21:28 GMT | 1 |
Has there been any resolution to this problem -- I'm running into the same issue.
|
| schedule dts at a remote server | 22 Jun 2006 20:25 GMT | 1 |
Can somenone help me build a DTS in SQL Server 2000 that allows to schedule the execution of a executable file in a remote server without sql server?... [] Ricky
|
| Constraints on Predicted Outputs and ScalarMiningStructureColumn Properties | 22 Jun 2006 20:25 GMT | 1 |
I was wondering if there is any way to rigidly enforce rules about prediction outputs. For instance, if predicting a continous number, it should always be positive. Also, can anyone elaborate on what you can do with the Classified, Distribution, and ModelingFlags properties of a ...
|
| Discrete looking outputs from Continous inputs | 21 Jun 2006 16:40 GMT | 2 |
I am building a prediction model that has 6 continous inputs and a single continous output. Using decision trees, linear regression, and neural network I constantly get the same 4 or 5 predicted output values. From investigating the decision tree model, it appears that there is ...
|
| Creating RFM variables | 20 Jun 2006 20:16 GMT | 1 |
Momentarily I'm trying to create recency, frequency, and monetary (RFM) variables from a tranactional database using a named query in the data source view. These RFM variables will subsequently be used to create states as input for the sequence clustering algorithm. As the ...
|
| Sequence clustering - order of the model | 20 Jun 2006 00:08 GMT | 3 |
I've been reeding about sequence clustering algorithm and found that it uses 1st order Markov models to analyze sequences. What exactly does that mean? I know that 1st order models should only consider the last state in a sequence for prediction, but all the examples I've seen ...
|
| "Suggest Related Columns" | 18 Jun 2006 23:20 GMT | 2 |
Is there a way to use the feature "Suggest Related Columns" of the Mining Wizard in a DMX-Statement or by programming? Thanx...
|
| CALL System.Microsoft.AnalysisServices.System.DataMining.Clustering.GetClusterCharacteristics | 17 Jun 2006 23:00 GMT | 1 |
I did a trace while using the data mining viewers and this MDX is what it's running to get the cluster characteristics: CALL System.Microsoft.AnalysisServices.System.DataMining.Clustering.GetClusterCharacteristics('Customer Clusters','',0.0005) The following DMX is somewhat close:
|
| automatic cluster naming | 17 Jun 2006 23:00 GMT | 1 |
Has anyone done any work on writing some code which looks at cluster characteristics to give a cluster a friendly name (like Old, Fat, Australians; not like Age=Old, Weight=Fat, Country=Australia)?
|
| AMO DataMining Code | 16 Jun 2006 07:00 GMT | 2 |
I want to add an mdx filter to my mining structure using C# code. I use MiningStructure.FilterComponent to do it. After I created model and opened the resulting XMLA, I saw the filter was added into the <Annotation> field like: <Annotation> ...
|