Skip to content
Snippets Groups Projects
Commit 7822138b authored by Julien Michel's avatar Julien Michel
Browse files

Correction FA49.

parent 8cfda09c
No related branches found
No related tags found
No related merge requests found
......@@ -69,9 +69,6 @@ public:
itkNewMacro(Self);
/** Set the number of classes. */
itkSetMacro(NumberOfClasses, unsigned int);
......@@ -123,7 +120,6 @@ public:
/** Set the degree of the polynomial kernel */
void SetPolynomialKernelDegree(int degree)
{
param.kernel_type = POLY;
param.degree = static_cast<double>(degree);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment