Skip to content
Snippets Groups Projects
Commit 2b939e00 authored by Baptiste Bauvin's avatar Baptiste Bauvin
Browse files

SPKM update

parent 3f44393a
No related branches found
No related tags found
No related merge requests found
Pipeline #11549 failed
......@@ -33,7 +33,7 @@ class SPKM(BaseMonoviewClassifier, SPKMl2l1likeSklearn):
self.distribs = [[2], [PolyKernel({"d":3, "r":1}), RBFKernel(0.5)],
CustomUniform(),
["data"], [10],
[[0,1],], ["l1ball", "proxgd"]
[[0,1],[0,1,2]], ["l1ball", "proxgd"]
[random_state],]
self.more_than_two_views = False
self.weird_strings = []
......
......@@ -35,7 +35,7 @@ class PWSPKM(BaseMultiviewClassifier, pairwiseSPKMl2l1likeSklearn):
[PolyKernel({"d":3, "r":1}), RBFKernel(0.5)],
CustomUniform(),
["data"], [10],
[[0,1],], ["l1ball", "proxgd"]
[[0,1],[0,1,2]], ["l1ball", "proxgd"]
[random_state],]
self.more_than_two_views = False
self.random_state = random_state
......
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