com.linkedin.dagli.preparer.PreparerDynamic Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
DAG-oriented machine learning framework for bug-resistant, readable, efficient, maintainable and trivially deployable models in Java and other JVM languages
package com.linkedin.dagli.preparer;
import com.linkedin.dagli.objectio.ObjectReader;
import com.linkedin.dagli.transformer.PreparedTransformer;
/**
* Base interface for preparers of dynamic-arity transformers.
*
* @param the type of value produced by the transformer.
* @param the type of the resultant prepared transformer.
*/
public interface PreparerDynamic> extends Preparer {
@Override
PreparerResultMixed extends PreparedTransformer extends R>, N> finishUnsafe(ObjectReader
© 2015 - 2024 Weber Informatics LLC | Privacy Policy