Click or drag to resize
Accord.NET (logo)

Tools Class

Set of machine learning tools.
Inheritance Hierarchy
SystemObject
  Accord.MachineLearningTools

Namespace:  Accord.MachineLearning
Assemblies:   Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
  Accord.Text (in Accord.Text.dll) Version: 3.8.0
Syntax
public static class Tools
Request Example View Source

The Tools type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetNumberOfInputsTInput
Estimates the number of columns (dimensions) in a set of data.
Public methodStatic memberToConfusionMatrixTModel, TInput(CrossValidationResultTModel, TInput, Boolean, TInput, Boolean)
Generates a ConfusionMatrix from a set of cross-validation results.
Public methodStatic memberToConfusionMatrixTModel, TInput(CrossValidationResultTModel, TInput, Int32, TInput, Int32)
Generates a GeneralConfusionMatrix from a set of cross-validation results.
Public methodStatic memberTokenize(String)
Splits the given text into individual atomic words, irrespective of punctuation and other marks.
Public methodStatic memberTokenize(String)
Splits the given text into individual atomic words, irrespective of punctuation and other marks.
Top
See Also