Class Glasso
java.lang.Object
edu.cmu.tetrad.algcomparison.algorithm.AbstractBootstrapAlgorithm
edu.cmu.tetrad.algcomparison.algorithm.other.Glasso
- All Implemented Interfaces:
- Algorithm,- ReturnsBootstrapGraphs,- HasParameters,- TetradSerializable,- Serializable
@Bootstrapping
@Experimental
public class Glasso
extends AbstractBootstrapAlgorithm
implements Algorithm
GLASSO.
- Version:
- $Id: $Id
- Author:
- josephramsey
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetComparisonGraph(Graph graph) Retrieves a comparison graph for the given true directed graph.Retrieves the data type required by the search algorithm.Returns a short, one-line description of this algorithm.Retrieves a list of parameters used by the algorithm.runSearch(DataModel dataModel, Parameters parameters) Runs a search algorithm to create a graph representation of the data.Methods inherited from class edu.cmu.tetrad.algcomparison.algorithm.AbstractBootstrapAlgorithmgetBootstrapGraphs, search
- 
Constructor Details- 
Glassopublic Glasso()Constructs a new instance of the algorithm.
 
- 
- 
Method Details- 
runSearchRuns a search algorithm to create a graph representation of the data.- Parameters:
- dataModel- The data model containing the dataset.
- parameters- The parameters for the search algorithm.
- Returns:
- The resulting graph representation of the data.
- Throws:
- IllegalArgumentException- if the data model is not a continuous dataset or contains missing values.
 
- 
getComparisonGraphRetrieves a comparison graph for the given true directed graph.- Specified by:
- getComparisonGraphin interface- Algorithm
- Parameters:
- graph- The true directed graph, if there is one.
- Returns:
- The comparison graph.
 
- 
getDescriptionReturns a short, one-line description of this algorithm. This will be printed in the report.- Specified by:
- getDescriptionin interface- Algorithm
- Returns:
- The description of the algorithm.
 
- 
getDataTypeRetrieves the data type required by the search algorithm.- Specified by:
- getDataTypein interface- Algorithm
- Returns:
- The data type required by the search algorithm.
 
- 
getParametersRetrieves a list of parameters used by the algorithm.- Specified by:
- getParametersin interface- HasParameters
- Returns:
- A list of parameter names.
 
 
-