public class IndependentCoVAR extends Object
Constructor and Description |
---|
IndependentCoVAR(Matrix cov,
double tol)
Runs the algorithm with the given covariance matrix.
|
Modifier and Type | Method and Description |
---|---|
int |
groupCount()
Returns the total number of independent groups.
|
List<List<Integer>> |
groups()
Returns the grouped variable indices.
|
public IndependentCoVAR(Matrix cov, double tol)
cov
- the covariance matrixtol
- the tolerance, two variables are considered as independent if their covariance is
smaller than the tolerancepublic List<List<Integer>> groups()
public int groupCount()
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.