model()
takes greta arrays as arguments, and defines a
statistical model by finding all of the other greta arrays on which they
depend, or which depend on them. Further arguments to model
can be used to configure the tensorflow
graph representing the model, to tweak performance.
define_model
is an alias for model
. It is deprecated,
and will be removed in version 0.2.
The plot method produces a visual representation of the defined
model. It uses the DiagrammeR
package, which must be installed
first. Here's a key to the plots:
