AIMA.Probability.AbstractProposition.getUnboundScope C# (CSharp) Méthode

getUnboundScope() public méthode

public getUnboundScope ( ) : Set
Résultat Set
        public Set<RandomVariable> getUnboundScope()
        {
            return unboundScope;
        }