Skip to content

Commit

Permalink
Attempt to make KLTSA example more stable
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jul 3, 2012
1 parent 343650e commit e8aa169
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@
lm=LoadMatrix()
data = lm.load_numbers('../data/fm_train_real.dat')

parameter_list = [[data,10],[data,20]]
parameter_list = [[data,60],[data,70]]

def converter_kernellocaltangentspacealignment_modular(data,k):
from shogun.Features import RealFeatures
Expand Down

0 comments on commit e8aa169

Please sign in to comment.