All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.expleague.ml.methods.greedyMergeOptimization.RegularizedLoss Maven / Gradle / Ivy

package com.expleague.ml.methods.greedyMergeOptimization;

/**
 * Created by noxoomo on 30/11/14.
 */
public interface RegularizedLoss {
  double target(Model model);

  double regularization(Model model);

  double score(Model model);

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy