function
Interface VariableOutputDimension

All Known Implementing Classes:
DataPoint, VectorFunctionBuilder

public interface VariableOutputDimension

Interface for functions with a variable output dimension.

Author:
dgorur

Method Summary
 void setOutputDimension(int outputDimension)
          Sets the number of output dimensions.
 

Method Detail

setOutputDimension

void setOutputDimension(int outputDimension)
Sets the number of output dimensions.

Parameters:
outputDimension - the number of output dimensions.