public class Network extends Object
| Modifier and Type | Field and Description |
|---|---|
static Set<Node> |
allNodes |
static Map<String,Neuron> |
labeledNeurons |
static List<NegativeInputNode> |
negationNodes |
static int |
numberOfPositions |
static Set<Neuron> |
publishedNeurons |
static Set<Integer> |
trainingInterval |
| Constructor and Description |
|---|
Network() |
| Modifier and Type | Method and Description |
|---|---|
static int |
countNumberOfChars(String s) |
static boolean |
hasSignificantChildren(AndNode n) |
static String |
networkStateToString(Document doc,
Integer pos,
boolean allOrOnlySelectedOptions,
boolean withWeights) |
static String |
networkWeightsToString() |
static String |
patternLatticeToString() |
static void |
reset() |
static void |
resetFrequency() |
static void |
run(TreeSet<Document> inputs) |
public static List<NegativeInputNode> negationNodes
public static int numberOfPositions
public static int countNumberOfChars(String s)
public static boolean hasSignificantChildren(AndNode n)
public static void reset()
public static void resetFrequency()
public static String networkStateToString(Document doc, Integer pos, boolean allOrOnlySelectedOptions, boolean withWeights)
doc - pos - allOrOnlySelectedOptions - true: all, false: only selected optionspublic static String networkWeightsToString()
public static String patternLatticeToString()
Copyright © 2016. All rights reserved.