# Auto-generated file -- DO NOT EDIT!!!!! =head1 NAME KinoSearch::Highlight::HeatMap - Density of relevant data in a string. =head1 SYNOPSIS # TODO. =head1 DESCRIPTION Density of relevant data in a string. A HeatMap stores a number for each location in a string, indicating the "heat" (density) of relevant data in areas which match a search query. =head1 CONSTRUCTORS =head2 new( I<[labeled params]> ) my $heat_map = KinoSearch::Highlight::HeatMap->new( spans => \@highlight_spans, window => 100, ); =over =item * B - An array of Spans, which need not be sorted and will not be modified. =item * B - The greatest distance between which heat points may reinforce each other. =back =head1 INHERITANCE KinoSearch::Highlight::HeatMap isa L. =head1 COPYRIGHT AND LICENSE Copyright 2005-2009 Marvin Humphrey This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =cut