real_details {eventstream} | R Documentation |
A dataset containing the details of class A events in the dataset real_stream.
Description
This dataset contains the location of class A events in the real_stream dataset. This can be used for classifying the events in real_stream.
Usage
real_details
Format
A data frame with 4 rows and 3 variables:
- filename
Orignal file name
- class
class of event, A or B
- file_x
y
coordinate of file, relating to the location of event- file_y
x
coordinate of file, relating to the start time of event- stream_x
x
coordinate ofreal_stream
, relating to the start time of event- stream_y
y
coordinate ofreal_stream
, relating to the location of event
[Package eventstream version 0.1.1 Index]