in reply to counting instances of one array in another array

I also wonder if PDL::Sparse would be helpful in this case.

--MidLifeXis

  • Comment on Re: counting instances of one array in another array

Replies are listed 'Best First'.
Re^2: counting instances of one array in another array
by etj (Priest) on May 24, 2022 at 22:24 UTC
    I couldn't find any trace of that module. Possibly helpful would be PDL::Ngrams and/or PDL::CCS (CCS = Collapsed Column Storage).