naive_bayes 0.0.2 copy "naive_bayes: ^0.0.2" to clipboard
naive_bayes: ^0.0.2 copied to clipboard

A Naive-Bayes Classifier for Dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add naive_bayes

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  naive_bayes: ^0.0.2

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:naive_bayes/naive_bayes.dart';
1
likes
0
pub points
20%
popularity

Publisher

unverified uploader

A Naive-Bayes Classifier for Dart

Repository
View/report issues

License

unknown (LICENSE)

More

Packages that depend on naive_bayes