|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.simbrain.gauge.core.Projector
org.simbrain.gauge.core.ProjectCoordinate
public class ProjectCoordinate
Project Coordinate is perhaps the simplest possible projection algorithm; It simply takes two specificed dimensions in the high dimensional space, and uses these as the basis for the low-dimensional space. In effect it just takes a 2-dimensional subspace of the high-dimensional space.
| Field Summary |
|---|
| Fields inherited from class org.simbrain.gauge.core.Projector |
|---|
addMethod, downstairs, theSettings, upstairs |
| Constructor Summary | |
|---|---|
ProjectCoordinate()
Default projector coordinate constructor. |
|
ProjectCoordinate(Settings set)
Projector coordinate constructor. |
|
| Method Summary | |
|---|---|
void |
checkCoordinates()
If the current coordinate axes are outside acceptable bounds, set them to acceptable values (currently 0 and 1). |
int |
getHiD1()
|
int |
getHiD2()
|
boolean |
hasDialog()
|
void |
init(Dataset up,
Dataset down)
Initializes the coordinage dataset. |
boolean |
isAutoFind()
In auto-find the projection automatically uses the most variant dimensions. |
boolean |
isExtendable()
|
boolean |
isIterable()
|
double |
iterate()
Iterate, if it is iterable. |
void |
project()
Project data points. |
void |
setAutoFind(boolean b)
In auto-find the projection automatically uses the most variant dimensions. |
void |
setHiD1(int i)
|
void |
setHiD2(int i)
|
| Methods inherited from class org.simbrain.gauge.core.Projector |
|---|
addDatapoint, addUpstairs, checkDatasets, compareDatasets, getAddMethod, getAddMethodIndex, getDownstairs, getPerturbationAmount, getTheSettings, getTolerance, getUpstairs, init, setAddMethod, setDownstairs, setPerturbationAmount, setTheSettings, setTolerance, setUpstairs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectCoordinate()
public ProjectCoordinate(Settings set)
set - Projector setting| Method Detail |
|---|
public void init(Dataset up,
Dataset down)
init in class Projectorup - Upper data setdown - Lower data setpublic void project()
project in class Projectorpublic void checkCoordinates()
public boolean isExtendable()
isExtendable in class Projectorpublic boolean isIterable()
isIterable in class Projectorpublic double iterate()
Projector
iterate in class Projectorpublic int getHiD1()
public int getHiD2()
public void setHiD1(int i)
i - the first coordinate to project ontopublic void setHiD2(int i)
i - the second coordinate to project ontopublic boolean isAutoFind()
public void setAutoFind(boolean b)
b - whether to use auto-find modepublic boolean hasDialog()
hasDialog in class ProjectorProjector
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||