View source: R/create_phrases_item_bank.R
segment_phrase | R Documentation |
Segment a note track by adding phrasend and phrasbeg columns with boolean markers.
segment_phrase(
note_track,
phrase_segment_outlier_threshold = 0.65,
ioi_threshold = 0.96,
as_string_df = TRUE
)
note_track |
a data frame with an "onset" column |
phrase_segment_outlier_threshold |
A threshold for selecting outliers for durations in phrase segmentation. |
ioi_threshold |
A threshold for selecting outliers for iois in phrase segmentation. |
as_string_df |
Should the format of the DF be a string DF? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.