x

NNDataset.x(split, is_conditional=False)[source]

Neural network inputs.

Parameters
  • split (str) – One of train, val, test.

  • is_conditional (bool) – Whether to add condition information to x

Return type

Union[ndarray, Tuple[ndarray, ndarray]]