Uses of Interface
edu.cmu.tetrad.search.test.IndTestGin.Regressor
Packages that use IndTestGin.Regressor
Package
Description
This package contains classes for testing causal graph search algorithms.
- 
Uses of IndTestGin.Regressor in edu.cmu.tetrad.search.testClasses in edu.cmu.tetrad.search.test that implement IndTestGin.RegressorModifier and TypeClassDescriptionstatic final classRepresents a ridge-regularized ordinary least squares (OLS) regressor.Methods in edu.cmu.tetrad.search.test with parameters of type IndTestGin.RegressorModifier and TypeMethodDescriptionvoidIndTestGin.setRegressor(IndTestGin.Regressor r) Sets the regressor to be used for the independence test.Constructors in edu.cmu.tetrad.search.test with parameters of type IndTestGin.RegressorModifierConstructorDescriptionIndTestGin(DataSet data, IndTestGin.Regressor regressor, IndTestGin.UncondIndTest backend) Constructs an instance of IndTestGin with the specified dataset, regressor, and backend components.