|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PredictiveModelRemote
The PredictiveModel
/Users/chrisnell/Documents/workspace/matlab/PredictivePerfModels-Code/modelPr
edictForJava.m
/Users/chrisnell/Documents/workspace/matlab/PredictivePerfModels-Code/read_mo
del_from_file.m
The dispose()
method must be called on a
PredictiveModel
instance when it is no longer needed to ensure
that native resources allocated by this class are properly freed.
Method Summary | |
---|---|
void |
dispose()
Frees native resources associated with the remote server object |
java.lang.Object[] |
modelPredictForJava(int nargout,
java.lang.Object... rhs)
Provides the standard interface for calling the modelPredictForJava M-function with 3 input arguments. |
java.lang.Object[] |
read_model_from_file(int nargout,
java.lang.Object... rhs)
Provides the standard interface for calling the read_model_from_file M-function with 1 input argument. |
Methods inherited from interface com.mathworks.toolbox.javabuilder.pooling.Poolable |
---|
alive |
Method Detail |
---|
java.lang.Object[] modelPredictForJava(int nargout, java.lang.Object... rhs) throws java.rmi.RemoteException
modelPredictForJava
M-function with 3 input arguments.
Input arguments may be passed as sub-classes of
com.mathworks.toolbox.javabuilder.MWArray
, or as arrays of
any supported Java type. Arguments passed as Java types are converted to
MATLAB arrays according to default conversion rules.
nargout
- Number of outputs to return.rhs
- The inputs to the M function.
com.mathworks.toolbox.javabuilder.MWArray
. Each output array
should be freed by calling its dispose()
method.
MWException
- An error has occured during the function call.
java.rmi.RemoteException
java.lang.Object[] read_model_from_file(int nargout, java.lang.Object... rhs) throws java.rmi.RemoteException
read_model_from_file
M-function with 1 input argument.
Input arguments may be passed as sub-classes of
com.mathworks.toolbox.javabuilder.MWArray
, or as arrays of
any supported Java type. Arguments passed as Java types are converted to
MATLAB arrays according to default conversion rules.
nargout
- Number of outputs to return.rhs
- The inputs to the M function.
com.mathworks.toolbox.javabuilder.MWArray
. Each output array
should be freed by calling its dispose()
method.
MWException
- An error has occured during the function call.
java.rmi.RemoteException
void dispose() throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |