Class AnomalyPointResult
- Namespace
- CMS.Plugin.SPCAnalysis.Abstractions.Models
- Assembly
- CMS.Plugin.SPCAnalysis.Abstractions.dll
判异点
public class AnomalyPointResult
- Inheritance
-
AnomalyPointResult
- Inherited Members
Properties
PointCount
点数
public int PointCount { get; set; }
Property Value
RuleCode
规则编码
public string RuleCode { get; set; }
Property Value
StartPointIndex
起始点
public int StartPointIndex { get; set; }