Class Glasso
java.lang.Object
edu.cmu.tetrad.search.work_in_progress.Glasso
A translation from Tibshirani's 2008 Fortran implementation of glasso.
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetMaxit()Getter for the fieldmaxit.intgetN()Getter for the fieldn.edu.cmu.tetrad.search.work_in_progress.Glasso.RhogetRho()Getter for the fieldrho.getSs()Getter for the fieldss.doublegetThr()Getter for the fieldthr.booleanisIa()isIa.booleanisIpen()isIpen.booleanisIs()isIs.booleanisItr()isItr.search()search.voidsetIa(boolean ia) Setter for the fieldia.voidsetIpen(boolean ipen) Setter for the fieldipen.voidsetIs(boolean is) Setter for the fieldis.voidsetItr(boolean itr) Setter for the fielditr.voidsetMaxit(int maxit) Setter for the fieldmaxit.voidsetN(int n) Setter for the fieldn.voidsetRhoAllEqual(double rho) setRhoAllEqual.voidsetThr(double thr) Setter for the fieldthr.
-
Constructor Details
-
Glasso
-
-
Method Details
-
search
-
isIa
public boolean isIa()isIa.
- Returns:
- a boolean
-
setIa
public void setIa(boolean ia) Setter for the field
ia.- Parameters:
ia- a boolean
-
isIs
public boolean isIs()isIs.
- Returns:
- a boolean
-
setIs
public void setIs(boolean is) Setter for the field
is.- Parameters:
is- a boolean
-
isItr
public boolean isItr()isItr.
- Returns:
- a boolean
-
setItr
public void setItr(boolean itr) Setter for the field
itr.- Parameters:
itr- a boolean
-
isIpen
public boolean isIpen()isIpen.
- Returns:
- a boolean
-
setIpen
public void setIpen(boolean ipen) Setter for the field
ipen.- Parameters:
ipen- a boolean
-
getThr
public double getThr()Getter for the field
thr.- Returns:
- a double
-
setThr
public void setThr(double thr) Setter for the field
thr.- Parameters:
thr- a double
-
getN
public int getN()Getter for the field
n.- Returns:
- a int
-
setN
public void setN(int n) Setter for the field
n.- Parameters:
n- a int
-
getSs
-
getRho
public edu.cmu.tetrad.search.work_in_progress.Glasso.Rho getRho()Getter for the field
rho.- Returns:
- a
Glasso.Rhoobject
-
setRhoAllEqual
public void setRhoAllEqual(double rho) setRhoAllEqual.
- Parameters:
rho- a double
-
getMaxit
public int getMaxit()Getter for the field
maxit.- Returns:
- a int
-
setMaxit
public void setMaxit(int maxit) Setter for the field
maxit.- Parameters:
maxit- a int
-