Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.minimization.line |
Provides line (scalar) minimization algorithms.
|
gov.sandia.cognition.learning.data |
Provides data set utilities for learning.
|
gov.sandia.cognition.statistics.bayesian |
Provides algorithms for computing Bayesian estimates of parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
InputOutputSlopeTriplet
Stores an InputOutputPair with corresponding slope (gradient) information
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultInputOutputPair<InputType,OutputType>
A default implementation of the
InputOutputPair interface. |
class |
DefaultWeightedInputOutputPair<InputType,OutputType>
A default implementation of the
WeightedInputOutputPair interface. |
Modifier and Type | Class and Description |
---|---|
static class |
AdaptiveRejectionSampling.Point
An InputOutputPair that has a natural ordering according to their
input (x-axis) values.
|