Interface DataFeaturesProperties

Properties for DataFeatures constructor, containing all previous features of DataProperties and two new parameters.

Hierarchy

Properties

numClasses?: 2 | 1

The number of class for labels and model output, 1 or 2 for binary classification.

shouldCompleteXSize?: boolean

In case that a chunk is not fully complete after reading the record, this field describes whether we should complete it manually with trailing zeros.

xSize?: number

The second shape of all 3d tensors (or first in case we ignore the batch size), representing here the chunk length. The last shape is arbitrary, given by the number of mouse features for each chunk.

Generated using TypeDoc