mlpy.auxiliary.datasets.DataSet.append

DataSet.append(name, data)[source]

Append a new data record.

Append a new data record to the current sequence of samples of the field with the given name.

Parameters:

name : str

The name of the field.

data : str or int or float or ndarray

The data record.