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

classification

(0.04 sec)
  1. 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...
  2. 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-...
  3. 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...
  4. 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...
  5. 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...
  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. Analisis Sentimen Umpan Balik Pelanggan di C# |...

    Otomasi Analisis Sentimen C#. Analisis umpan balik pelanggan dengan C# API. Periksa seberapa positif/negatif komentar tentang produk Anda....Classification melayani tujuan itu untuk...menggunakan C# dengan GroupDocs.Classification untuk .NET. Jadi sebelum...

    blog.groupdocs.com/id/classification/classify-c...
  8. ניתוח סנטימנט משוב לקוחות ב-C# | דוגמאות לקוד C...

    C# סנטימנט ניתוח אוטומציה. נתח משוב מלקוחות עם C# API. בדוק עד כמה ההערות על המוצר שלך חיוביות/שליליות....Classification משרת את המטרה הזו עבורך...באמצעות C# עם GroupDocs.Classification עבור NET. אז לפני שתתחיל...

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

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

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