Interface WeightMapper<A extends Classifier>

    • Method Detail

      • mapWeights

        A mapWeights​(de.jungblut.math.DoubleVector weights)
        Maps the given weights to a classifier implementation.
        Parameters:
        weights - the parameters of a trained model.
        Returns:
        a classifier instance with the weights set.