Min average similarity score for each aligned segment.
***min_length:*** *str*
Min segment length.
***max_iout:*** *str*
Max iou for filtering overlap segments (bbox).
<br/>
## Interface
A Temporal Network operator takes two numpy.ndarray(shape(N,D) N: number of features. D: dimension of features) and get the duplicated ranges and scores.
**Parameters:**
***src_video_vec data:*** *numpy.ndarray*
Source video feature vectors.
***dst_video_vec:*** *numpy.ndarray*
Destination video feature vectors.
**Returns:** *List[List[Int]], List[float] *
The returned aligned range and similarity score.