mlrl.common.cython.example_weights module

@author: Michael Rapp (michael.rapp.ml@gmail.com)

class mlrl.common.cython.example_weights.EqualExampleWeights

Bases: ExampleWeights

Provides access to the weights of individual training examples in cases where all examples have equal weights.

class mlrl.common.cython.example_weights.ExampleWeights

Bases: object

Provides access to the weights of individual training examples.

class mlrl.common.cython.example_weights.RealValuedExampleWeights

Bases: ExampleWeights

Provides access to the weights of individual training examples in cases where the examples have real-valued weights.