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_IRegression_2.htm below:

IRegressionTInput, TOutput Interface

Common interface for regression models. Regression models learn how to produce a real value (or a set of real values) y from an input vector x.

Namespace:  Accord.MachineLearning
Assembly:

Accord (in Accord.dll) Version: 3.8.0

Syntax
public interface IRegression<TInput, TOutput> : ITransform<TInput, TOutput>, 
	ICovariantTransform<TInput, TOutput>, ITransform
Public Interface IRegression(Of TInput, TOutput)
	Inherits ITransform(Of TInput, TOutput), ICovariantTransform(Of TInput, TOutput), 
	ITransform
Request Example View Source Type Parameters
TInput
The data type for the input data. Default is double[].
TOutput
The data type for the predicted variables. Default is double.

The IRegressionTInput, 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