A
- T
- TrainingInstances
- TestInstances
- Content
- public abstract class ModelBuilder<DATA,A extends Algorithm,Model extends ModelQueryResults> extends AbstractModelBuilder<DATA,A,Model>
Modifier and Type | Field and Description |
---|---|
protected AlgorithmURIReporter |
alg_reporter |
protected org.restlet.data.Reference |
applicationRootReference |
protected ModelURIReporter<net.idea.modbcum.i.IQueryRetrieval<ModelQueryResults>> |
model_reporter |
protected String |
referer |
parameters, targetURI, trainingData
Constructor and Description |
---|
ModelBuilder(org.restlet.data.Reference applicationRootReference,
ModelURIReporter<net.idea.modbcum.i.IQueryRetrieval<ModelQueryResults>> model_reporter,
AlgorithmURIReporter alg_reporter,
String referer) |
ModelBuilder(org.restlet.data.Reference applicationRootReference,
ModelURIReporter<net.idea.modbcum.i.IQueryRetrieval<ModelQueryResults>> model_reporter,
AlgorithmURIReporter alg_reporter,
String[] targetURI,
String[] parameters,
String referer) |
Modifier and Type | Method and Description |
---|---|
static Property |
createPropertyFromReference(org.restlet.data.Reference attribute,
LiteratureEntry le,
org.restlet.data.Reference applicationRootReference,
String referer) |
Property |
createPropertyFromReference(org.restlet.data.Reference attribute,
LiteratureEntry le,
String referer) |
AlgorithmURIReporter |
getAlgorithmReporter() |
org.restlet.data.Reference |
getApplicationRootReference() |
ModelURIReporter<net.idea.modbcum.i.IQueryRetrieval<ModelQueryResults>> |
getModelReporter() |
void |
setAlgorithmReporter(AlgorithmURIReporter alg_reporter) |
void |
setApplicationRootReference(org.restlet.data.Reference applicationRootReference) |
void |
setModelReporter(ModelURIReporter<net.idea.modbcum.i.IQueryRetrieval<ModelQueryResults>> model_reporter) |
getTargetURI, getTrainingData, setTargetURI, setTrainingData
addPropertyChangeListener, addPropertyChangeListener, close, getID, isEnabled, open, removePropertyChangeListener, removePropertyChangeListener, setEnabled, toString
protected ModelURIReporter<net.idea.modbcum.i.IQueryRetrieval<ModelQueryResults>> model_reporter
protected AlgorithmURIReporter alg_reporter
protected org.restlet.data.Reference applicationRootReference
protected String referer
public ModelBuilder(org.restlet.data.Reference applicationRootReference, ModelURIReporter<net.idea.modbcum.i.IQueryRetrieval<ModelQueryResults>> model_reporter, AlgorithmURIReporter alg_reporter, String referer)
public ModelBuilder(org.restlet.data.Reference applicationRootReference, ModelURIReporter<net.idea.modbcum.i.IQueryRetrieval<ModelQueryResults>> model_reporter, AlgorithmURIReporter alg_reporter, String[] targetURI, String[] parameters, String referer)
public org.restlet.data.Reference getApplicationRootReference()
public void setApplicationRootReference(org.restlet.data.Reference applicationRootReference)
public AlgorithmURIReporter getAlgorithmReporter()
public void setAlgorithmReporter(AlgorithmURIReporter alg_reporter)
public ModelURIReporter<net.idea.modbcum.i.IQueryRetrieval<ModelQueryResults>> getModelReporter()
public void setModelReporter(ModelURIReporter<net.idea.modbcum.i.IQueryRetrieval<ModelQueryResults>> model_reporter)
public Property createPropertyFromReference(org.restlet.data.Reference attribute, LiteratureEntry le, String referer)
public static Property createPropertyFromReference(org.restlet.data.Reference attribute, LiteratureEntry le, org.restlet.data.Reference applicationRootReference, String referer)
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.