com.algorithmia.algo.package-info Maven / Gradle / Ivy
/**
* Provides objects and methods for interacting with Algorithmia algorithms
*
* Generally, Algorithms do not need instantiated directly;
* the Algorithmia object has algo(...) helpers to return
* the relevant API object with an instantiated client managed internally
*
*
* @version 1.0.9
*/
package com.algorithmia.algo;