Description Usage Arguments Value Author(s)
A function to streamline applying a model over a set of graphs.
1  | gs.xfm.apply_model(graphs, func, model.opts = list(), ...)
 | 
graphs | 
 the set of  
  | 
model.opts | 
 the hyper-parameter options to pass to your model as a keyworded list. Defaults to   | 
... | 
 trailing args.  | 
model.func | 
 the model function to apply to each of the n graphs. Should take as its first argument a   | 
models [[n]] list where models[[i]] corresponds to the model model.func applied to graphs[[i]].
Eric Bridgeford
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.