Class LCNetClient
- java.lang.Object
-
- ai.libs.jaicore.ml.functionprediction.learner.learningcurveextrapolation.lcnet.LCNetClient
-
public class LCNetClient extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LCNetClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddeleteNet(java.lang.String identifier)doublepredict(int xValue, double[] configurations, java.lang.String identifier)voidtrain(int[] xValues, double[] yValues, int dataSetSize, double[][] configurations, java.lang.String identifier)
-
-
-
Method Detail
-
train
public void train(int[] xValues, double[] yValues, int dataSetSize, double[][] configurations, java.lang.String identifier) throws org.api4.java.ai.ml.core.exception.TrainingException- Throws:
org.api4.java.ai.ml.core.exception.TrainingException
-
predict
public double predict(int xValue, double[] configurations, java.lang.String identifier) throws org.api4.java.ai.ml.core.exception.PredictionException- Throws:
org.api4.java.ai.ml.core.exception.PredictionException
-
deleteNet
public void deleteNet(java.lang.String identifier) throws java.io.IOException- Throws:
java.io.IOException
-
-