chessboard.api.io.loadData

chessboard.api.io.loadData(file)

Load MAJIQ generated data.

Loads MAJIQ generated data processed by chessboard.api.io.createFromMajiq() in .npz format as a CHESSBOARD data object.

Parameters

file (str) – Path to the .npz file.

Returns

A CHESSBOARD object containg the input data.

Return type

chessboard.api.io.Data