public class Oracle
extends java.lang.Object
implements java.io.Serializable
This class's static variables hold information about the Leave-One-Out test. Its instance variables have some of the 'answers' for the test of any one language.
Modifier and Type | Class and Description |
---|---|
static class |
Oracle.NoiseRecord
This inner class represents bad dyads intentionally added to the dyads in
a test of the Learning Module.
|
Modifier and Type | Field and Description |
---|---|
static float |
classNoise |
static float |
spellingNoise |
Constructor and Description |
---|
Oracle() |
Modifier and Type | Method and Description |
---|---|
Dyad |
correction(Dyad badDy,
Learned_DT lrnDT,
DomainTheory sourceDT,
java.lang.String roundLearned) |
public static float spellingNoise
public static float classNoise
public Dyad correction(Dyad badDy, Learned_DT lrnDT, DomainTheory sourceDT, java.lang.String roundLearned)