Class GUIModel
java.lang.Object
com.logicaldoc.gui.frontend.client.ai.model.GUIModel
- All Implemented Interfaces:
Serializable
A GUI bean representing an AI model
- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getBatch()
int
long
getId()
getLabel()
getLoss()
getName()
int
int
long
getSeed()
static long
getType()
boolean
void
setActivation
(String activation) void
setBatch
(int batch) void
setCategories
(String categories) void
setCutoff
(int cutoff) void
setDescription
(String description) void
setEvaluation
(GUIEvaluation evaluation) void
setFeatures
(String features) void
setId
(long id) void
void
setLanguage
(String language) void
setLayers
(List<GUINeuralNetworkLayer> layers) void
void
void
setNgramMax
(int ngramMax) void
setNgramMin
(int ngramMin) void
setSeed
(long seed) void
setTraining
(GUITraining training) void
void
setWeightInit
(String weightInit)
-
Constructor Details
-
GUIModel
-
GUIModel
public GUIModel()
-
-
Method Details
-
getCutoff
public int getCutoff() -
setCutoff
public void setCutoff(int cutoff) -
getNgramMin
public int getNgramMin() -
setNgramMin
public void setNgramMin(int ngramMin) -
getNgramMax
public int getNgramMax() -
setNgramMax
public void setNgramMax(int ngramMax) -
getLanguage
-
setLanguage
-
getId
public long getId() -
getName
-
getLabel
-
getDescription
-
getType
-
setId
public void setId(long id) -
setName
-
setLabel
-
setDescription
-
setType
-
getFeatures
-
getFeaturesList
-
getCategories
-
setFeatures
-
setCategories
-
getActivation
-
setActivation
-
getSerialversionuid
public static long getSerialversionuid() -
getWeightInit
-
setWeightInit
-
getLoss
-
setLoss
-
getLayers
-
setLayers
-
getBatch
public int getBatch() -
setBatch
public void setBatch(int batch) -
getSeed
public long getSeed() -
setSeed
public void setSeed(long seed) -
getTraining
-
setTraining
-
getEvaluation
-
setEvaluation
-
isNeuralNetwork
public boolean isNeuralNetwork()
-