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

com.expleague.ml.loss.F1Logit Maven / Gradle / Ivy

package com.expleague.ml.loss;

import com.expleague.commons.math.vectors.Vec;
import com.expleague.ml.data.set.DataSet;

/**
 * User: solar
 * Date: 10.09.13
 * Time: 18:08
 */
public class F1Logit extends FBetaLogit {
  public F1Logit(final Vec target, final DataSet owner) {
    super(target, owner, 1.);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy