public class SamplingMethodVO extends InstanceObjects
| Constructor and Description |
|---|
SamplingMethodVO(org.metarchive.mex.core.MEXEnum.EnumSamplingMethods sm) |
SamplingMethodVO(org.metarchive.mex.core.MEXEnum.EnumSamplingMethods sm,
Double train,
Double test) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
String |
getClassName() |
Integer |
getFolds() |
String |
getLabel() |
Boolean |
getSequential() |
Double |
getTestSize() |
Double |
getTrainSize() |
int |
hashCode() |
boolean |
hasValue()
must have class name + train and test size
|
void |
setClassName(org.metarchive.mex.core.MEXEnum.EnumSamplingMethods value) |
void |
setFolds(Integer value) |
void |
setLabel(String value) |
void |
setSequential(Boolean value) |
void |
setTestSize(Double value) |
void |
setTrainSize(Double value) |
getIndividualName, setIndividualNamepublic SamplingMethodVO(org.metarchive.mex.core.MEXEnum.EnumSamplingMethods sm)
public String getClassName()
public String getLabel()
getLabel in class InstanceObjectspublic void setLabel(String value)
setLabel in class InstanceObjectspublic Double getTrainSize()
public Double getTestSize()
public Integer getFolds()
public Boolean getSequential()
public void setClassName(org.metarchive.mex.core.MEXEnum.EnumSamplingMethods value)
public void setTrainSize(Double value)
public void setTestSize(Double value)
public void setFolds(Integer value)
public void setSequential(Boolean value)
public boolean hasValue()
public boolean equals(Object other)
equals in class InstanceObjectspublic int hashCode()
hashCode in class InstanceObjectsCopyright © 2018 METArchive. All rights reserved.