C# 클래스 AIMA.Core.Learning.Framework.Example

파일 보기 프로젝트 열기: PaulMineau/AIMA.Net 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Equals() 공개 메소드

public Equals ( Object o ) : bool
o Object
리턴 bool

Example() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

getAttributeValueAsDouble() 공개 메소드

public getAttributeValueAsDouble ( String attributeName ) : double
attributeName String
리턴 double

getAttributeValueAsString() 공개 메소드

public getAttributeValueAsString ( String attributeName ) : String
attributeName String
리턴 String

numerize() 공개 메소드

public numerize ( int>.Dictionary attrValueToNumber ) : Example
attrValueToNumber int>.Dictionary
리턴 Example

targetValue() 공개 메소드

public targetValue ( ) : String
리턴 String