Skip to content

machineLearningTools is a java Machine Learning library that provides data structures, functions, and utilities to bootstrap Machine Learning Algorithm development

Notifications You must be signed in to change notification settings

dantiston/machineLearningTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

machineLearningTools

machineLearningTools is a java Machine Learning library that provides data structures, functions, and utilities to bootstrap Machine Learning Algorithm development.

  • machineLearningTools.machineLearningTools

    • Utilities

      • collection of mathematical utilities and common data structure utilities common to machine learning algorithms.
    • Data

      • A collection of data storage types for storing and managing classification data.
    • Counters

      • The Counter hierarchy is a collection of map-like types for counting objects, like tokens.
    • DistanceMeasures

      • The DistanceMeasure hierarchy is a collection of distance and similarity measures between Documents.
    • Generic

      • A collection of common data structures for machine learning algorithms, such as Trees.
  • machineLearningTools.machineLearningClassifiers

    • A collection of machine learning classifiers implemented using machineLearningTools.

About

machineLearningTools is a java Machine Learning library that provides data structures, functions, and utilities to bootstrap Machine Learning Algorithm development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages