Package | Description |
---|---|
gov.sandia.cognition.framework.learning.converter |
Provides implementations of
CogxelConverter s. |
Modifier and Type | Method and Description |
---|---|
CogxelVectorConverter |
CogxelVectorConverter.clone()
This makes public the clone method on the
Object class and
removes the exception that it throws. |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CogxelVectorConverter> |
CogxelVectorCollectionConverter.getCogxelVectorConverters()
Getter for cogxelVectorConverters
|
java.util.ArrayList<CogxelVectorConverter> |
CogxelMatrixConverter.getColumnConverters()
Getter for columnConverters
|
Modifier and Type | Method and Description |
---|---|
boolean |
CogxelVectorConverter.equals(CogxelVectorConverter other)
Returns true if the two converters have the same labels.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CogxelVectorCollectionConverter.setCogxelVectorConverters(java.util.Collection<CogxelVectorConverter> cogxelVectorConverters)
Setter for cogxelVectorConverters
|
protected void |
CogxelMatrixConverter.setColumnConverters(java.util.ArrayList<CogxelVectorConverter> columnConverters)
Setter for columnConverters
|
Constructor and Description |
---|
CogxelVectorCollectionConverter(CogxelVectorConverter... vectorConverters)
Creates a new instance of CogxelVectorCollectionConverter
|
CogxelVectorConverter(CogxelVectorConverter other)
Creates a new copy of the given CogxelVectorConverter.
|
Constructor and Description |
---|
CogxelMatrixConverter(java.util.ArrayList<CogxelVectorConverter> columnConverters)
Creates a new instance of CogxelMatrixConverter
|
CogxelMatrixConverter(java.util.ArrayList<CogxelVectorConverter> columnConverters,
SemanticIdentifierMap semanticIdentifierMap)
Creates a new instance of CogxelMatrixConverter
|
CogxelVectorCollectionConverter(java.util.Collection<CogxelVectorConverter> cogxelVectorConverters)
Creates a new instance of CogxelVectorCollectionConverter
|