All Downloads are FREE. Search and download functionalities are using the official Maven repository.

streams.weka.WekaRandomModel Maven / Gradle / Ivy

/**
 * 
 */
package streams.weka;


/**
 * @author chris
 * 
 */
public class WekaRandomModel extends WekaModel {

	/** The unique class ID */
	private static final long serialVersionUID = -7836474790199937697L;

	/**
	 */
	public WekaRandomModel() {
		super(new RandomGuess());
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy