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

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

공개 메소드들

메소드 설명
DataSetSpecification ( ) : System
defineNumericAttribute ( String name ) : void
defineStringAttribute ( String name, String attributeValues ) : void
getAttributeNames ( ) : List
getAttributeSpecFor ( String name ) : AttributeSpecification
getNamesOfStringAttributes ( ) : List
getPossibleAttributeValues ( String attributeName ) : List
getTarget ( ) : String
isValid ( List uncheckedAttributes ) : bool
setTarget ( String target ) : void

메소드 상세

DataSetSpecification() 공개 메소드

public DataSetSpecification ( ) : System
리턴 System

defineNumericAttribute() 공개 메소드

public defineNumericAttribute ( String name ) : void
name String
리턴 void

defineStringAttribute() 공개 메소드

public defineStringAttribute ( String name, String attributeValues ) : void
name String
attributeValues String
리턴 void

getAttributeNames() 공개 메소드

public getAttributeNames ( ) : List
리턴 List

getAttributeSpecFor() 공개 메소드

public getAttributeSpecFor ( String name ) : AttributeSpecification
name String
리턴 AttributeSpecification

getNamesOfStringAttributes() 공개 메소드

public getNamesOfStringAttributes ( ) : List
리턴 List

getPossibleAttributeValues() 공개 메소드

public getPossibleAttributeValues ( String attributeName ) : List
attributeName String
리턴 List

getTarget() 공개 메소드

public getTarget ( ) : String
리턴 String

isValid() 공개 메소드

public isValid ( List uncheckedAttributes ) : bool
uncheckedAttributes List
리턴 bool

setTarget() 공개 메소드

public setTarget ( String target ) : void
target String
리턴 void