analyze_overlap_characteristics {textAnnotatoR} | R Documentation |
Analyze characteristics of code overlaps
Description
Analyzes the characteristics of overlapping code applications by calculating various metrics about overlap patterns.
Usage
analyze_overlap_characteristics(overlaps)
Arguments
overlaps |
List of overlap information, where each element contains:
|
Details
Calculates metrics about code overlaps including the average length of overlapping regions and the total number of overlaps. Returns empty list for empty input.
Value
List containing:
avg_length: Numeric value of average overlap length
total_overlaps: Integer count of total overlapping instances
[Package textAnnotatoR version 0.1.4 Index]