public class ExpertModelBuilder extends SimpleModelBuilder
Modifier and Type | Field and Description |
---|---|
protected String |
datasetURI |
protected boolean |
modelHidden |
protected String |
userName |
parameters
alg_reporter, applicationRootReference, model_reporter, referer
targetURI, trainingData
Constructor and Description |
---|
ExpertModelBuilder(String datasetURI,
String userName,
org.restlet.data.Reference applicationRootReference,
ModelURIReporter model_reporter,
AlgorithmURIReporter alg_reporter,
boolean isModelHidden,
String referer) |
ExpertModelBuilder(String datasetURI,
String userName,
org.restlet.data.Reference applicationRootReference,
ModelURIReporter model_reporter,
AlgorithmURIReporter alg_reporter,
String referer) |
Modifier and Type | Method and Description |
---|---|
protected ModelQueryResults |
createModel(Algorithm algorithm) |
protected PredictedVarsTemplate |
createPredictedTemplate(Algorithm algorithm) |
protected List<Property> |
createProperties(Algorithm algorithm) |
protected String |
getContent(Algorithm algorithm) |
protected String |
getMediaType(Algorithm algorithm) |
protected String |
getName(Algorithm algorithm) |
getParameters, process, setParameters
createPropertyFromReference, createPropertyFromReference, getAlgorithmReporter, getApplicationRootReference, getModelReporter, setAlgorithmReporter, setApplicationRootReference, setModelReporter
getTargetURI, getTrainingData, setTargetURI, setTrainingData
protected boolean modelHidden
protected String userName
protected String datasetURI
public ExpertModelBuilder(String datasetURI, String userName, org.restlet.data.Reference applicationRootReference, ModelURIReporter model_reporter, AlgorithmURIReporter alg_reporter, String referer)
public ExpertModelBuilder(String datasetURI, String userName, org.restlet.data.Reference applicationRootReference, ModelURIReporter model_reporter, AlgorithmURIReporter alg_reporter, boolean isModelHidden, String referer)
protected ModelQueryResults createModel(Algorithm algorithm) throws net.idea.modbcum.i.exceptions.AmbitException
createModel
in class SimpleModelBuilder
net.idea.modbcum.i.exceptions.AmbitException
protected String getName(Algorithm algorithm) throws net.idea.modbcum.i.exceptions.AmbitException
getName
in class SimpleModelBuilder
net.idea.modbcum.i.exceptions.AmbitException
protected String getMediaType(Algorithm algorithm) throws net.idea.modbcum.i.exceptions.AmbitException
getMediaType
in class SimpleModelBuilder
net.idea.modbcum.i.exceptions.AmbitException
protected String getContent(Algorithm algorithm) throws net.idea.modbcum.i.exceptions.AmbitException
getContent
in class SimpleModelBuilder
net.idea.modbcum.i.exceptions.AmbitException
protected List<Property> createProperties(Algorithm algorithm) throws Exception
createProperties
in class SimpleModelBuilder
Exception
protected PredictedVarsTemplate createPredictedTemplate(Algorithm algorithm) throws Exception
createPredictedTemplate
in class SimpleModelBuilder
Exception
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.