Click or drag to resize
Accord.NET (logo)

Tools Methods

The Tools type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetNumberOfInputs<TInput>
Estimates the number of columns (dimensions) in a set of data.
Public methodStatic memberToConfusionMatrix<TModel, TInput>(CrossValidationResult<TModel, TInput, Boolean>,TInput[],Boolean[])
Generates a ConfusionMatrix from a set of cross-validation results.
Public methodStatic memberToConfusionMatrix<TModel, TInput>(CrossValidationResult<TModel, 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