Class PointWiseLearningCurve
- java.lang.Object
-
- ai.libs.jaicore.ml.functionprediction.learner.learningcurveextrapolation.lcnet.PointWiseLearningCurve
-
- All Implemented Interfaces:
org.api4.java.ai.ml.core.evaluation.learningcurve.ILearningCurve
public class PointWiseLearningCurve extends java.lang.Object implements org.api4.java.ai.ml.core.evaluation.learningcurve.ILearningCurveThis class represents a learning curve that gets returned by the LCNet from pybnn
-
-
Constructor Summary
Constructors Constructor Description PointWiseLearningCurve(int dataSetSize, double[] configurations, java.lang.String identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetCurveValue(double x)
-