File: META.yml

package info (click to toggle)
libalgorithm-naivebayes-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 253; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 811 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
name: Algorithm-NaiveBayes
version: 0.04
author:
  - 'Ken Williams, ken@mathforum.org'
abstract: Bayesian prediction of categories
license: perl
resources:
  license: http://dev.perl.org/licenses/
requires:
  List::Util: 0
provides:
  Algorithm::NaiveBayes:
    file: lib/Algorithm/NaiveBayes.pm
    version: 0.04
  Algorithm::NaiveBayes::Model::Discrete:
    file: lib/Algorithm/NaiveBayes/Model/Discrete.pm
  Algorithm::NaiveBayes::Model::Frequency:
    file: lib/Algorithm/NaiveBayes/Model/Frequency.pm
  Algorithm::NaiveBayes::Model::Gaussian:
    file: lib/Algorithm/NaiveBayes/Model/Gaussian.pm
  Algorithm::NaiveBayes::Util:
    file: lib/Algorithm/NaiveBayes/Util.pm
generated_by: Module::Build version 0.2808
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.2.html
  version: 1.2