public class LogLikelihoodFunction extends Object implements DifferentiableFunction
| Constructor and Description |
|---|
LogLikelihoodFunction(DataIndexer indexer) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDomainDimension() |
double[] |
getInitialPoint() |
String[] |
getOutcomeLabels() |
int[][] |
getOutcomePatterns() |
String[] |
getPredLabels() |
double[] |
gradientAt(double[] x) |
double |
valueAt(double[] x) |
public LogLikelihoodFunction(DataIndexer indexer)
public double[] gradientAt(double[] x)
gradientAt in interface DifferentiableFunctionpublic int getDomainDimension()
getDomainDimension in interface Functionpublic double[] getInitialPoint()
public String[] getPredLabels()
public String[] getOutcomeLabels()
public int[][] getOutcomePatterns()
Copyright © 2019 The Apache Software Foundation. All rights reserved.