Click or drag to resize
Accord.NET (logo)

CodificationTOptionsRevert Method (Int32)

Reverts the transformation to a set of output vectors, producing an associated set of input vectors.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public T Revert(
	int output
)
Request Example View Source

Parameters

output
Type: SystemInt32
The input data to which the transformation should be reverted.

Return Value

Type: T
See Also