Skip to content

Commit

Permalink
meadken
Browse files Browse the repository at this point in the history
  • Loading branch information
yarintz33 committed Nov 15, 2021
1 parent 44451f1 commit 135d445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimpleAnomalyDetector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ int SimpleAnomalyDetector::isThereCorFeature(string featureName) {
if (CFpair.feature1.compare(featureName) == 0) {
return i;
}
return -1;
}
return -1;
}
correlatedFeatures SimpleAnomalyDetector::getCF(int corFeatIndex) {
return this->cf.at(corFeatIndex);
Expand Down

0 comments on commit 135d445

Please sign in to comment.