AIMA.Core.Logic.FOL.Inference.IndexedFarParents.IndexedFarParents C# (CSharp) 메소드

IndexedFarParents() 공개 메소드

public IndexedFarParents ( List sos, List background ) : System
sos List
background List
리턴 System
        public IndexedFarParents(List<Chain> sos, List<Chain> background)
        {
            constructInternalDataStructures(sos, background);
        }