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

com.expleague.ml.cli.builders.data.PoolReader Maven / Gradle / Ivy

package com.expleague.ml.cli.builders.data;


import com.expleague.ml.data.tools.Pool;

/**
 * Created by noxoomo on 15/10/2017.
 */
public interface PoolReader {
  Pool read(final String path);
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy