jar

org.cleartk : cleartk-ml-script

Maven & Gradle

Feb 09, 2023
131 stars

ClearTK ML Script · This module provides connectors for building classifiers with arbitrary scripts. This was originally intended to be a connector to neural network libraries but is quite general. The way to use these connetors is to simply provide a path to a directory containing a train.* and classify.* script that will be called at the appropriate times.

Table Of Contents

Latest Version

Download org.cleartk : cleartk-ml-script JAR file - Latest Versions:

All Versions

Download org.cleartk : cleartk-ml-script JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cleartk-ml-script-3.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.cleartk.ml.script

├─ org.cleartk.ml.script.ScriptStringOutcomeClassifier.class - [JAR]

├─ org.cleartk.ml.script.ScriptStringOutcomeClassifierBuilder.class - [JAR]

├─ org.cleartk.ml.script.ScriptStringOutcomeDataWriter.class - [JAR]

org.cleartk.ml.script.util

├─ org.cleartk.ml.script.util.StreamHandlerThread.class - [JAR]