예제 #1
0
 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;
 }