Package apple.coreml

Class MLParameterKey

    • Constructor Detail

      • MLParameterKey

        protected MLParameterKey​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • beta1

        public static MLParameterKey beta1()
        Double parameter used to control the beta1 of Adam optimizer. Adjustable at load-time
      • beta2

        public static MLParameterKey beta2()
        Double parameter used to control the beta2 of Adam optimizer. Adjustable at load-time
      • biases

        public static MLParameterKey biases()
        MLMultiArray parameter returned when client requests for biases of a particular layer using a scoped parameter.
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • epochs

        public static MLParameterKey epochs()
        Int64 parameter used to specify the number of epochs used by optimizer. Adjustable at load-time
      • eps

        public static MLParameterKey eps()
        Double parameter used to control the epsilon of Adam optimizer. Adjustable at load-time
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • learningRate

        public static MLParameterKey learningRate()
        Double parameter used to control the learning rate of an optimizer. Adjustable in progress
      • linkedModelFileName

        public static MLParameterKey linkedModelFileName()
        String parameter used to specify the name of a linked model
      • linkedModelSearchPath

        public static MLParameterKey linkedModelSearchPath()
        String parameteru sed to specify the search path for a linked model
      • miniBatchSize

        public static MLParameterKey miniBatchSize()
        Int64 parameter used to specify the size of a miniBatch used by optimizer. Adjustable at load-time
      • momentum

        public static MLParameterKey momentum()
        Double parameter used to control the momentum of gradient based optimizers. Adjustable at load-time
      • new_objc

        public static java.lang.Object new_objc()
      • numberOfNeighbors

        public static MLParameterKey numberOfNeighbors()
        Int64 parameter used to specify the number of neighbors to use for class affinity (applicable to kNN). Not adjustable in progress
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • scopedTo

        public MLParameterKey scopedTo​(java.lang.String scope)
        Returns a new MLParameterKey instance after adding additional scoping
      • seed

        public static MLParameterKey seed()
        Int64 parameter used to specify the seed to be used if shuffling data between epochs. Adjustable at load-time
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • shuffle

        public static MLParameterKey shuffle()
        Bool parameter used to specify whether to shuffle the data between epochs. Adjustable at load-time
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • _supportsSecureCoding

        public boolean _supportsSecureCoding()
        Description copied from interface: NSSecureCoding
        This property must return YES on all classes that allow secure coding. Subclasses of classes that adopt NSSecureCoding and override initWithCoder: must also override this method and return YES. The Secure Coding Guide should be consulted when writing methods that decode data.
        Specified by:
        _supportsSecureCoding in interface NSSecureCoding
        Overrides:
        _supportsSecureCoding in class MLKey
      • version_static

        public static long version_static()
      • weights

        public static MLParameterKey weights()
        MLMultiArray parameter returned when client requests for weights of a particular layer using a scoped parameter.