C# 클래스 AIMA.Core.Learning.Inductive.DLTest

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

공개 메소드들

메소드 설명
DLTest ( ) : System
ToString ( ) : String
add ( String nta, String ntaValue ) : void
matchedExamples ( DataSet ds ) : DataSet
matches ( Example e ) : bool
unmatchedExamples ( DataSet ds ) : DataSet

메소드 상세

DLTest() 공개 메소드

public DLTest ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

add() 공개 메소드

public add ( String nta, String ntaValue ) : void
nta String
ntaValue String
리턴 void

matchedExamples() 공개 메소드

public matchedExamples ( DataSet ds ) : DataSet
ds AIMA.Core.Learning.Framework.DataSet
리턴 AIMA.Core.Learning.Framework.DataSet

matches() 공개 메소드

public matches ( Example e ) : bool
e AIMA.Core.Learning.Framework.Example
리턴 bool

unmatchedExamples() 공개 메소드

public unmatchedExamples ( DataSet ds ) : DataSet
ds AIMA.Core.Learning.Framework.DataSet
리턴 AIMA.Core.Learning.Framework.DataSet