|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.operator.AbstractIOObject
com.rapidminer.operator.ResultObjectAdapter
com.rapidminer.example.set.AbstractExampleSet
com.rapidminer.example.set.NonSpecialAttributesExampleSet
public class NonSpecialAttributesExampleSet
This example set treats all special attributes as regular attributes.
| Constructor Summary | |
|---|---|
NonSpecialAttributesExampleSet(ExampleSet exampleSet)
|
|
NonSpecialAttributesExampleSet(NonSpecialAttributesExampleSet exampleSet)
Clone constructor. |
|
| Method Summary | |
|---|---|
Attributes |
getAttributes()
Returns the data structure holding all attributes. |
Example |
getExample(int index)
Returns the i-th example. |
ExampleTable |
getExampleTable()
Returns the underlying example table. |
java.util.Iterator<Example> |
iterator()
Creates an iterator over all examples. |
int |
size()
Returns the number of examples in this example set. |
| Methods inherited from class com.rapidminer.example.set.AbstractExampleSet |
|---|
clone, copy, createDataTable, equals, getActions, getExampleFromId, getExampleIndicesFromId, getExtension, getFileDescription, getName, getResultIcon, getStatistics, getStatistics, getVisualizationComponent, getVisualizationComponent, hashCode, recalculateAllAttributeStatistics, recalculateAttributeStatistics, remapIds, toString, writeAttributeFile, writeDataFile, writeSparseAttributeFile, writeSparseDataFile |
| Methods inherited from class com.rapidminer.operator.ResultObjectAdapter |
|---|
addAction, isSavable, log, logError, logNote, logWarning, save, toHTML, toResultString |
| Methods inherited from class com.rapidminer.operator.AbstractIOObject |
|---|
getLog, getSource, initWriting, read, setLoggingHandler, setSource, write |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.rapidminer.operator.ResultObject |
|---|
toResultString |
| Methods inherited from interface com.rapidminer.operator.IOObject |
|---|
getLog, getSource, setLoggingHandler, setSource, write |
| Constructor Detail |
|---|
public NonSpecialAttributesExampleSet(ExampleSet exampleSet)
public NonSpecialAttributesExampleSet(NonSpecialAttributesExampleSet exampleSet)
| Method Detail |
|---|
public Attributes getAttributes()
ExampleSet
public java.util.Iterator<Example> iterator()
public ExampleTable getExampleTable()
ExampleSet
public Example getExample(int index)
ExampleSetExampleReader should be used.
public int size()
ExampleSet
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||