A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://accord-framework.net/docs/html/T_Accord_MachineLearning_ITransform_2.htm below:

ITransformTInput, TOutput Interface

Common interface for data transformation algorithms. Examples of transformations include

classifiers

,

regressions

and other machine learning techniques.

Namespace:  Accord.MachineLearning
Assembly:

Accord (in Accord.dll) Version: 3.8.0

Syntax
public interface ITransform<in TInput, TOutput> : ICovariantTransform<TInput, TOutput>, 
	ITransform
Public Interface ITransform(Of In TInput, TOutput)
	Inherits ICovariantTransform(Of TInput, TOutput), ITransform
Request Example View Source Type Parameters
TInput
The type for the output data that enters in the model. Default is double[].
TOutput
The type for the input data that exits from the model. Default is double[].

The ITransformTInput, TOutput type exposes the following members.

Properties Methods See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4