Uses of Class
edu.cmu.tetrad.search.Cdnod.Builder
Packages that use Cdnod.Builder
Package
Description
This package contains classes for causal graph search algorithms.
-
Uses of Cdnod.Builder in edu.cmu.tetrad.search
Methods in edu.cmu.tetrad.search that return Cdnod.BuilderModifier and TypeMethodDescriptionCdnod.Builder.alpha(double a) Sets the alpha value to be used by theBuilder.Cdnod.Builder.colliderStyle(Cdnod.ColliderOrientationStyle c) Sets theCdnod.ColliderOrientationStyleto be used by theBuilder.Provide a DataSet that ALREADY ends with C as the last column.Cdnod.Builder.dataAndIndex(DataSet dataX, double[] cIndex, String cName) Provide X and a continuous change index C to append as the last column.Cdnod.Builder.depth(int d) Sets the depth to be used by theBuilder.Sets theKnowledgeinstance to be used by theBuilder.Cdnod.Builder.maxPMargin(double m) Sets the maximum p-value margin to be used by theBuilder.Cdnod.Builder.stable(boolean s) Configures whether the builder operates in a stable mode.Cdnod.Builder.test(IndependenceTest t) Sets theIndependenceTestinstance to be used by theBuilder.Cdnod.Builder.verbose(boolean v) Configures whether the builder operates in verbose mode.