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

classification

(0.02 sec)
  1. Document Taxonomy using CSharp

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... Une classification est essentiellement une...la science d’une telle classification. Lorsque vous avez affaire...

    blog.groupdocs.com/fr/tag/document-taxonomy-usi...
  2. 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...
  3. Developer Guide | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Classification Product Solution Purchase...Documentation / GroupDocs.Classification Product Family / GroupDocs...

    docs.groupdocs.com/classification/net/developer...
  4. 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...
  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. Analýza sentimentu zákazníků zpětné vazby v C# ...

    C# Automatizace analýzy sentimentu. Analyzujte zpětnou vazbu zákazníků pomocí C# API. Zkontrolujte, jak pozitivní/negativní jsou komentáře k vašemu produktu....Classification slouží k tomuto účelu za...pomocí jazyka C# s GroupDocs.Classification for .NET. Než tedy začnete...

    blog.groupdocs.com/cs/classification/classify-c...
  8. Analisi del sentimento del feedback dei clienti...

    Automazione dell'analisi del sentimento C#. Analizza il feedback dei clienti con l'API C#. Controlla quanto sono positivi/negativi i commenti sul tuo prodotto....Classification serve a questo scopo. Implementa...usando C# con GroupDocs.Classification for .NET . Quindi, prima...

    blog.groupdocs.com/it/classification/classify-c...
  9. 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-...
  10. 使用 IAB-2 對文本進行分類,使用 C# 進行文檔分類

    在 .NET 應用程序中使用 C# 對文檔進行分類。使用分類 API 使用 IAB-2 或文檔分類法對文本進行分類。...Classification for .NET 是允許使用不同技術對 .NET...Install-Package GroupDocs.Classification 使用 C# 的 IAB-2 分類法文本分類 #...

    blog.groupdocs.com/zh-hant/classification/taxon...