Class RandomField<T>

  • Direct Known Subclasses:
    GaussianField

    abstract class RandomField<T>
    extends java.lang.Object
    A random field is a generalization of a stochastic process such that the underlying parameter need no longer be a simple real or integer valued "time", but can instead take values that are multidimensional vectors, or points on some manifold.
    • Constructor Summary

      Constructors 
      Constructor Description
      RandomField()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • RandomField

        RandomField()