Documentation of 'com.yahoo.egads.data.Anomaly' Java class
Anomaly
com.yahoo.egads.data

Class Anomaly

  • All Implemented Interfaces:
    JsonAble


    public class Anomaly
    extends java.lang.Object
    implements JsonAble
    • Field Detail

      • id

        public java.lang.String id
      • type

        public java.lang.String type
      • modelName

        public java.lang.String modelName
      • metricMetaData

        public MetricMeta metricMetaData
    • Constructor Detail

      • Anomaly

        public Anomaly()
      • Anomaly

        public Anomaly(java.lang.String id_arg,
                       MetricMeta meta)
    • Method Detail

      • addInterval

        public void addInterval(long start_time,
                                float value)
      • addInterval

        public void addInterval(long start_time,
                                long end_time,
                                float value)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toPerlString

        public java.lang.String toPerlString()
      • toPlotString

        public java.lang.String toPlotString()
      • printDebugIsAnomaly

        public static java.lang.String printDebugIsAnomaly(java.lang.Boolean isAnom)
      • printArray

        public static java.lang.String printArray(java.lang.Float[] arr)
      • toJson

        public void toJson(JSONStringer json_out)
                    throws java.lang.Exception
        Specified by:
        toJson in interface JsonAble
        Throws:
        java.lang.Exception
      • fromJson

        public void fromJson(JSONObject json_obj)
                      throws java.lang.Exception
        Specified by:
        fromJson in interface JsonAble
        Throws:
        java.lang.Exception
      • equals

        public boolean equals(java.lang.Object other_obj)
        Overrides:
        equals in class java.lang.Object

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.