create_batch_cases {agena.ai} | R Documentation |
Create a json file of a BN model with observations
Description
This function takes an R Model objectand a CSV file of observations for cases and creates a batch of datasets / cases for each row in the input data and generates a .json file for the BN
Usage
create_batch_cases(inputModel, inputData)
Arguments
inputModel |
an R model object |
inputData |
CSV file of observations |
Value
json file
[Package agena.ai version 1.1.1 Index]