Click or drag to resize
Accord.NET (logo)

CodificationTOptionsRevert Method (Int32, T)

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,
	T[] result
)
Request Example View Source

Parameters

output
Type: SystemInt32
The input data to which the transformation should be reverted.
result
Type: T
The location to where to store the result of this transformation.

Return Value

Type: T
The input generated by reverting this transformation to the given output.
See Also