📄 createstructurewithnestedtable.dmx
字号:
--Create a new mining structure
--Using Association Rules algorithm and nested table syntax
CREATE MINING MODEL PurchaseAssociations(
[Customer Key] LONG KEY
,[Customer Purchases] TABLE PREDICT
(
[Product Subcategory] TEXT KEY
)
) USING Microsoft_Association_Rules
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -