|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectLBJ2.learn.LearnerToText
public class LearnerToText
This extremely simple class can be used to print a textual representation
of a trained learner to STDOUT. This is achieved with the
following line of code:
learner.write(System.out);
java LBJ2.learn.LearnerToText <learner>
<learner> parameter must be a fully qualified class
name (e.g. myPackage.myName) referring to a class that
extends Learner. Every learning classifier specified in an LBJ
source code satisfies this requirement.
STDOUT.
| Constructor Summary | |
|---|---|
LearnerToText()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LearnerToText()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||