Example usage for weka.core EnvironmentHandler interface-usage

List of usage examples for weka.core EnvironmentHandler interface-usage

Introduction

In this page you can find the example usage for weka.core EnvironmentHandler interface-usage.

Usage

From source file distributed.core.DistributedJob.java

/**
 * Abstract base class for all distributed jobs.
 * 
 * @author Mark Hall (mhall{[at]}pentaho{[dot]}com)
 * @version $Revision$
 */

From source file org.pentaho.dm.kf.GroovyComponent.java

/**
 * A KnowledgeFlow plugin that allows the user to write a Groovy script
 * to do stuff. The Groovy script gets compiled dynamically at runtime and 
 * can accept and process as many KnowledgeFlow event types as desired.
 * 
 * @author Mark Hall (mhall{[at]}pentaho{[dot]}com)