Namespaces

Types in MathNet.Numerics.LinearRegression

Type DirectRegressionMethod

Namespace MathNet.Numerics.LinearRegression

Parent Enum

Methods

Fields

Public Methods

int CompareTo(object target)

bool Equals(object obj)

int GetHashCode()

Type GetType()

TypeCode GetTypeCode()

bool HasFlag(Enum flag)

string ToString()

string ToString(string format, IFormatProvider provider)

Obsolete: The provider argument is not used. Please use ToString(String).

string ToString(IFormatProvider provider)

Obsolete: The provider argument is not used. Please use ToString().

string ToString(string format)

Public fields

int value__

return int

DirectRegressionMethod NormalEquations

return DirectRegressionMethod

DirectRegressionMethod QR

return DirectRegressionMethod

DirectRegressionMethod Svd

return DirectRegressionMethod