C# 클래스 numl.Supervised.Regression.LinearRegressionModel

Linear Regression model
상속: Model
파일 보기 프로젝트 열기: sethjuarez/numl 1 사용 예제들

공개 메소드들

메소드 설명
LinearRegressionModel ( ) : System

Initialises a new LinearRegressionModel object

Predict ( Vector x ) : double

Create a prediction based on the learned Theta values and the supplied test item.

메소드 상세

LinearRegressionModel() 공개 메소드

Initialises a new LinearRegressionModel object
public LinearRegressionModel ( ) : System
리턴 System

Predict() 공개 메소드

Create a prediction based on the learned Theta values and the supplied test item.
public Predict ( Vector x ) : double
x numl.Math.LinearAlgebra.Vector Training record
리턴 double