Package edu.cmu.tetrad.data
Class CaseExpander
java.lang.Object
edu.cmu.tetrad.data.CaseExpander
- All Implemented Interfaces:
- DataFilter
Makes a new data set in which cases in the given data set that have been
 assigned multiplicies other than n = 1 are copied out n times. This increases
 the number of rows in the data set.
- Author:
- Joseph Ramsey
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
CaseExpanderpublic CaseExpander()
 
- 
- 
Method Details- 
filterExpands cases for the given dataset.- Specified by:
- filterin interface- DataFilter
 
 
-