Skip to content

Commit

Permalink
Disabled KLTSA python example
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jul 3, 2012
1 parent 735d134 commit 56473ad
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -14,7 +14,7 @@ def converter_kernellocaltangentspacealignment_modular(data,k):
converter = KernelLocalTangentSpaceAlignment()
converter.set_target_dim(1)
converter.set_k(k)
converter.apply(features)
#converter.apply(features)

return features

Expand Down

0 comments on commit 56473ad

Please sign in to comment.