Uses of Interface
edu.cmu.tetrad.data.KnowledgeTransferable

Packages that use KnowledgeTransferable
Package
Description
 
  • Uses of KnowledgeTransferable in edu.cmu.tetrad.data

    Modifier and Type
    Interface
    Description
    interface 
    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 KnowledgeTransferable
    Modifier and Type
    Class
    Description
    final 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.