Packages

class PreProcessing extends EncryptSupportive with InferenceSupportive

Linear Supertypes
InferenceSupportive, EstimateSupportive, EncryptSupportive, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PreProcessing
  2. InferenceSupportive
  3. EstimateSupportive
  4. EncryptSupportive
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PreProcessing()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val BLOCK_SIZE: Int
    Definition Classes
    EncryptSupportive
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. var byteBuffer: Array[Byte]
  7. def clearWeightBias(model: Module[Float]): Unit
    Definition Classes
    EstimateSupportive
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def decodeArrowBase64(key: String, s: String, serde: String = ""): Activity
  10. def decodeImage(s: String, idx: Int = 0): Tensor[Float]
  11. def decodeString(s: String): Tensor[String]
  12. def decodeTensor(info: (ArrayBuffer[Int], ArrayBuffer[Float], ArrayBuffer[Int], ArrayBuffer[Int])): Tensor[Float]
  13. def decryptBytesWithAESGCM(content: Array[Byte], secret: String, salt: String, keyLen: Int): Array[Byte]
    Definition Classes
    EncryptSupportive
  14. def decryptFileWithAESCBC(filePath: String, secret: String, salt: String, outputFile: String): Unit
    Definition Classes
    EncryptSupportive
  15. def decryptFileWithAESCBC(filePath: String, secret: String, salt: String, keyLen: Int, encoding: String): String
    Definition Classes
    EncryptSupportive
  16. def decryptWithAESCBC(content: String, secret: String, salt: String, keyLen: Int): String
    Definition Classes
    EncryptSupportive
  17. def decryptWithAESGCM(content: String, secret: String, salt: String, keyLen: Int): String
    Definition Classes
    EncryptSupportive
  18. def encryptBytesWithAESGCM(content: Array[Byte], secret: String, salt: String, keyLen: Int): Array[Byte]
    Definition Classes
    EncryptSupportive
  19. def encryptFileWithAESCBC(filePath: String, secret: String, salt: String, outputFile: String, keyLen: Int, encoding: String): Unit
    Definition Classes
    EncryptSupportive
  20. def encryptWithAESCBC(content: String, secret: String, salt: String, keyLen: Int): String
    Definition Classes
    EncryptSupportive
  21. def encryptWithAESGCM(content: String, secret: String, salt: String, keyLen: Int): String
    Definition Classes
    EncryptSupportive
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def getInputFromInstance(instance: Instances): Seq[Activity]
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. val helper: ClusterServingHelper
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. val logger: Logger
  31. def makeMetaModel(original: AbstractModule[Activity, Activity, Float]): AbstractModule[Activity, Activity, Float]
    Definition Classes
    EstimateSupportive
  32. def makeUpModel(clonedModel: Module[Float], weightBias: Array[Tensor[Float]]): AbstractModule[Activity, Activity, Float]
    Definition Classes
    EstimateSupportive
  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. def releaseWeightBias(model: Module[Float]): Unit
    Definition Classes
    EstimateSupportive
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. def throughputing[T](name: String, batch: Int)(f: ⇒ T): T
    Definition Classes
    EstimateSupportive
  39. def throughputingWithLoss[T](name: String, batch: Int)(f: ⇒ T): T
    Definition Classes
    EstimateSupportive
  40. def timing[T](name: String)(f: ⇒ T): T
    Definition Classes
    EstimateSupportive
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def transferBatchTableToJListOfJListOfJTensor(batchTable: Table, batchSize: Int): List[List[JTensor]]
    Definition Classes
    InferenceSupportive
  43. def transferBatchTensorToJListOfJListOfJTensor(batchTensor: Tensor[Float], batchSize: Int): List[List[JTensor]]
    Definition Classes
    InferenceSupportive
  44. def transferListOfActivityToActivityOfBatch(inputs: List[List[JTensor]], batchSize: Int): Activity
    Definition Classes
    InferenceSupportive
  45. def transferTensorToJTensor(input: Tensor[Float]): JTensor
    Definition Classes
    InferenceSupportive
  46. def transferTensorsToTensorOfBatch(tensors: Array[JTensor]): Tensor[Float]
    Definition Classes
    InferenceSupportive
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from InferenceSupportive

Inherited from EstimateSupportive

Inherited from EncryptSupportive

Inherited from AnyRef

Inherited from Any

Ungrouped