gf_algo: Create a GraphFrame Algorithm Object

Description Usage Arguments

Description

Create a GF algo object, wrapping the result of a GraphFrame routine call. The generated object will be an R list with S3 classes c("gf_algo_<class>", "gf_algo").

Usage

1
gf_algo(class, algo, ..., .call = sys.call(sys.parent()))

Arguments

class

The name of the graph algorithm used. Note that the model name generated will be generated as ml_model_<class>; that is, gf_algo will be prefixed.

algo

The underlying GraphFrame algo object.

...

Additional algorithm information; typically supplied as named values.

.call

The R call used in generating this algo object (ie, the top-level R routine that wraps over the associated GraphFrame routine). Typically used for print output in e.g. print and summary methods.


kevinykuo/sparklygraphs documentation built on May 23, 2019, 9:33 a.m.