Skip to content

Commit

Permalink
Update GPL submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
vinx13 committed Jun 9, 2019
1 parent a8e8852 commit 0cd2e63
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion src/gpl
14 changes: 0 additions & 14 deletions src/shogun/regression/LeastAngleRegression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,20 +103,6 @@ void CLeastAngleRegression::plane_rot(ST x0, ST x1,
}

template <typename ST, typename U>
<<<<<<< HEAD
<<<<<<< HEAD
bool CLeastAngleRegression::train_machine_templated(
=======
void CLeastAngleRegression::train_machine_templated(
>>>>>>> a59bb425e... Make train_machine_templated return void
const CDenseFeatures<ST>* data)
{
train_machine_templated(data, m_labels);
}

template <typename ST, typename U>
=======
>>>>>>> 47e1ee350... LeastAngleRegression f
void CLeastAngleRegression::train_machine_templated(
const CDenseFeatures<ST>* features, CLabels* labels)
{
Expand Down

0 comments on commit 0cd2e63

Please sign in to comment.