Package | Description |
---|---|
gov.sandia.cognition.learning.algorithm.factor.machine |
Provides factorization machine algorithms.
|
gov.sandia.cognition.learning.function.scalar |
Provides functions that output real numbers.
|
Modifier and Type | Class and Description |
---|---|
class |
FactorizationMachine
Implements a Factorization Machine.
|
Modifier and Type | Class and Description |
---|---|
class |
LinearDiscriminant
LinearDiscriminant takes the dot product between the weight Vector and
the input Vector.
|
class |
LinearDiscriminantWithBias
A LinearDiscriminant with an additional bias term that gets added to the
output of the dot product.
|
class |
LinearVectorScalarFunction
The
LinearVectorScalarFunction class implements a scalar
function that is implemented by a linear function. |
class |
VectorFunctionLinearDiscriminant<InputType>
This class takes a function that maps a generic InputType to a Vector.
|
class |
VectorFunctionToScalarFunction<InputType>
The
VectorFunctionToScalarFunction class implements an adapter for
using a vector function that outputs a single-dimensional vector as a
scalar function. |