![]() |
Tools Methods |
The Tools type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GetNumberOfInputs<TInput> |
Estimates the number of columns (dimensions) in a set of data.
|
![]() ![]() | ToConfusionMatrix<TModel, TInput>(CrossValidationResult<TModel, TInput, Boolean>,TInput[],Boolean[]) |
Generates a ConfusionMatrix from a set of cross-validation results.
|
![]() ![]() | ToConfusionMatrix<TModel, TInput>(CrossValidationResult<TModel, 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.
|