Package xyz.euclia.jaqpotj.models
Class Trained
java.lang.Object
xyz.euclia.jaqpotj.models.Trained
public class Trained extends Object
- Author:
- Pantelispanka
-
Constructor Summary
Constructors Constructor Description Trained() -
Method Summary
Modifier and Type Method Description ObjectgetAdditionalInfo()List<String>getAlgorithm()List<String>getDependentFeatures()List<String>getDescription()List<String>getImplementedWith()List<String>getIndependentFeatures()ObjectgetPmmlModel()List<String>getPredictedFeatures()ObjectgetRawModel()List<String>getRuntime()List<String>getTitle()booleanisBatched()voidsetAdditionalInfo(Object additionalInfo)voidsetAlgorithm(List<String> algorithm)voidsetBatched(boolean batched)voidsetDependentFeatures(List<String> dependentFeatures)voidsetDiscription(List<String> description)voidsetImplementedWith(List<String> implementedWith)voidsetIndependentFeatures(List<String> independentFeatures)voidsetPmmlModel(Object pmmlModel)voidsetPredictedFeatures(List<String> predictedFeatures)voidsetRawModel(Object rawModel)voidsetRuntime(List<String> runtime)voidsetTitle(List<String> title)
-
Constructor Details
-
Trained
public Trained()
-
-
Method Details
-
getRawModel
-
setRawModel
-
getPmmlModel
-
setPmmlModel
-
getAdditionalInfo
-
setAdditionalInfo
-
getIndependentFeatures
-
setIndependentFeatures
-
getPredictedFeatures
-
setPredictedFeatures
-
getRuntime
-
setRuntime
-
getImplementedWith
-
setImplementedWith
-
getTitle
-
setTitle
-
getDescription
-
setDiscription
-
getAlgorithm
-
setAlgorithm
-
getDependentFeatures
-
setDependentFeatures
-
isBatched
public boolean isBatched() -
setBatched
public void setBatched(boolean batched)
-