|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.rapidminer.example.AttributeParser
public class AttributeParser
Parses a file containing construction descriptions and adds the new attributes to the example set.
| Constructor Summary | |
|---|---|
AttributeParser()
The example table to which the attributes should be added. |
|
| Method Summary | |
|---|---|
void |
generateAll(LoggingHandler logging,
ExampleSet exampleSet,
java.io.InputStream in)
Parses all lines. |
Attribute |
generateAttribute(LoggingHandler logging,
java.lang.String constructionDescription,
ExampleTable table)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeParser()
| Method Detail |
|---|
public void generateAll(LoggingHandler logging,
ExampleSet exampleSet,
java.io.InputStream in)
throws java.io.IOException,
GenerationException
java.io.IOException
GenerationException
public Attribute generateAttribute(LoggingHandler logging,
java.lang.String constructionDescription,
ExampleTable table)
throws GenerationException
GenerationException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||