state

Class FindOutliers

  • java.lang.Object
    • state.FindOutliers


  • public class FindOutliers
    extends java.lang.Object
    Finds outliers from a sequence of doubles (e.g. simulating a sensor reading). Demonstrates function logic that maintains state across tuples.
    • Constructor Summary

      Constructors 
      Constructor and Description
      FindOutliers() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void main(java.lang.String[] args) 
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
streamsx.topology @ IBMStreams GitHub