public class LOOCVStackEntry extends Object
| Constructor and Description |
|---|
LOOCVStackEntry(String key,
double[] value,
int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
String |
getKey() |
double[] |
getValue() |
void |
setIndex(int index) |
void |
setKey(String key) |
void |
setValue(double[] value) |
public LOOCVStackEntry(String key, double[] value, int index)
Copyright © 2021. All rights reserved.