produce RelationSchema for torchbiggraph configuration

make_rel_schema(
  name = "all_edges",
  lhs = "all",
  rhs = "all",
  weight = 1,
  operator = "complex_diagonal",
  all_negs = FALSE,
  pbgref
)

Arguments

name

character(1)

lhs

character(1)

rhs

character(1)

weight

numeric(1)

operator

character(1)

all_negs

character(1)

pbgref

python reference to torchbiggraph module