public class Iteration extends Object
| Modifier and Type | Field and Description |
|---|---|
TreeSet<Node> |
addedNodes |
Document |
doc |
TreeSet<Node> |
hasActivations |
static int |
numberOfPositionsDelta |
static double |
WEIGHT_TOLERANCE |
TreeSet<AndNode> |
weightChanged |
| Modifier and Type | Method and Description |
|---|---|
void |
changeNumberOfPositions(int delta) |
void |
clearActivations() |
void |
process() |
void |
train() |
public static final double WEIGHT_TOLERANCE
public Document doc
public static int numberOfPositionsDelta
public Iteration(Document doc)
Copyright © 2016. All rights reserved.