Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 961 Bytes

File metadata and controls

22 lines (15 loc) · 961 Bytes

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.