@Deprecated public interface IOTModel extends IOTObject
Modifier and Type | Method and Description |
---|---|
OTDataset |
calculateDescriptors(OTDataset inputDataset)
Deprecated.
Identify which descriptors are used as independent variables and have valid ot:algorithm entry
and run the calculations
|
OTDataset |
calculateDescriptors(OTFeatures features,
OTDataset inputDataset)
Deprecated.
Run descriptor calculations for specified set of features
|
OTFeatures |
getIndependentVariables()
Deprecated.
Independent variables
|
OTFeatures |
getPredictedVariables()
Deprecated.
Predicted variables
|
OTDataset |
process(OTDataset inputDataset)
Deprecated.
Synchronous processing
|
OTRemoteTask |
processAsync(OTDataset inputDataset)
Deprecated.
Initiate asyncronous processing of the dataset
|
OTDataset |
subsetWithoutPredictedValues(OTDataset inputDataset)
Deprecated.
|
IOTModel |
withDatasetService(org.restlet.data.Reference uri)
Deprecated.
Specify which dataset service to use for results
|
IOTModel |
withDatasetService(String uri)
Deprecated.
Specify which dataset service to use for results
|
get, getName, getPage, getUri, isForbidden, isSelected, setSelected, withName
IOTModel withDatasetService(org.restlet.data.Reference uri) throws Exception
uri
- Exception
IOTModel withDatasetService(String uri) throws Exception
uri
- Exception
OTFeatures getIndependentVariables()
OTFeatures getPredictedVariables()
OTDataset calculateDescriptors(OTDataset inputDataset) throws Exception
inputDataset
- Exception
OTDataset calculateDescriptors(OTFeatures features, OTDataset inputDataset) throws Exception
features
- inputDataset
- Exception
OTDataset subsetWithoutPredictedValues(OTDataset inputDataset) throws Exception
Exception
OTDataset process(OTDataset inputDataset) throws Exception
inputDataset
- Exception
OTRemoteTask processAsync(OTDataset inputDataset) throws Exception
inputDataset
- Exception
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.