Group
Extension

Matches 2

Algorithm-LDA ( B/BT/BTMCINNES/Algorithm-LDA-0.03.tar.gz, BTMCINNES, 2016; MetaCPAN )
Algorithm-LDA/bin/lda.pl ( view source; MetaCPAN )
rations - Maximum Iterations
# $updateCorpus - 1 = Force update documents, 0 = allow loading from JSON
# $wordThreshold - Minimum number of documents a word must appear in
# $alpha - Default Alpha val
Algorithm-LDA ( B/BT/BTMCINNES/Algorithm-LDA-0.03.tar.gz, BTMCINNES, 2016; MetaCPAN )
Algorithm-LDA/lib/Algorithm/LDA.pm ( view source; MetaCPAN )
ccessor::Fast/;
use List::Util qw(shuffle sum max);
use List::MoreUtils qw(uniq first_index);
use JSON::XS;


use vars qw($VERSION);

$VERSION = '0.03';


#Used for accessing $self->documents
__PACKAG
rations - Maximum Iterations
# $updateCorpus - 1 = Force update documents, 0 = allow loading from JSON
# $threshold - Minimum number of documents a word must appear in
# $numWords - Number of words pe
<- hash containing data

output:

 1

example:

 while (my $line = <$fh2>) {
    my $obj = decode_json($line);
    add(%$obj);
 }

=cut

#Used to add to array of documents ($self->documents)
#Adds a w

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.