Export Explore Node Calculations

You can export the statistics calculated by an Explore node to a Microsoft Excel spreadsheet. To export:

  1. When an Explore node runs, it writes the statistics that it calculates to a database table. The name of the table is in the Output section of the Explore Data node Properties pane. Suppose that the name of the table is OUTPUT_8_3.
    If the Properties pane of the node is not visible, then right-click the Explore node and select Go to Properties.

  2. In SQL Developer, go to the Connections tab. Expand the connection that you used for data mining.

  3. Expand Tables. Find OUTPUT_8_3 and right-click OUTPUT_8_3.

  4. Select Export in the context menu. The Export Wizard opens.

  5. In the Export Wizard:

    • Deselect Export DDL.

    • In the Export Data section, select the version of Microsoft Excel to which you want to export from the Format drop-down list.

    • Specify a file name. Alternately, you can accept the default.

    • Click Next.

  6. Click Finish. SQL Developer exports the table to the spreadsheet.

The spreadsheet contains the statistics. It contains the names of the histograms generated by the Explore Data node.

To export an individual histogram, right-click the histogram and save the graphic.