Class 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
      void deleteNet​(java.lang.String identifier)  
      double predict​(int xValue, double[] configurations, java.lang.String identifier)  
      void train​(int[] xValues, double[] yValues, int dataSetSize, double[][] configurations, java.lang.String identifier)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LCNetClient

        public LCNetClient()
    • Method Detail

      • train

        public void train​(int[] xValues,
                          double[] yValues,
                          int dataSetSize,
                          double[][] configurations,
                          java.lang.String identifier)
                   throws TrainingException
        Throws:
        TrainingException
      • deleteNet

        public void deleteNet​(java.lang.String identifier)
                       throws java.io.IOException
        Throws:
        java.io.IOException