Uses of Interface
edu.cmu.tetrad.data.KnowledgeTransferable
Packages that use KnowledgeTransferable
-
Uses of KnowledgeTransferable in edu.cmu.tetrad.data
Subinterfaces of KnowledgeTransferable in edu.cmu.tetrad.dataModifier and TypeInterfaceDescriptioninterface
Interface implemented by classes, instantiations of which can serve as data models in Tetrad.interface
Implements a rectangular data set, in the sense of being a dataset with a fixed number of columns and a fixed number of rows, the length of each column being constant.interface
Interface for covariance matrices.Classes in edu.cmu.tetrad.data that implement KnowledgeTransferableModifier and TypeClassDescriptionfinal class
Wraps a DataBox in such a way that mixed data sets can be stored.final class
Stores a correlation matrix together with variable names and sample size; intended as a representation of a data set.class
Stores a covariance matrix together with variable names and sample size, intended as a representation of a data set.class
Stores a covariance matrix together with variable names and sample size, intended as a representation of a data set.class
Stores a covariance matrix together with variable names and sample size, intended as a representation of a data set.final class
Stores a list of data models and keeps track of which one is selected.class
Stores a list of independence facts.final class
Wraps a 2D array of Number objects in such a way that mixed data sets can be stored.final class
Stores time series data as a list of continuous columns.