plot.DNN_predictor: Plot DNN Predictor Classification Probability Distribution

View source: R/plot.R

plot.DNN_predictorR Documentation

Plot DNN Predictor Classification Probability Distribution

Description

This function generates a bar plot of the classification probabilities predicted by the pre-trained deep neural network for determining the number of factors. The plot displays the probability distribution across different numbers of factors, with each bar representing the probability for a specific number of factors. The maximum number of factors that the network can evaluate is 10. The function also annotates each bar with its probability value.

Usage

## S3 method for class 'DNN_predictor'
plot(x, ...)

Arguments

x

An object of class DNN_predictor, representing the results to be plotted.

...

Additional arguments to be passed to the plotting function.

Value

None. This function is used for side effects (plotting).

See Also

DNN_predictor


EFAfactors documentation built on Sept. 30, 2024, 1:06 a.m.