
streams.weka.WekaModelService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of streams-weka Show documentation
Show all versions of streams-weka Show documentation
Weka adaption for streaming processes in streams.
The newest version!
/**
*
*/
package streams.weka;
import stream.service.Service;
/**
* @author chris
*
*/
public interface WekaModelService extends Service {
public WekaModel getModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy