| Thread | Last Post | Replies |
|
| DMX cmd can't see Access db | 12 Apr 2006 03:17 GMT | 8 |
When I execute the DMX command below to train a decision tree model, I keep getting this error about the OLEDB provider. What's wrong??? Thanks!! Error (Data mining): This server is not configured to support the
|
| Timeout when trying to display the classification matrix. | 10 Apr 2006 22:04 GMT | 1 |
Hi, I have trained an NB model and clicked the classification matrix tab. I have set the server timeout to be -1 in the advanced tab in property of the database. I still got the following message: Failed to execute the query due to the following error:
|
| Programming OLAP using DSO | 10 Apr 2006 19:01 GMT | 1 |
I have download this demo from MSDN Technical Articles at http://msdn.microsoft.com/library/de..._accessdso.asp but when i'm trying to connect to Analysis Services i get the following error message: "Error 5: the connection string to repository needs to secified in the 9.0 server ...
|
| Clustering - PredictHistogram | 10 Apr 2006 15:40 GMT | 1 |
I am using "select PredictHistogram(cluster())" to return the probability and distance that my specified case exists in each cluster. However, the results are that all clusters have a $DISTANCE of 0.9 and a $PROBABILITY of 0.1. I have made sure that my specified case was sensible ...
|
| MS Time Series Algorithm -- Stationarity Transformation | 07 Apr 2006 00:56 GMT | 1 |
Hello-- How does the MS Time Series Algorithm check for stationarity? For non-stationary series, how does the algorithm transform the series to make it stationary? Thanks in advance, - Paul
|
| SQL to find Youngest Sibling | 06 Apr 2006 22:04 GMT | 1 |
Please help, how can I retrieve only the youngest students in a family group: SELECT DISTINCT student_registrations.grade, persons.person_id,
|
| probability or importance?which? | 06 Apr 2006 07:01 GMT | 3 |
probability or importance?which is most diagnostic for a relationship? i couldn't exactly understand difference between them..i know theirs mathematical equality but i couldn't choose which is more valuable for an assocation.. can you help me?.. thanks..
|
| why can't i reach pages.. | 05 Apr 2006 13:00 GMT | 2 |
WHEN I CLICK A LINK IN THIS WEB SITE,I SEE AN ERROR MESSAGE(FOR EXAMPLE WHEN I CLICK a downloadable document LINK) SUCH AS BELOW: ////////////////////////////////////////////////////////////////////////////////////////////////// Server Error in '/DMCommunity' Application.
|
| error | 04 Apr 2006 05:11 GMT | 1 |
|
| Need help | 03 Apr 2006 19:32 GMT | 1 |
If I need to find the relationship between marks of some subjects I think importance is the best.(Which clearly says about the relationship). But I think that I can use both support and importance in explaining the relationships. maths=> English. But there are different ...
|
| Help on solving 'RelationalDataSourceView' problem! | 03 Apr 2006 19:21 GMT | 2 |
As I know, currently 'RelationalDataSourceView' is no longer supported. That's why when I run the following code, it reports an error. //Code to create a DataSourceView public DataSourceView CreateDatasourceView(Database db, DataSource ds, string datasourceviewName, string ...
|
| Data Mining API | 03 Apr 2006 19:16 GMT | 2 |
This might sound like a naive question. Is there no Datamining API exposed by SQL Server 2005. I want to use C#, by pushing my data in SQL Server 2005 and using the Scalable EM algorithm to get the clusters in my program and then doing some post processing on the clusters ...
|
| regression trees question | 03 Apr 2006 19:14 GMT | 1 |
I have a question about regression trees. Is the way the MS Decicion Trees algorithm build regression tree similar to classification trees? Does it use the same way (enthropy or bayesian score) to split nodes during the building. I built a tree using five regressors but not all of ...
|
| Text mining with SQL Server 2005 to discover relationship between documents | 03 Apr 2006 18:21 GMT | 3 |
Hi all, I'm trying to use text-mining feature in SQL Server 2005 to analyze documents (word document or text file), in order to discover/extracting knowledge from text documents. I mean, I would like to build something to transform textual data into a format that facilitates ...
|
| DB2 to SQL server | 02 Apr 2006 17:17 GMT | 1 |
Hello How can i provide data for a SQL server 2005 analysis service from DB2 database ???
|