Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions lib/AI/Categorizer/FeatureSelector/CategorySelector.pm
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ sub prog_bar {

__END__

=head1 NAME

AI::Categorizer::CategorySelector - Abstract Category Selection class

=head1 SYNOPSIS

This class is abstract. For example of instantiation, see
Expand Down
4 changes: 4 additions & 0 deletions lib/AI/Categorizer/FeatureSelector/ChiSquare.pm
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ sub reduction_function {

__END__

=head1 NAME

AI::Categorizer::FeatureSelector::ChiSquare - ChiSquare Feature Selection class

=head1 SYNOPSIS

# the recommended way to use this class is to let the KnowledgeSet
Expand Down