Class Trained

java.lang.Object
xyz.euclia.jaqpotj.models.Trained

public class Trained
extends Object
Author:
Pantelispanka
  • Constructor Details

    • Trained

      public Trained()
  • Method Details

    • getRawModel

      public Object getRawModel()
    • setRawModel

      public void setRawModel​(Object rawModel)
    • getPmmlModel

      public Object getPmmlModel()
    • setPmmlModel

      public void setPmmlModel​(Object pmmlModel)
    • getAdditionalInfo

      public Object getAdditionalInfo()
    • setAdditionalInfo

      public void setAdditionalInfo​(Object additionalInfo)
    • getIndependentFeatures

      public List<String> getIndependentFeatures()
    • setIndependentFeatures

      public void setIndependentFeatures​(List<String> independentFeatures)
    • getPredictedFeatures

      public List<String> getPredictedFeatures()
    • setPredictedFeatures

      public void setPredictedFeatures​(List<String> predictedFeatures)
    • getRuntime

      public List<String> getRuntime()
    • setRuntime

      public void setRuntime​(List<String> runtime)
    • getImplementedWith

      public List<String> getImplementedWith()
    • setImplementedWith

      public void setImplementedWith​(List<String> implementedWith)
    • getTitle

      public List<String> getTitle()
    • setTitle

      public void setTitle​(List<String> title)
    • getDescription

      public List<String> getDescription()
    • setDiscription

      public void setDiscription​(List<String> description)
    • getAlgorithm

      public List<String> getAlgorithm()
    • setAlgorithm

      public void setAlgorithm​(List<String> algorithm)
    • getDependentFeatures

      public List<String> getDependentFeatures()
    • setDependentFeatures

      public void setDependentFeatures​(List<String> dependentFeatures)
    • isBatched

      public boolean isBatched()
    • setBatched

      public void setBatched​(boolean batched)