Uses of Interface
ai.sklearn4j.core.libraries.numpy.INumpyArrayElementOperation
-
Packages that use INumpyArrayElementOperation Package Description ai.sklearn4j.core.libraries.numpy -
-
Uses of INumpyArrayElementOperation in ai.sklearn4j.core.libraries.numpy
Methods in ai.sklearn4j.core.libraries.numpy with parameters of type INumpyArrayElementOperation Modifier and Type Method Description voidNumpyArray. applyToEachElement(INumpyArrayElementOperation<Type> operation)Applies a provided operation on every element of the array and stores it in the same array.voidNumpyArray. applyToEachElementAnsSaveToTarget(NumpyArray target, INumpyArrayElementOperation<Type> operation)Applies a provided operation on every element of the array and stores it in a specified target array.
-