AIMA.Probability.ProbabilityModel.getRepresentation C# (CSharp) Method

getRepresentation() abstract protected method

abstract protected getRepresentation ( ) : Set
return Set
        abstract protected Set<RandomVariable> getRepresentation();
    }