public final class CrossValidationOutput extends Object
| Modifier and Type | Method and Description | 
|---|---|
int | 
getPartition()
Gets the zero based index of the partition. 
 | 
DataPartitioning | 
getTestPartitioning()
Gets the test DataPartitioning associated with this partition. 
 | 
DataPartitioning | 
getTrainingPartioning()
Gets the training DataPartitioning associated with this partition. 
 | 
public int getPartition()
public DataPartitioning getTrainingPartioning()
public DataPartitioning getTestPartitioning()
Copyright © 2021. All rights reserved.