com.enterprisemath.math.prediction.CategoryPredictor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of em-math Show documentation
Show all versions of em-math Show documentation
Advanced mathematical algorithms.
The newest version!
package com.enterprisemath.math.prediction;
import java.util.List;
/**
* Interface which can predict categories.
*
* @author radek.hecl
*/
public interface CategoryPredictor {
/**
* Returns predicted category for the given observation.
*
* @param observations input observations
* @return result after category prediction
*/
public CategoryPredictionResult predictCategory(List