IFitted {Microsoft.VisualBasic.Data.Bootstrapping} .NET clr documentation

IFitted

Description

a unify interface model of linear fitting result

Declare

            
# namespace Microsoft.VisualBasic.Data.Bootstrapping
export class IFitted {
   # 保存拟合后的y值,在拟合时可设置为不保存节省内存
   ErrorTest: IFitError[];
   # 线性模型的多项式
   Polynomial: Formula;
   # 相关系数 R2
   R2: double;
}

        

.NET clr type reference tree

  1. use by property member ErrorTest: IFitError
  2. use by property member Polynomial: Formula

[Package {$package} version {$version} Index]