all groups > sql server data mining > february 2006 >
You're in the

sql server data mining

group:

discretization methods question


discretization methods question ziga
2/23/2006 12:00:00 AM
sql server data mining:
Hi!

In Analysis services data mining I found these three medthods for discretizing continuous attributes:automatic, cluster and equal_areas.
In some literature I detected also methods equal_ranges and treshold but I couldn't find them in SQL Server 2005 SSAS DM. How is it with these two methods?
Thanx,
Re: discretization methods question Jamie MacLennan (MS)
2/23/2006 2:00:09 PM
Those methods aren't supported in most cases. Thresholds is supported but
deprecated so it's not in the UI but you could set it yourself in the DDL.
Equal Areas I believe is only supported for text discretization on OLAP
attributes and is used for grouping names, for example.

--

-Jamie MacLennan
SQL Server Data Mining
This posting is provided "AS IS" with no warranties, and confers no rights.
[quoted text, click to view]

Re: discretization methods question Raman Iyer [MS]
2/23/2006 5:23:18 PM
Equal_Areas is actually supported for text and numeric columns in both OLAP
and Data Mining.

Equal_Ranges is not available in the final release - it was available as an
option in beta releases, which is the reason there might be mention of it
online or in beta documentation.

--
-Raman Iyer
SQL Server Data Mining
[This posting is provided "AS IS" with no warranties, and confers no
rights.]

[quoted text, click to view]

Re: discretization methods question Jamie MacLennan (MS)
2/23/2006 6:35:58 PM
Duh - I meant Equal_Ranges :)


--

-Jamie MacLennan
SQL Server Data Mining
This posting is provided "AS IS" with no warranties, and confers no rights.
[quoted text, click to view]

Re: discretization methods question ziga
2/23/2006 10:40:32 PM
Thanx a lot!
Ziga

[quoted text, click to view]
AddThis Social Bookmark Button