コード例 #1
0
ファイル: FOLExample.cs プロジェクト: tvn-cosine/aima.net
 public FOLExample(FOLDataSetDomain folDSDomain, Example example, int egNo)
 {
     this.folDSDomain = folDSDomain;
     this.example     = example;
     this.egNo        = egNo;
     constructFOLEg();
 }
コード例 #2
0
 public CurrentBestLearning(FOLDataSetDomain folDSDomain,
                            FOLKnowledgeBase kbForLearning)
 {
     this.folDSDomain   = folDSDomain;
     this.kbForLearning = kbForLearning;
 }