Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.learn.libsvm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.learn.libsvm
Commits
fb9c89cf
Commit
fb9c89cf
authored
May 31, 2017
by
Pavel KORSHUNOV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleaned up
parent
f9ebc80d
Pipeline
#9845
passed with stages
in 37 minutes and 33 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
bob/learn/libsvm/trainer.cpp
bob/learn/libsvm/trainer.cpp
+0
-3
No files found.
bob/learn/libsvm/trainer.cpp
View file @
fb9c89cf
...
...
@@ -675,9 +675,6 @@ static PyObject* PyBobLearnLibsvmTrainer_train
if
(
subtract
&&
divide
)
machine
=
self
->
cxx
->
train
(
Xseq
,
*
PyBlitzArrayCxx_AsBlitz
<
double
,
1
>
(
subtract
),
*
PyBlitzArrayCxx_AsBlitz
<
double
,
1
>
(
divide
));
else
machine
=
self
->
cxx
->
train
(
Xseq
);
// Note: This is not a solution. I just want to see if it will work in all CI's
//PyObject* iterator2 = PyObject_GetIter(X);
return
PyBobLearnLibsvmMachine_NewFromMachine
(
machine
);
}
catch
(
std
::
exception
&
e
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment