Class CatboostRegressionModelParserExample


  • public class CatboostRegressionModelParserExample
    extends java.lang.Object
    This example demonstrates how to import Catboost model and use imported model for distributed inference in Apache Ignite.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String... args)
      Run example.
      • Methods inherited from class java.lang.Object

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

      • CatboostRegressionModelParserExample

        public CatboostRegressionModelParserExample()
    • Method Detail

      • main

        public static void main​(java.lang.String... args)
                         throws java.util.concurrent.ExecutionException,
                                java.lang.InterruptedException,
                                java.io.FileNotFoundException
        Run example.
        Throws:
        java.util.concurrent.ExecutionException
        java.lang.InterruptedException
        java.io.FileNotFoundException