Skip to content

Commit

Permalink
Fix spelling issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoq committed Oct 4, 2019
1 parent 57daceb commit dae940f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlpack/methods/ann/ffn.hpp
Expand Up @@ -273,7 +273,7 @@ class FFN
//! Modify the initial point for the optimization.
arma::mat& Parameters() { return parameter; }

//! Get the matrix of resposnses to the input data points.
//! Get the matrix of responses to the input data points.
const arma::mat& Responses() const { return responses; }
//! Modify the matrix of responses to the input data points.
arma::mat& Responses() { return responses; }
Expand Down

0 comments on commit dae940f

Please sign in to comment.