Example usage for weka.core Instances subclass-usage

List of usage examples for weka.core Instances subclass-usage

Introduction

In this page you can find the example usage for weka.core Instances subclass-usage.

Usage

From source file com.rapidminer.tools.WekaInstancesAdaptor.java

/**
 * This class extends the Weka class Instances and overrides all methods needed
 * to directly use a RapidMiner {@link ExampleSet} as source for Weka instead of
 * copying the complete data.
 * 
 * @author Ingo Mierswa

From source file de.uni_potsdam.hpi.bpt.promnicat.analysisModules.clustering.ProcessInstances.java

/**
 * Custom class of the data element container for the
 * {@link HierarchicalProcessClusterer}. Extends WEKAs {@link Instances} and is
 * the container for the customized data elements {@link ProcessInstance}
 * 
 * @author Cindy Fhnrich

From source file moa.core.InstancesHeader.java

/**
 * Class for storing the header or context of a data stream. It allows to know the number of attributes and classes.
 *
 * @author Richard Kirkby (rkirkby@cs.waikato.ac.nz)
 * @version $Revision: 7 $
 */

From source file tr.gov.ulakbim.jDenetX.core.InstancesHeader.java

public class InstancesHeader extends Instances {

    private static final long serialVersionUID = 1L;

    public InstancesHeader(Instances i) {
        super(i, 0);