Click or drag to resize
Accord.NET (logo)

Tools Methods

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