| Package | Description |
|---|---|
| com.structed.data.featurefunctions | |
| com.structed.models |
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureFunctionsDummy |
class |
FeatureFunctionsOCR
This class implements the feature functions for the OCR task
Created by yossiadi on 8/2/15.
|
class |
FeatureFunctionsRank |
class |
FeatureFunctionsSparse |
class |
FeatureFunctionsVowelDuration |
| Modifier and Type | Field and Description |
|---|---|
IFeatureFunctions |
ClassifierData.phi |
| Modifier and Type | Method and Description |
|---|---|
void |
StructEDModel.setFeatureFunctions(IFeatureFunctions phi) |
| Constructor and Description |
|---|
StructEDModel(Vector init_weights,
IUpdateRule updateRule,
ITaskLoss taskLoss,
IInference inference,
IKernel kernel,
IFeatureFunctions phi,
java.util.ArrayList<java.lang.Double> args) |
StructEDModel(Vector init_weights,
IUpdateRule updateRule,
ITaskLoss taskLoss,
IInference inference,
IKernel kernel,
IFeatureFunctions phi,
java.util.ArrayList<java.lang.Double> args,
boolean isShuffle) |