Documentation For Encog 2.x

ImageNeuralDataSet.Downsample Method

Downsample all images and generate training data.

public void Downsample(
   int height,
   int width
);

Parameters

height
The height to downsample to.
width
The width to downsample to.

See Also

ImageNeuralDataSet Class | Encog.Neural.NeuralData.Image Namespace