AI-ConfusionMatrix

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

  Change: afc765032c1dddcf7a371da058a0565caadd3a31
  Author: Vincent Lequertier <vi.le@autistici.org>
  Date : 2018-02-24 14:20:16 +0000

    Fix function getConfusionMatrix in the doc 

  Change: b718f61845a79d7f5dbc84fff6708583df2a6308
  Author: Vincent Lequertier <vi.le@autistici.org>
  Date : 2018-02-07 18:54:12 +0000

    Add the ability to retrieve the confusion matrix data 

  Change: ac01df632c259c96152217d84bb50bdc28f52240
  Author: Vincent Lequertier <vi.le@autistici.org>
  Date : 2018-01-24 19:02:36 +0000

    Clarify the documentation about the expected format of the input
    matrix 

  Change: 4d11cf8544859f74d7af1798728a057101288aec
  Author: Vincent Lequertier <vi.le@autistici.org>

README.md  view on Meta::CPAN

- SENS

    Sensitivity. Number of true positives divided by the number of positives.

- ACC:

    Accuracy

#### `getConfusionMatrix($hash_ref)`

Get the data used to compute the table above.

Example:

    my %cm = getConfusionMatrix(\%matrix);

# AUTHOR

Vincent Lequertier <vi.le@autistici.org>

# LICENSE

lib/AI/ConfusionMatrix.pm  view on Meta::CPAN

Sensitivity. Number of true positives divided by the number of positives.

=item ACC:

Accuracy

=back

=head4 C<getConfusionMatrix($hash_ref)>

Get the data used to compute the table above.

Example:

    my %cm = getConfusionMatrix(\%matrix);

=head1 AUTHOR

Vincent Lequertier <vi.le@autistici.org>

=head1 LICENSE



( run in 0.395 second using v1.01-cache-2.11-cpan-8d75d55dd25 )