Extract details of the best model. Model details for a Naive Bayes model consist of conditional probabilities and priors for attributes used to build the model.
If the Component Palette is not open, select View > Component Palette in the menu bar.
Click the Model Details icon; move the mouse to the workflow and click again.
The model details node is created. Rename the node AttributeProbabilities
by selecting the name and typing the new name.
Right-click ClassBuild
, the classification node. Select Connect and connect ClassBuild
to
AttributeProbabilities
.
AttributeProbabilities
is ready to run. Right-click AttributeProbabilities
and select Run.
Monitor the progress of the build in the Workflow Jobs.AttributeProbabilities
by right-clicking the node and selecting
View Data.This operation extracts model details for the Naive Bayes model (and no other models) because the Naive Bayes model is the only model in the model node with a
green arrow in the Output column of the Classification node Property Inspector.
The Next step is to apply the selected model.
Copyright © 2011, 2012, Oracle. All rights reserved.