|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MLProperties
Defines a Machine Learning Method that holds properties.
Method Summary | |
---|---|
Map<String,String> |
getProperties()
|
double |
getPropertyDouble(String name)
Get the specified property as a double. |
long |
getPropertyLong(String name)
Get the specified property as a long. |
String |
getPropertyString(String name)
Get the specified property as a string. |
void |
setProperty(String name,
double d)
Set a property as a double. |
void |
setProperty(String name,
long l)
Set a property as a long. |
void |
setProperty(String name,
String value)
Set a property as a double. |
void |
updateProperties()
Update any objeccts when a property changes. |
Method Detail |
---|
Map<String,String> getProperties()
double getPropertyDouble(String name)
name
- The name of the property.
long getPropertyLong(String name)
name
- The name of the specified property.
String getPropertyString(String name)
name
- The name of the property.
void setProperty(String name, double d)
name
- The name of the property.d
- The value of the property.void setProperty(String name, long l)
name
- The name of the property.l
- The value of the property.void setProperty(String name, String value)
name
- The name of the property.value
- The value of the property.void updateProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |