print.DNN_predictor {EFAfactors}R Documentation

Print DNN Predictor Method Results

Description

This function prints the number of factors suggested by the deep neural network (DNN) predictor.

Usage

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

Arguments

x

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

...

Additional arguments to be passed to the plotting function.

Value

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

See Also

DNN_predictor


[Package EFAfactors version 1.2.3 Index]