createTestLayer {fuseMLR}R Documentation

createTestLayer

Description

Creates and stores a TestLayer on the Testing object passed as argument.

Usage

createTestLayer(testing, test_layer_id, test_data)

Arguments

testing

Testing
Testing object where the created layer will be stored.

test_layer_id

character
ID of the testing layer to be created.

test_data

data.frame
Data modality to be stored in TestData.

Value

The updated Testing object (with the new layer) is returned.


[Package fuseMLR version 0.0.1 Index]