Class FactorAnalysis
java.lang.Object
edu.cmu.tetrad.algcomparison.algorithm.other.FactorAnalysis
- All Implemented Interfaces:
Algorithm
,HasParameters
,TetradSerializable
,Serializable
Factor analysis.
- Version:
- $Id: $Id
- Author:
- josephramsey
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetComparisonGraph
(Graph graph) Returns that graph that the result should be compared to.Returns the data type that the search requires, whether continuous, discrete, or mixed.getDescription.Returns the parameters that this search uses.search
(DataModel ds, Parameters parameters) Runs the search.
-
Constructor Details
-
FactorAnalysis
public FactorAnalysis()
-
-
Method Details
-
search
Runs the search. -
getComparisonGraph
Returns that graph that the result should be compared to.- Specified by:
getComparisonGraph
in interfaceAlgorithm
- Parameters:
graph
- The true directed graph, if there is one.- Returns:
- The comparison graph.
-
getDescription
getDescription.
- Specified by:
getDescription
in interfaceAlgorithm
- Returns:
- a
String
object
-
getDataType
Returns the data type that the search requires, whether continuous, discrete, or mixed.- Specified by:
getDataType
in interfaceAlgorithm
- Returns:
- This type.
-
getParameters
Returns the parameters that this search uses.- Specified by:
getParameters
in interfaceAlgorithm
- Specified by:
getParameters
in interfaceHasParameters
- Returns:
- A list of String names of parameters.
-