Sha256: b81326ae4b2d17d94ffc5a341e359ca5703361772524ceadba19efa448a215c9
Contents?: true
Size: 533 Bytes
Versions: 6
Compression:
Stored size: 533 Bytes
Contents
module Libsvm # This file only contains documentation comments. See # ext/libsvm/libsvm.c for implementation. # Represents a training set (alternatively called `problem'). # # In contains labels and examples in equal number. # # This class represents the struct # svm_problem[https://github.com/cjlin1/libsvm/blob/master/README#L319]. class Problem # @!attribute [r] l # # The number of labels and examples in this traning set. (The name # is lowercase-L.) # # @return [Integer] end end
Version data entries
6 entries across 6 versions & 1 rubygems