public class HelloKernelLearning extends Object
Dataset used are the ones used in the svmlight website. They have been modified to be read by KeLP. In fact, a single row in KeLP must indicate what kind of vectors your are using, Sparse or Dense. In the svmlight dataset there are Sparse vectors, so if you open the train.klp and test.klp files you can notice that each vector is enclosed in BeginVector (|BV|) and EndVector (|EV|) tags.
Constructor and Description |
---|
HelloKernelLearning() |
public static void main(String[] args)
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.