Example usage for weka.core Instance subclass-usage

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

Introduction

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

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 de.uni_potsdam.hpi.bpt.promnicat.analysisModules.clustering.ProcessInstance.java

/**
 * Custom class of the data elements for the
 * {@link HierarchicalProcessClusterer}. Extends WEKAs {@link Instance} by the
 * {@link ProcessModel} that is to be clustered and string attributes to use.
 * 
 * @author Cindy Fhnrich