Package elki.math.statistics.tests
Class WelchTTest.Par
- java.lang.Object
 - 
- elki.math.statistics.tests.WelchTTest.Par
 
 
- 
- All Implemented Interfaces:
 Parameterizer
- Enclosing class:
 - WelchTTest
 
public static class WelchTTest.Par extends java.lang.Object implements Parameterizer
Parameterizer, to use the static instance.- Author:
 - Erich Schubert
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Par() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WelchTTestmake()Make an instance after successful configuration.- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface elki.utilities.optionhandling.Parameterizer
configure 
 - 
 
 - 
 
- 
- 
Method Detail
- 
make
public WelchTTest make()
Description copied from interface:ParameterizerMake an instance after successful configuration.Note: your class should return the exact type, only this very broad interface should use
Objectas return type.- Specified by:
 makein interfaceParameterizer- Returns:
 - a new instance
 
 
 - 
 
 -