powered by
Creates a list of lists representing a PFA pool.
list
pfa_pool(type, init, source = "embedded", shared = FALSE, rollback = FALSE)
pool type, which is an Avro schema as list of lists (created by avro_* functions)
pool initial value, which is a list of lists, usually converted from a model
if "embedded", the init is the data structure, if "json", the init is a URL string pointing to an external JSON file
if TRUE, the pool is shared across scoring engine instances
if TRUE, the pool's value would be rolled back if an uncaught exception is encountered
a list of lists that can be inserted into pfa_config.
pfa_pool(avro_double, json_map(one = 1.1, two = 2.2, three = 3.3))
Run the code above in your browser using DataLab