Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 3.49 KB

copy-a-view-of-a-mining-model.md

File metadata and controls

64 lines (38 loc) · 3.49 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
Copy a View of a Mining Model | Microsoft Docs
Learn how to create a copy of a view of a mining model by using the Data Mining Designer in SQL Server Data Tools.
10/31/2023
analysis-services
data-mining
conceptual
kfollis
kfollis
kfollis

Copy a View of a Mining Model

[!INCLUDEappliesto-sql2019-earlier]

[!INCLUDEdm-dep-banner]

The Mining Model Viewer tab of Data Mining Designer in [!INCLUDEssBIDevStudioFull] uses a separate viewer for each type of mining model. Several of the viewers have components from which you can copy the contents to the Clipboard, and from there paste the contents into a document or into image manipulation software. The following components make this functionality available:

  • Cluster Diagram in the [!INCLUDEmsCoName] Cluster Viewer and the [!INCLUDEmsCoName] Sequence Cluster Viewer

  • Decision Tree in the [!INCLUDEmsCoName] Tree Viewer and the [!INCLUDEmsCoName] Time Series Viewer

  • State Transitions in the [!INCLUDEmsCoName] Sequence Cluster Viewer

  • Dependency Network in the [!INCLUDEmsCoName] Association Rules Viewer, the [!INCLUDEmsCoName] Naive Bayes Viewer, and the [!INCLUDEmsCoName] Tree Viewer

  • Mining model content, from the Node Details pane of the [!INCLUDEmsCoName] Generic Content Tree Viewer

You can copy the complete representation of the mining model, or just the part that is visible in the viewer.

Warning

When you copy a model using the viewer, it does not create a new model object. To create a new model, you must use either the wizard, or the Data Mining Designer,. For more information, see Make a Copy of a Mining Model.

To copy the complete model to the Clipboard

  1. From the Mining Model list on the Mining Model Viewer tab, select the mining model that you want to view.

  2. Select the appropriate tab, such as the Dependency Network tab, and then click Copy Entire Graph on the toolbar of that tab.

To copy the visible piece of the model to the Clipboard

  1. From the Mining Model list on the Mining Model Viewer tab, select the mining model that you want to view.

  2. Select the appropriate tab, such as the Dependency Network tab, and then zoom in or out to view the model at the level that you want.

  3. Click Copy Graph View on the toolbar of the selected tab.

To copy the mining model content to the Clipboard

  1. From the Mining Model list on the Mining Model Viewer tab, select the mining model that you want to view.

  2. From the Viewer drop-down list, select Microsoft Generic Content Tree Viewer.

  3. In the Node Caption (Unique ID) pane, click a node.

  4. Right-click the Node Details pane and then select Select All.

  5. Right-click the Node Details pane again and select Copy.

See Also

Mining Model Viewer Tasks and How-tos