dcase_util.data.LabelMatrixEncoder
- class dcase_util.data.LabelMatrixEncoder(label_list=None, time_resolution=None, **kwargs)[source]
Label matrix encoder base class
Constructor
- Parameters
- label_listlist or str
Label list Default value None
- time_resolutionfloat
Time resolution Default value None
- __init__(label_list=None, time_resolution=None, **kwargs)[source]
Constructor
- Parameters
- label_listlist or str
Label list Default value None
- time_resolutionfloat
Time resolution Default value None
Methods
__init__([label_list, time_resolution])Constructor
change_axis([time_axis, data_axis])Set axis
delimiter([exclude_delimiters])Use csv.sniffer to guess delimiter for CSV file
detect_file_format([filename])Detect file format from extension
empty()Check if file is empty
exists()Checks that file exists
freeze()Freeze focus segment, copy segment to be container's data.
get_file_information()Get file information, filename
get_focused()Get focus segment from data matrix.
get_frames([frame_ids, vector_ids, frame_hop])Get frames from data matrix.
is_package([filename])Determine if the file is compressed package.
load([filename])Load file
log([level])Log container content
plot([plot, show_color_bar, figsize, ...])Visualize data matrix.
push_processing_chain_item(processor_name[, ...])Push processing chain item
reset_focus()Reset focus segment
save([filename])Save file
set_focus([start, stop, duration, ...])Set focus segment
show([mode, indent, visualize])Print container content
to_html([indent])Get container information in a HTML formatted string
to_string([ui, indent])Get container information in a string
validate_format()Validate file format
Attributes
TTransposed data in a data container
bytesFile size in bytes
dataData matrix
focus_startFocus segment start
focus_stopFocus segment stop
framesNumber of data frames
lengthNumber of data columns
loggerLogger instance
md5Checksum for file.
shapeShape of data matrix
statsBasic statistics of data matrix.
valid_formatsValid file formats
vector_lengthData vector length