Class MPSGraphRandomOpDescriptor

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class MPSGraphRandomOpDescriptor
extends NSObject
  • Constructor Details

    • MPSGraphRandomOpDescriptor

      public MPSGraphRandomOpDescriptor()
    • MPSGraphRandomOpDescriptor

      protected MPSGraphRandomOpDescriptor​(NSObject.Handle h, long handle)
    • MPSGraphRandomOpDescriptor

      protected MPSGraphRandomOpDescriptor​(NSObject.SkipInit skipInit)
    • MPSGraphRandomOpDescriptor

      public MPSGraphRandomOpDescriptor​(MPSGraphRandomDistribution distribution, MPSDataType dataType)
  • Method Details

    • getDistribution

      public MPSGraphRandomDistribution getDistribution()
    • setDistribution

      public void setDistribution​(MPSGraphRandomDistribution v)
    • getDataType

      public MPSDataType getDataType()
    • setDataType

      public void setDataType​(MPSDataType v)
    • getMin

      public float getMin()
    • setMin

      public void setMin​(float v)
    • getMax

      public float getMax()
    • setMax

      public void setMax​(float v)
    • getMinInteger

      public long getMinInteger()
    • setMinInteger

      public void setMinInteger​(long v)
    • getMaxInteger

      public long getMaxInteger()
    • setMaxInteger

      public void setMaxInteger​(long v)
    • getMean

      public float getMean()
    • setMean

      public void setMean​(float v)
    • getStandardDeviation

      public float getStandardDeviation()
    • setStandardDeviation

      public void setStandardDeviation​(float v)
    • getSamplingMethod

      public MPSGraphRandomNormalSamplingMethod getSamplingMethod()
    • setSamplingMethod

      public void setSamplingMethod​(MPSGraphRandomNormalSamplingMethod v)
    • create

      protected static long create​(MPSGraphRandomDistribution distribution, MPSDataType dataType)