Uses of Class
org.robovm.apple.coreml.MLParameterKey
| Package | Description |
|---|---|
| org.robovm.apple.coreml |
-
Uses of MLParameterKey in org.robovm.apple.coreml
Methods in org.robovm.apple.coreml that return MLParameterKey Modifier and Type Method Description static MLParameterKeyMLParameterKey. getBeta1()static MLParameterKeyMLParameterKey. getBeta2()static MLParameterKeyMLParameterKey. getBiases()static MLParameterKeyMLParameterKey. getEpochs()static MLParameterKeyMLParameterKey. getEps()MLParameterKeyMLParameterDescription. getKey()static MLParameterKeyMLParameterKey. getLearningRate()static MLParameterKeyMLParameterKey. getLinkedModelFileName()static MLParameterKeyMLParameterKey. getLinkedModelSearchPath()static MLParameterKeyMLParameterKey. getMiniBatchSize()static MLParameterKeyMLParameterKey. getMomentum()static MLParameterKeyMLParameterKey. getNumberOfNeighbors()static MLParameterKeyMLParameterKey. getSeed()static MLParameterKeyMLParameterKey. getShuffle()static MLParameterKeyMLParameterKey. getWeights()MLParameterKeyMLParameterKey. scopedTo(String scope)Methods in org.robovm.apple.coreml that return types with arguments of type MLParameterKey Modifier and Type Method Description NSDictionary<MLParameterKey,MLParameterDescription>MLModelDescription. getParameterDescriptionsByKey()NSDictionary<MLParameterKey,?>MLModelConfiguration. getParameters()NSDictionary<MLParameterKey,?>MLUpdateContext. getParameters()Methods in org.robovm.apple.coreml with parameters of type MLParameterKey Modifier and Type Method Description NSObjectMLModel. getParameterValue(MLParameterKey key)Method parameters in org.robovm.apple.coreml with type arguments of type MLParameterKey Modifier and Type Method Description voidMLUpdateTask. resume(NSDictionary<MLParameterKey,?> updateParameters)voidMLModelConfiguration. setParameters(NSDictionary<MLParameterKey,?> v)