Skip to content

Commit 61830bd

Browse files
committed
Added A and W geters to icaseparator
1 parent 0dc5efc commit 61830bd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

include/icaseparator.h

+7
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ class ICASeparator
1212

1313
arma::mat operator()(arma::mat X);
1414

15+
const arma::mat &getA() const {
16+
return A_;
17+
}
18+
const arma::mat &getW() const {
19+
return W_;
20+
}
21+
1522
private:
1623
arma::mat A_;
1724
arma::mat W_;

0 commit comments

Comments
 (0)