AnalysisIndexForecast

package
v5.3.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2025 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FieldsD

type FieldsD struct {
}

FieldsD 时许数据集

type FieldsResult

type FieldsResult struct {
	// ID
	ID int64 `db:"id" json:"id" check:"id" unique:"true"`
	//创建时间
	CreateAt time.Time `db:"create_at" json:"createAt" default:"now()"`
	//更新时间
	UpdateAt time.Time `db:"update_at" json:"updateAt" default:"now()"`
	//删除时间
	DeleteAt time.Time `db:"delete_at" json:"deleteAt" default:"0" index:"true"`
	//指标编码
	Code string `db:"code" json:"code" check:"des" min:"1" max:"50" index:"true" field_list:"true"`
	//年月日
	// 可选,如果不指定则不是时间维度的数据
	// 可任意持续,如年,或仅年月
	// 不建议构建小时及以下级别的指标
	// 同一个维度和时间范围,仅会存在一个数据,否则将覆盖
	YearMD string `db:"year_md" json:"yearMD" index:"true" field_list:"true"`
	//扩展维度1
	// 可建议特别的维度关系,例如特定供应商的数据、特定地区的数据等
	Extend1 string `db:"extend1" json:"extend1" index:"true" field_list:"true"`
	//扩展维度2
	Extend2 string `db:"extend2" json:"extend2" index:"true" field_list:"true"`
	//扩展维度3
	Extend3 string `db:"extend3" json:"extend3" index:"true" field_list:"true"`
	//扩展维度4
	Extend4 string `db:"extend4" json:"extend4" index:"true" field_list:"true"`
	//扩展维度5
	Extend5 string `db:"extend5" json:"extend5" index:"true" field_list:"true"`
	//算法类型
	AlgorithmType string `db:"algorithm_type" json:"algorithmType" check:"des" min:"1" max:"50" index:"true" field_list:"true"`
	//预测结果
	Result float64 `db:"result" json:"result"`
	//如果是非数值类结论,则使用此字段,如果未指定则和Result一致
	ResultVal string `db:"result_val" json:"resultVal"`
	//准确率R2
	R2 float64 `db:"r2" json:"r2"`
}

FieldsResult 算法计算和评估结果

type FieldsS

type FieldsS struct {
}

FieldsS 非时许数据集

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL