Common interface for data transformation algorithms. Examples of transformations include
classifiers,
regressionsand other machine learning techniques.
Namespace: Accord.MachineLearningAccord (in Accord.dll) Version: 3.8.0
Syntaxpublic interface ICovariantTransform<in TInput, out TOutput> : ITransform
Public Interface ICovariantTransform(Of In TInput, Out TOutput) Inherits ITransformType Parameters
The ICovariantTransformTInput, TOutput type exposes the following members.
Properties Methods Name Description Transform(TInput)Applies the transformation to an input, producing an associated output.
Transform(TInput)Applies the transformation to a set of input vectors, producing an associated set of output vectors.
Top See AlsoRetroSearch 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