public class ReductsGenerator
extends java.lang.Object
Constructor | Description |
---|---|
ReductsGenerator(MemoryContainer memoryContainer) |
Constructor
|
Modifier and Type | Method | Description |
---|---|---|
PercentsOfAttributesInReducts |
getPercentsOfAttributesInReducts() |
|
java.util.ArrayList<java.util.ArrayList<Attribute>> |
getReductsAsAttributes() |
|
java.util.List<byte[]> |
getReductsAsBinaryList() |
Gives a list of binary arrays.
|
java.util.ArrayList<java.lang.String> |
getReductsAsStrings() |
|
void |
printPercentsOfAttributesInConsole() |
Method printing for all attributes: attribute name and percent of this
attribute found in reducts content
|
void |
printPercentsOfAttributesToFile(java.lang.String fileName) |
Method printing for all attributes: attribute name and percent of this
attribute found in reducts content to file
|
void |
printReductsInConsole() |
Method printing reducts in console as strings with attribute names
|
void |
printReductsToFile(java.lang.String fileName) |
Method printing reducts to file as strings with attribute names
|
public ReductsGenerator(MemoryContainer memoryContainer)
memoryContainer
- Memory Container with datapublic java.util.ArrayList<java.util.ArrayList<Attribute>> getReductsAsAttributes()
public java.util.List<byte[]> getReductsAsBinaryList()
public java.util.ArrayList<java.lang.String> getReductsAsStrings()
public void printReductsInConsole()
public void printReductsToFile(java.lang.String fileName)
public PercentsOfAttributesInReducts getPercentsOfAttributesInReducts()
public void printPercentsOfAttributesInConsole()
public void printPercentsOfAttributesToFile(java.lang.String fileName)