Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Nov 22, 2024
1 parent 22d678e commit db6b014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlpack/methods/perceptron/perceptron_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ void Perceptron<
size_t j, i = 0;
bool converged = false;
size_t tempLabel;
arma::uword maxIndexRow = 0, maxIndexCol = 0;
arma::uword maxIndexRow = 0;
arma::Mat<ElemType> tempLabelMat;

LearnPolicy LP;
Expand Down

0 comments on commit db6b014

Please sign in to comment.