Class DLPredDisplayParams
java.lang.Object
rawDeepLearningClassifier.dataPlotFX.DLPredDisplayParams
- All Implemented Interfaces:
Serializable,Cloneable,ManagedParameters
public class DLPredDisplayParams
extends Object
implements Serializable, Cloneable, ManagedParameters
The parameters for the deep learning prediction plot.
- Author:
- Jamie Macaulay
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Get a set of data that describes all of the parameters in a class
-
Field Details
-
lineInfos
The line infos.
-
-
Constructor Details
-
DLPredDisplayParams
public DLPredDisplayParams()
-
-
Method Details
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Returns:
- description of the parameters in a class.
-
clone
-