Package ai.djl
Class Application
java.lang.Object
ai.djl.Application
A class contains common tasks that can be completed using deep learning.
If you view deep learning models as being like a function, then the application is like the function signature. Because there are relatively few signatures used with a lot of research that goes into them, the common signatures are identified by a name. The application is that name.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
The common set of applications for audio data.static interface
The common set of applications for computer vision (image and video data).static interface
The common set of applications for natural language processing (text data).static interface
The common set of applications for tabular data.static interface
The common set of applications for timeseries extension. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
getPath()
Returns the repository path of the application.int
hashCode()
boolean
matches
(Application test) Returns whether this application matches the test application set.static Application
Converts a path string to aApplication
.toString()
-
Field Details
-
UNDEFINED
-
-
Method Details
-
getPath
Returns the repository path of the application.- Returns:
- the repository path of the application
-
of
Converts a path string to aApplication
.- Parameters:
path
- the repository path of the application- Returns:
- the
Application
-
toString
-
matches
Returns whether this application matches the test application set.- Parameters:
test
- a application or application set to test against- Returns:
- true if it fits within the application set
-
equals
-
hashCode
public int hashCode()
-