variable_names_values: Get variable names and values associated with an estimator

Description Usage Arguments Value

Description

These helper functions extract the names and values of variables in the graphs associated with trained estimator models.

Usage

1
2
3
variable_names(object)

variable_value(object, variable = NULL)

Arguments

object

A trained estimator model.

variable

(Optional) Names of variables to extract as a character vector. If not specified, values for all variables are returned.

Value

For variable_names(), a vector of variable names. For variable_values(), a named list of variable values.


rstudio/tflearn documentation built on Nov. 25, 2021, 2:45 a.m.