_resize
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-07.)
_resize is increases capacity of array by 50%.
Mostly:rdf:type(3), action(3), increases capacity by(2)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (7)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
hasMethodHas Method(3)
- Sparse Vectorizer Class
ex:sparse-vectorizer-class - Vectors Array
ex:vectors-array - Vector Storage Class
ex:vector-storage-class
callsCalls(1)
- Add Vector Method
ex:add-vector-method
isModifiedByIs Modified by(1)
- Capacity
ex:capacity
partOfPart of(1)
- Array Copy Operation
ex:array-copy-operation
triggersTriggers(1)
- Add Vector Method
ex:add-vector-method
Other facts (28)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Method | [1] |
| Rdf:type | Method | [2] |
| Rdf:type | Python Method | [3] |
| Action | Copy Existing Vectors | [2] |
| Action | Copy Vectors to New Array | [2] |
| Action | Copies Existing Vectors | [3] |
| Increases Capacity by | 50percent | [1] |
| Increases Capacity by | 50 | [2] |
| Performs Action | Increase Capacity | [2] |
| Performs Action | Copy Vectors | [2] |
| Is Method of | Vectors Array | [1] |
| Copies Existing Vectors to | newArray | [1] |
| Calculation Method | fiftyPercentIncrease | [1] |
| Performs Operation | arrayCopy | [1] |
| Accepts Parameter | New Capacity | [1] |
| Creates Entity | New Array | [1] |
| Uses Calculation | fiftyPercentIncreaseFormula | [1] |
| Maintains | Capacity Availability | [1] |
| Description | increases capacity of array by 50% | [2] |
| Destination | New Array | [2] |
| Modifies Attribute | Capacity | [2] |
| Called by | Add Vector Method | [2] |
| Creates | New Array | [2] |
| Replaces | Old Array | [2] |
| Function | Increases Matrix Capacity | [3] |
| Operation | Array Slicing Assignment | [3] |
| Updates | Capacity Attribute | [3] |
| Has Parameter | New Capacity Parameter | [3] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (3)
ctx:claims/beam/0e98f2e1-cdc0-4a33-868b-98a143f5105d- full textbeam-chunktext/plain1 KB
doc:beam/0e98f2e1-cdc0-4a33-868b-98a143f5105dShow excerpt
- A NumPy array `vectors` is created with the specified initial capacity and vector size. 2. **Adding Vectors**: - The `add_vector` method checks if the current number of vectors has reached the capacity. If so, it resizes the array …
ctx:claims/beam/e84015fa-c493-4afc-989d-244a981b70fe- full textbeam-chunktext/plain1 KB
doc:beam/e84015fa-c493-4afc-989d-244a981b70feShow excerpt
- The `add_vector` method checks if the current number of vectors has reached the capacity. If so, it resizes the array to accommodate more vectors. - The new vector is added to the array, and the count of vectors is incremented. 3. …
ctx:claims/beam/078a77df-55b0-4824-8111-4d77ab0c96e1- full textbeam-chunktext/plain1 KB
doc:beam/078a77df-55b0-4824-8111-4d77ab0c96e1Show excerpt
new_vectors[:self.capacity] = self.vectors self.vectors = new_vectors self.capacity = new_capacity # Example usage: vector_size = 3 vectorizer = SparseVectorizer(vector_size) vectorizer.add_vector(np.array([1, 0, 0]…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.