Learn R Programming

agena.ai (version 1.1.1)

create_batch_cases: 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)

Value

json file

Arguments

inputModel

an R model object

inputData

CSV file of observations