mlrl.common.cython.example_weights module¶
@author: Michael Rapp (michael.rapp.ml@gmail.com)
- class mlrl.common.cython.example_weights.EqualExampleWeights¶
Bases:
ExampleWeightsProvides access to the weights of individual training examples in cases where all examples have equal weights.
- class mlrl.common.cython.example_weights.ExampleWeights¶
Bases:
objectProvides access to the weights of individual training examples.
- class mlrl.common.cython.example_weights.RealValuedExampleWeights¶
Bases:
ExampleWeightsProvides access to the weights of individual training examples in cases where the examples have real-valued weights.