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.patternMethods in edu.cmu.tetrad.algcomparison.algorithm.oracle.pattern that return types with arguments of type Cstar.Record
- 
Uses of Cstar.Record in edu.cmu.tetrad.searchMethods 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, IndependenceTest test) Returns records for a set of variables with expected number of false positives bounded by q.Cstar.getRecords(DataSet dataSet, List<Node> possibleCauses, List<Node> possibleEffects, IndependenceTest test, 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, boolean printTable) Returns a text table from the given records