Class SplitPair<T>
- java.lang.Object
-
- adams.data.splitgenerator.generic.randomsplit.SplitPair<T>
-
- Type Parameters:
T
- the type of wrapped data
- All Implemented Interfaces:
Serializable
public class SplitPair<T> extends Object implements Serializable
Combines train and test data.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Subset<T>
getTest()
Returns the test data.Subset<T>
getTrain()
Returns the training data.String
toString()
Returns a short string representation.
-