Uses of Class
edu.cmu.tetrad.data.KnowledgeGroup
Packages that use KnowledgeGroup
-
Uses of KnowledgeGroup in edu.cmu.tetrad.data
Methods in edu.cmu.tetrad.data that return KnowledgeGroupModifier and TypeMethodDescriptionstatic KnowledgeGroup
KnowledgeGroup.serializableInstance()
Generates a simple exemplar of this class to test serialization.Methods in edu.cmu.tetrad.data that return types with arguments of type KnowledgeGroupModifier and TypeMethodDescriptionKnowledge.getKnowledgeGroups()
Getter for the fieldknowledgeGroups
.Methods in edu.cmu.tetrad.data with parameters of type KnowledgeGroupModifier and TypeMethodDescriptionvoid
Knowledge.addKnowledgeGroup
(KnowledgeGroup group) Adds a knowledge group.void
Knowledge.setKnowledgeGroup
(int index, KnowledgeGroup group) Legacy, do not use.