Skip to contents

This function returns a string representation of the object.

Usage

AUTO_VI$..str..()

Value

A string.

Examples


AUTO_VI$..str..()
#> [1] "<AUTO_VI class>"

my_vi <- auto_vi(fitted_model = lm(speed ~ dist, data = cars))
my_vi$..str..()
#> [1] "<AUTO_VI object>\n Status:\n  - Fitted model: lm\n  - Keras model: UNKNOWN\n     - Output node index: 1\n  - Result: UNKNOWN"