IConvolutionStrategy

public interface IConvolutionStrategy

Interface contains functions for the convolution algorithm

Methods

Method Description
algorithm(List bytes)

algorithm(List bytes)

public abstract List<Byte> algorithm(List<Byte> bytes)

Parameters:

Parameter Type Description
bytes java.util.List<java.lang.Byte>

Returns: List