public interface AlgorithmInterface<INPUT,OUTPUT>
OUTPUT
apply(INPUT input)
default void
load()
OUTPUT apply(INPUT input)
default void load()