public class Infantino2010PCA extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Infantino2010PCA.Signal |
| Modifier and Type | Field and Description |
|---|---|
protected int |
H |
protected int |
k |
protected int |
N |
protected int |
T |
| Constructor and Description |
|---|
Infantino2010PCA(int T,
int N,
int H,
int k,
boolean parallelized) |
| Modifier and Type | Method and Description |
|---|---|
Infantino2010PCA.Signal |
getSignal(Matrix X) |
static Vector |
sumUpLastRows(Matrix D,
int lastIndex,
int nRows)
Sums up, for each column, the last
nRows rows. |
protected final int T
protected final int N
protected final int H
protected final int k
public Infantino2010PCA(int T,
int N,
int H,
int k,
boolean parallelized)
public Infantino2010PCA.Signal getSignal(Matrix X) throws MultipleExecutionException
MultipleExecutionExceptionpublic static Vector sumUpLastRows(Matrix D, int lastIndex, int nRows)
nRows rows.D - a matrixlastIndex - the ending index of the rows to be summed upnRows - the number of rows including and above the ending index
to be summed upCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.