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

Datei anzeigen Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method 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 method

public Equals ( Object o ) : bool
o Object
return bool

Example() public method

public Example ( LearningAttribute>.Dictionary attributes, LearningAttribute targetAttribute ) : System
attributes LearningAttribute>.Dictionary
targetAttribute LearningAttribute
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : String
return String

getAttributeValueAsDouble() public method

public getAttributeValueAsDouble ( String attributeName ) : double
attributeName String
return double

getAttributeValueAsString() public method

public getAttributeValueAsString ( String attributeName ) : String
attributeName String
return String

numerize() public method

public numerize ( int>.Dictionary attrValueToNumber ) : Example
attrValueToNumber int>.Dictionary
return Example

targetValue() public method

public targetValue ( ) : String
return String