Uses of Class
edu.cmu.tetrad.search.Cstar.Record
Packages that use Cstar.Record
Package
Description
Contains classes for searching for (mostly structural) causal models given data.
-
Uses of Cstar.Record in edu.cmu.tetrad.algcomparison.algorithm.oracle.cpdag
Methods in edu.cmu.tetrad.algcomparison.algorithm.oracle.cpdag that return types with arguments of type Cstar.Record -
Uses of Cstar.Record in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return types with arguments of type Cstar.RecordModifier and TypeMethodDescriptionstatic LinkedList
<Cstar.Record> Cstar.cStar
(LinkedList<LinkedList<Cstar.Record>> allRecords) Returns a list of records for making a CSTaR table.Cstar.getRecords
(DataSet dataSet, List<Node> possibleCauses, List<Node> possibleEffects, int topBracket, String path) Returns records for a set of variables with expected number of false positives bounded by q.Method parameters in edu.cmu.tetrad.search with type arguments of type Cstar.RecordModifier and TypeMethodDescriptionstatic LinkedList
<Cstar.Record> Cstar.cStar
(LinkedList<LinkedList<Cstar.Record>> allRecords) Returns a list of records for making a CSTaR table.Cstar.makeGraph
(List<Cstar.Record> records) Makes a graph of the estimated predictors to the effect.Cstar.makeTable
(LinkedList<Cstar.Record> records) Returns a text table from the given records