public final class GaussianErrorTermList extends java.util.ArrayList<GaussianErrorTerm>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GaussianErrorTermList.IndexableErrorTerm
This interface ensures the instance can return an index that will serve as distance for
the calculation of the variance-covariance matrix.
|
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
updated |
| Constructor and Description |
|---|
GaussianErrorTermList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(GaussianErrorTerm term) |
java.util.List<java.lang.Integer> |
getDistanceIndex() |
double |
getErrorForIndexableInstance(GaussianErrorTermList.IndexableErrorTerm indexableErrorTerm) |
Matrix |
getNormalizedErrors() |
protected Matrix |
getRealizedErrors() |
void |
updateErrorTerm(Matrix errorTerms) |
add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic java.util.List<java.lang.Integer> getDistanceIndex()
public Matrix getNormalizedErrors()
protected Matrix getRealizedErrors()
public void updateErrorTerm(Matrix errorTerms)
public double getErrorForIndexableInstance(GaussianErrorTermList.IndexableErrorTerm indexableErrorTerm)
public boolean add(GaussianErrorTerm term)
add in interface java.util.Collection<GaussianErrorTerm>add in interface java.util.List<GaussianErrorTerm>add in class java.util.ArrayList<GaussianErrorTerm>