C# Class AIMA.Core.Learning.Neural.IrisDataSetNumerizer

Inheritance: Numerizer
Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode Description
denumerize ( List outputValue ) : String
numerize ( Example e ) : List>.Pair

Private Methods

Méthode Description
convertCategoryToListOfDoubles ( String plant_category_string ) : List
round ( Double d ) : double

Method Details

denumerize() public méthode

public denumerize ( List outputValue ) : String
outputValue List
Résultat String

numerize() public méthode

public numerize ( Example e ) : List>.Pair
e AIMA.Core.Learning.Framework.Example
Résultat List>.Pair