Package ai.sklearn4j.core.libraries.numpy
-
Interface Summary Interface Description INumpyArrayElementOperation<Type> An interface to provide a unified view of the operations that can be performed on the elements of a NumpyArray.INumpyArrayWrapper Unlike python, Java is a strongly typed language and all the fields should have a predefined type.INumpyReduceAxisFunction An interface to provide a unified view of the operations that can be performed on a specified dimension of a NumpyArray. -
Class Summary Class Description Numpy Implementation of the Numpy library APIs.NumpyArray<Type> Provide the functionality of the Numpy arrays and an abstraction over the element types.NumpyArrayFactory A factory class that facilitate the creation of NumpyArrays.NumpyArrayOperationWithAxisReduction<InputType,OutputType> Base class for all the operations that performs an aggregation and reduction on a given NumpyArray. -
Exception Summary Exception Description NumpyOperationException A custom exception that provides information on what went wrong in numpy's processing.