Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 4,071 for

classification

(0.12 sec)
  1. GroupDocs.Total

    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....core, elimina la libreria Classification per ridurre le dimensioni...un annuncio su GroupDocs.Classification, correzioni per i problemi...

    blog.groupdocs.com/it/tag/groupdocs.total/
  2. GroupDocs.Total

    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....supprime la bibliothèque de classification pour réduire la taille...une annonce sur GroupDocs.Classification, des correctifs pour les...

    blog.groupdocs.com/fr/tag/groupdocs.total/
  3. Análise de sentimento de feedback do cliente em...

    C# Automação de Análise de Sentimentos. Analise o feedback do cliente com a API C#. Verifique quão positivos/negativos são os comentários sobre o seu produto....Classification serve para você. Ele implementa...usando C# com GroupDocs.Classification for .NET . Portanto, antes...

    blog.groupdocs.com/pt/classification/classify-c...
  4. Kundenfeedback-Stimmungsanalyse in C# | C# .NET...

    Automatisierung der C#-Stimmungsanalyse. Analysieren Sie Kundenfeedback mit der C#-API. Überprüfen Sie, wie positiv/negativ die Kommentare zu Ihrem Produkt sind....Classification diesen Zweck für Sie. Es...mithilfe von C# mit GroupDocs.Classification for .NET . Stellen Sie...

    blog.groupdocs.com/de/classification/classify-c...
  5. GroupDocs.Total برای .NET 25.8 – آخرین به روزرس...

    Explore what’s new in GroupDocs.Total for .NET 25.8. Available now on NuGet and GroupDocs website. ویژگی‌های جدید GroupDocs.Total برای .NET 25.8 را کشف کنید. هم‌اکنون در NuGet و وب‌سایت GroupDocs در دسترس است....Classification will no longer be included...for users who do not need classification features. If your project...

    blog.groupdocs.com/fa/total/groupdocs-total-for...
  6. Get taxonomies | GroupDocs

    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...
  7. Classify document by path | GroupDocs

    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-...
  8. تحليل آراء العملاء في C # | أمثلة التعليمات الب...

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

    blog.groupdocs.com/ar/classification/classify-c...
  9. Classify document from stream | GroupDocs

    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-...
  10. GroupDocs.Total עבור .NET 25.8 – העדכונים והתיק...

    גלה מה חדש ב‑GroupDocs.Total עבור .NET 25.8. זמין כעת ב‑NuGet ובאתר GroupDocs....Classification will no longer be included...for users who do not need classification features. If your project...

    blog.groupdocs.com/he/total/groupdocs-total-for...