Tools Class |
Namespace: Accord.MachineLearning
The Tools type exposes the following members.
Name | Description | |
---|---|---|
GetNumberOfInputsTInput |
Estimates the number of columns (dimensions) in a set of data.
| |
ToConfusionMatrixTModel, TInput(CrossValidationResultTModel, TInput, Boolean, TInput, Boolean) |
Generates a ConfusionMatrix from a set of cross-validation results.
| |
ToConfusionMatrixTModel, TInput(CrossValidationResultTModel, TInput, Int32, TInput, Int32) |
Generates a GeneralConfusionMatrix from a set of cross-validation results.
| |
Tokenize(String) |
Splits the given text into individual atomic words,
irrespective of punctuation and other marks.
| |
Tokenize(String) |
Splits the given text into individual atomic words,
irrespective of punctuation and other marks.
|