MemberType
- The type of the members of the ensemble.@CodeReview(reviewer="Kevin R. Dixon", date="2008-07-23", changesNeeded=false, comments="Looks fine.") public interface Ensemble<MemberType>
Ensemble
interface defines the functionality of an "ensemble"
that is typically created by combining together the result of multiple
learning algorithms.Modifier and Type | Method and Description |
---|---|
java.util.Collection<MemberType> |
getMembers()
Gets the members of the ensemble.
|
java.util.Collection<MemberType> getMembers()