C# Class AIMA.Core.Learning.Framework.Example

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

Méthodes publiques

Méthode Description
Equals ( Object o ) : bool
Example ( LearningAttribute>.Dictionary attributes, LearningAttribute targetAttribute ) : System
GetHashCode ( ) : int
ToString ( ) : String
getAttributeValueAsDouble ( String attributeName ) : double
getAttributeValueAsString ( String attributeName ) : String
numerize ( int>.Dictionary attrValueToNumber ) : Example
targetValue ( ) : String

Method Details

Equals() public méthode

public Equals ( Object o ) : bool
o Object
Résultat bool

Example() public méthode

public Example ( LearningAttribute>.Dictionary attributes, LearningAttribute targetAttribute ) : System
attributes LearningAttribute>.Dictionary
targetAttribute LearningAttribute
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : String
Résultat String

getAttributeValueAsDouble() public méthode

public getAttributeValueAsDouble ( String attributeName ) : double
attributeName String
Résultat double

getAttributeValueAsString() public méthode

public getAttributeValueAsString ( String attributeName ) : String
attributeName String
Résultat String

numerize() public méthode

public numerize ( int>.Dictionary attrValueToNumber ) : Example
attrValueToNumber int>.Dictionary
Résultat Example

targetValue() public méthode

public targetValue ( ) : String
Résultat String