List of usage examples for weka.core Copyable interface-usage
From source file com.jgaap.util.Instance.java
/**
* Extension of Weka's Instance class to remove a strange function
* that repeatedly copies arrays with no possible change in functional or defensive purpose.
*
* @author Michael Ryan
* @version $Revision: 9140 $
From source file moa.streams.generators.DriftingExemplarAttribute.java
/**
* DriftingExemplarAttribute.java
*
* Extends the WEKA Attribute class to provide for a drifting attribute. The attribute weight and value drift whenever
* step() is called. In addition, the value is selected from a GMM to better emulate real-world data that is not necessarily
* best described by a single Gaussian distribution.