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

com.expleague.ml.BlockedTargetFunc Maven / Gradle / Ivy

package com.expleague.ml;

import com.expleague.commons.math.Func;

/**
 * User: solar
 * Date: 01.06.15
 * Time: 15:05
 */
public interface BlockedTargetFunc extends TargetFunc {
  Func block(int index);
  int blocksCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy