pdl::linear(3) redhat man page | unix.com

Man Page: pdl::linear

Operating Environment: redhat

Section: 3

Linear(3)						User Contributed Perl Documentation						 Linear(3)

NAME
PDL::Filter::Linear - linear filtering for PDL
SYNOPSIS
$a = new PDL::Filter::Linear( {Weights => $v, Point => 10}); $b = new PDL::Filter::Gaussian(15,2); # 15 points, 2 std devn. ($pred,$corrslic) = $a->predict($dat);
DESCRIPTION
A wrapper for generic linear filters. Just for convenience. This should in the future use DataPresenter. Also, this class should at some point learn to do FFT whenever it is useful. perl v5.8.0 2000-05-23 Linear(3)
Related Man Pages
pdl::linpred(3) - redhat
pdl::pptemplate(1) - redhat
pdl::pptemplate(3) - suse
pdl::linpred(3) - suse
graphics::primitive::paint::gradient::linear(3pm) - debian
Similar Topics in the Unix Linux Community
Make all words begin with capital letter?
How to capture ^x,^y via bash script?
Retrieving previous command in a script
Docker learning Phase-I