public final class DeepNetts extends Object
Modifier and Type | Method and Description |
---|---|
static void |
checkLicense()
Validates the Deep Netts license.
|
static DeepNetts |
getInstance()
Returns a singleton instance of a Deep Netts engine.The instance provides global configuration settings for the Deep Netts runtime.
|
Properties |
getProperties()
Returns all the configuration properties for Deep Netts.
|
String |
getProperty(String propName)
Returns a specified property of the Deep Netts runtime environment.
|
static void |
shutdown()
Shuts down all the threads in DeepNets thread pool.
|
String |
version()
Returns the Deep Netts version.
|
public static final Logger LOGGER
public static DeepNetts getInstance()
public String getProperty(String propName)
propName
- name of the propertypublic static void checkLicense()
LicenseChecker.LicenceException
- if license is not valid.public String version()
public Properties getProperties()
public static void shutdown()
Copyright © 2022. All rights reserved.