public abstract class Review
extends java.lang.Object
| Constructor and Description |
|---|
Review() |
| Modifier and Type | Method and Description |
|---|---|
abstract Population |
review(Population train,
java.lang.String classe,
Selection s,
GlobalDistance dg)
Abstract method that reviews and drops unnecessary cases from the train
population.
|
public abstract Population review(Population train, java.lang.String classe, Selection s, GlobalDistance dg)
train - Population to review.classe - String id of the attribute that is being classified.s - Selection of train individuals for the train population.dg - GlobalDistance method of global distance computing.