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 TypeMethodDescriptionint
getMaxit()
Getter for the fieldmaxit
.int
getN()
Getter for the fieldn
.edu.cmu.tetrad.search.work_in_progress.Glasso.Rho
getRho()
Getter for the fieldrho
.getSs()
Getter for the fieldss
.double
getThr()
Getter for the fieldthr
.boolean
isIa()
isIa.boolean
isIpen()
isIpen.boolean
isIs()
isIs.boolean
isItr()
isItr.search()
search.void
setIa
(boolean ia) Setter for the fieldia
.void
setIpen
(boolean ipen) Setter for the fieldipen
.void
setIs
(boolean is) Setter for the fieldis
.void
setItr
(boolean itr) Setter for the fielditr
.void
setMaxit
(int maxit) Setter for the fieldmaxit
.void
setN
(int n) Setter for the fieldn
.void
setRhoAllEqual
(double rho) setRhoAllEqual.void
setThr
(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.Rho
object
-
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
-