|
||||||||||
| 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.ModelViewExampleSet
public class ModelViewExampleSet
This is a generic example set (view on the view stack of the data) which can be used to apply any preprocessing model and create a view from it.
| Constructor Summary | |
|---|---|
ModelViewExampleSet(ExampleSet parent,
ViewModel model)
|
|
ModelViewExampleSet(ModelViewExampleSet other)
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 a new example set reader. |
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 ModelViewExampleSet(ExampleSet parent,
ViewModel model)
public ModelViewExampleSet(ModelViewExampleSet other)
| Method Detail |
|---|
public Attributes getAttributes()
ExampleSet
public java.util.Iterator<Example> iterator()
public Example getExample(int index)
ExampleSetExampleReader should be used.
public ExampleTable getExampleTable()
ExampleSet
public int size()
ExampleSet
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||