Remove unneeded method declaration FeatureSelect
This commit is contained in:
parent
6d5a25cdc8
commit
6ef49385ea
@ -18,7 +18,6 @@ namespace bayesnet {
|
||||
double computeSuFeatures(const int a, const int b);
|
||||
double symmetricalUncertainty(int a, int b);
|
||||
double computeMeritCFS();
|
||||
vector<pair<int, int>> combinations(const vector<int>& features);
|
||||
const torch::Tensor& weights;
|
||||
int maxFeatures;
|
||||
vector<int> selectedFeatures;
|
||||
|
Loading…
Reference in New Issue
Block a user