An Nx22x4
array is returned. Here N
is the total number of events extracted in all windows. The second dimension has 30
features and the class label for the supervised
setting. The third dimension has 4
different event ages : tt, 2tt, 3tt, 4tt
.
For example, the element at [10,6,3]
has the 6th feature, of the 10th extracted event when the age of the event is 3tt
. The features are listed below:
cluster_id
An identification number for each event.
pixels
The number of pixels of each event.
length
The length of the event.
width
The width of the event.
total_value
The total value of the pixels.
l2w_ratio
Length to width ratio of event.
centroid_x
x coordinate of event centroid.
centroid_y
y coordinate of event centroid.
centroid_z
z coordinate of event centroid.
mean
Mean value of event pixels.
std_dev
Standard deviation of event pixels.
slope
Slope of a linear model fitted to the event.
quad1
First coefficient of a quadratic model fitted to the event.
quad2
Second coefficient of a quadratic model fitted to the event.
sd_from_mean
Let us denote the 80th percentile of the event pixels value by x
. How many standard deviations is x
is away from the mean?