cascading.pattern.pmml
Class PMMLPlatformTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by cascading.CascadingTestCase
              extended by cascading.PlatformTestCase
                  extended by cascading.pattern.PatternPlatformTestCase
                      extended by cascading.pattern.pmml.PMMLPlatformTestCase
All Implemented Interfaces:
Serializable, junit.framework.Test
Direct Known Subclasses:
SimplePMMLPlatformTest

public abstract class PMMLPlatformTestCase
extends cascading.pattern.PatternPlatformTestCase

See Also:
Serialized Form

Field Summary
static String DATA_PATH
           
 
Fields inherited from class cascading.PlatformTestCase
name, ROOT_OUTPUT_PATH
 
Constructor Summary
PMMLPlatformTestCase()
           
 
Method Summary
protected  String getFlowPlanPath()
           
protected  String getResultPath()
           
protected  void pmmlTest(String testModel, Fields trainingFields, Fields predictorFields)
           
protected  void pmmlTest(String testModel, Fields trainingFields, Fields predictorFields, Fields skipFields, Tuple[] skip)
           
 void setUp()
           
 
Methods inherited from class cascading.pattern.PatternPlatformTestCase
assertEquals, assertEquals, enableLogging
 
Methods inherited from class cascading.PlatformTestCase
copyFromLocal, disableDebug, getOutputPath, getPathElements, getPlatform, getPlatformName, getProperties, getRootPath, getTestCaseName, getTestName, getTestRoot, installPlatform, tearDown
 
Methods inherited from class cascading.CascadingTestCase
asCollection, asCollection, asCollection, asCollection, asList, asList, asSet, asSet, getSinkAsList, getSourceAsList, invokeAggregator, invokeAggregator, invokeAggregator, invokeAggregator, invokeAggregator, invokeAggregator, invokeBuffer, invokeBuffer, invokeBuffer, invokeBuffer, invokeBuffer, invokeBuffer, invokeFilter, invokeFilter, invokeFilter, invokeFilter, invokeFilter, invokeFilter, invokeFilter, invokeFilter, invokeFunction, invokeFunction, invokeFunction, invokeFunction, invokeFunction, invokeFunction, invokeFunction, invokeFunction, validateLength, validateLength, validateLength, validateLength, validateLength, validateLength, validateLength, validateLength, validateLength, validateLength
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DATA_PATH

public static final String DATA_PATH
Constructor Detail

PMMLPlatformTestCase

public PMMLPlatformTestCase()
Method Detail

getResultPath

protected String getResultPath()

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class PlatformTestCase
Throws:
Exception

getFlowPlanPath

protected String getFlowPlanPath()

pmmlTest

protected void pmmlTest(String testModel,
                        Fields trainingFields,
                        Fields predictorFields)
                 throws IOException
Throws:
IOException

pmmlTest

protected void pmmlTest(String testModel,
                        Fields trainingFields,
                        Fields predictorFields,
                        Fields skipFields,
                        Tuple[] skip)
                 throws IOException
Throws:
IOException


Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.