produce EntitySchema

make_entity_schema(
  num_partitions = 1L,
  featurized = FALSE,
  dimension = NULL,
  pbgref
)

Arguments

num_partitions

integer(1)

featurized

logical(1)

dimension

NULL Or integer(1)

pbgref

instance of torchbiggraph module

Examples

pbg = reticulate::import("torchbiggraph")
EntitySchema(pbgref = pbg)
#> Error in EntitySchema(pbgref = pbg): could not find function "EntitySchema"