Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 3,891 for

classification

(0.03 sec)
  1. How to Run Examples | Documentation

    Software Requirements Please make sure you meet the following requirements before downloading and running the examples. Visual Studio 2013 or higher NuGet Package Manager installed in Visual Studio. Make sure that latest NuGet API version is installed in Visual Studio. For details on how to install NuGet package manager please check http://docs.nuget.org/ndocs/guides/install-nuget Go to Tools->Options->NuGet Package Manager->Package Sources and make sure that the option nuget.org is checked Example project uses NuGet Automatic Package Restore feature therefore you should have an active internet connection....Classification Product Solution Purchase...Documentation / GroupDocs.Classification Product Family / GroupDocs...

    docs.groupdocs.com/classification/net/how-to-ru...
  2. Get taxonomies | Documentation

    Log taxonomy classes The list of taxanomy classes can be get like the following code snippet: Console.WriteLine(String.Join(" ", TaxonomyClasses.Iab2Classes)); Console.WriteLine(String.Join(" ", TaxonomyClasses.DocumentsClasses)); Console.WriteLine(String.Join(" ", TaxonomyClasses.SentimentClasses)); Console.WriteLine(String.Join(" ", TaxonomyClasses.Sentiment3Classes));...Classification Product Solution Purchase...Documentation / GroupDocs.Classification Product Family / GroupDocs...

    docs.groupdocs.com/classification/net/get-taxon...
  3. Classify document by path | Documentation

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Classification Product Solution Purchase...Documentation / GroupDocs.Classification Product Family / GroupDocs...

    docs.groupdocs.com/classification/net/classify-...
  4. تحليل آراء العملاء في C # | أمثلة التعليمات الب...

    C # أتمتة تحليل المشاعر. تحليل ملاحظات العملاء باستخدام C # API. تحقق من مدى إيجابية / سلبية التعليقات حول منتجك....Classification يخدم هذا الغرض من أجلك...باستخدام C # مع GroupDocs.Classification لـ .NET. لذا قبل أن تبدأ...

    blog.groupdocs.com/ar/classification/classify-c...
  5. Classify document from stream | Documentation

    Classifying of the document from stream could be performed with the next step Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Classification Product Solution Purchase...Documentation / GroupDocs.Classification Product Family / GroupDocs...

    docs.groupdocs.com/classification/net/classify-...
  6. Classifier initialization | Documentation

    Initialization of Classifier class: var classifier = new Classifier(); Classifier class is thread-safe....Classification Product Solution Purchase...Documentation / GroupDocs.Classification Product Family / GroupDocs...

    docs.groupdocs.com/classification/net/classifie...
  7. Analiza nastrojów opinii klientów w języku C# |...

    Automatyzacja analizy nastrojów w języku C#. Analizuj opinie klientów za pomocą C# API. Sprawdź, jak pozytywne/negatywne są komentarze na temat Twojego produktu....Classification służy do tego celu. Implementuje...użyciu języka C# z GroupDocs.Classification dla platformy .NET. Dlatego...

    blog.groupdocs.com/pl/classification/classify-c...
  8. Аналіз відгуків клієнтів у C# | Приклади коду C...

    Автоматизація аналізу настроїв C#. Аналізуйте відгуки клієнтів за допомогою C# API. Перевірте, наскільки позитивні/негативні коментарі про ваш продукт....Classification служить вам для цієї мети...допомогою C# із GroupDocs.Classification for .NET. Отже, перш ніж...

    blog.groupdocs.com/uk/classification/classify-c...
  9. طبقه بندی اسناد با IAB-2 و طبقه بندی اسناد با ا...

    طبقه بندی تاکسونومیک اسناد با استفاده از C# در برنامه های NET. اسناد PDF، Word و محافظت شده با رمز عبور را با IAB-2 و طبقه بندی اسناد طبقه بندی کنید....Classification راه حل طبقه بندی را برای...بندی کنید. ما از GroupDocs.Classification for .NET API آن برای طبقه...

    blog.groupdocs.com/fa/classification/taxonomic-...
  10. Анализ настроений клиентов в C# | Примеры кода ...

    Автоматизация анализа настроений C#. Анализируйте отзывы клиентов с помощью C# API. Проверьте, насколько положительные/отрицательные отзывы о вашем продукте....Classification подойдет для этой цели...C# с помощью GroupDocs.Classification for .NET . Поэтому, прежде...

    blog.groupdocs.com/ru/classification/classify-c...