Skip to content
Snippets Groups Projects
Commit 886d98fe authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

MRG

parents fc85dd70 59eb50d1
Branches
Tags
No related merge requests found
......@@ -213,7 +213,7 @@ public:
// index is the current value
// isAtEnd to indicate that it's the last possible derivation
// baseValue is the constant of the formula
virtual double derivative(const svm_node * /*x*/, const svm_node */*y*/, const svm_parameter& /*param*/, int /*degree*/, int /*index*/, bool /*isAtEnd*/, double /*constValue*/)const
virtual double derivative(const svm_node * /*x*/, const svm_node * /*y*/, const svm_parameter& /*param*/, int /*degree*/, int /*index*/, bool /*isAtEnd*/, double /*constValue*/)const
{
itkGenericExceptionMacro(<<"derivative method not definied (Null)");
return 0.;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment