public class PercentsOfAttributesInReducts
extends java.lang.Object
| Constructor | Description |
|---|---|
PercentsOfAttributesInReducts(Attribute[] attributes,
float[] percents) |
Constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
Attribute |
getAttribute(int index) |
|
float |
getPercent(int index) |
|
int |
getSize() |
public PercentsOfAttributesInReducts(Attribute[] attributes, float[] percents)
attributes - vector of attributespercents - vector of percents for attributes result of found in reducts
contentpublic Attribute getAttribute(int index)
index - index of attributepublic float getPercent(int index)
index - index of attributepublic int getSize()